#000000 — Black

#000000 is Black. RGB, HSL, CMYK values, a shade/tint palette, and CSS snippets.

HEX
#000000
RGB
rgb(0, 0, 0)
HSL
hsl(0, 0%, 0%)
HSV
hsv(0, 0%, 0%)
CMYK
cmyk(0%, 0%, 0%, 100%)
20%
40%
60%
80%
100%

Shades and tints of Black

CSS snippets

Hexcolor: #000000;
Keywordcolor: black;
RGBcolor: rgb(0, 0, 0);
HSLcolor: hsl(0, 0%, 0%);

Frequently asked questions

What color is #000000?

#000000 is Black, a standard CSS named color. In RGB it's rgb(0, 0, 0); in HSL it's hsl(0, 0%, 0%).

How do I use #000000 in CSS?

Use it directly as a hex value (color: #000000;), or by its CSS keyword name (color: black;) — both are recognized by every modern browser and produce the identical color.

What's the CMYK value for print?

Black converts to approximately C0 M0 Y0 K100 in CMYK — useful as a starting point for print work, though always verify against your printer's actual color profile since RGB-to-CMYK conversion is inherently approximate.

Other colors