#000000

#000000 — Colour Code | RGB, CMYK, HSL, Pantone & RAL

Complete breakdown of HEX #000000 with colour model conversions, system matches and paint equivalents.

Colour Values

HEX#000000
RGB0, 0, 0
CMYK0%, 0%, 0%, 100%
HSL0°, 0%, 0%

Colour Preview

Text on White
On Light BG
Text on Dark

Colour Harmonies

Complementary, analogous and triadic suggestions computed from the HSL values of #000000.

Complementary
#000000
Analogous +30°
#000000
Analogous -30°
#000000
Triadic +120°
#000000
Triadic +240°
#000000

Frequently Asked Questions

What colour is #000000?
#000000 is a HEX colour code. In RGB it equals (0, 0, 0). Use this code in CSS, HTML or any design tool to reproduce this exact colour on screen.
How do I convert #000000 to RGB?
#000000 in RGB is (0, 0, 0). Split the six-character HEX into three pairs: 00 = Red (0), 00 = Green (0), 00 = Blue (0). Each pair is a base-16 number converted to decimal (0-255).
What is the CMYK equivalent of #000000?
#000000 in CMYK is approximately 0% Cyan, 0% Magenta, 0% Yellow and 100% Key (Black). Note that CMYK is used for print and the conversion from a screen colour is an approximation.
What Pantone colour is closest to #000000?
The nearest Pantone equivalents are shown in the System Equivalents section above. Since Pantone is a spot-colour system, an exact match is rarely possible — we use CIE Delta-E to find the closest shade.
Can I use #000000 in CSS?
Yes. Use it as background-color:#000000 or color:#000000 in your stylesheet. You can also use the RGB equivalent: rgb(0,0,0) or the HSL form: hsl(0,0%,0%).