#000000
A very dark, muted neutral closely aligning with Black.
About #000000
Visually, #000000 is defined as a muted neutral. Its closest recognized web color is Black. This translates to an RGB value of rgb(0, 0, 0).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 0% M, 0% Y, and 100% K. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#000000
RGB0, 0, 0
HSL0°, 0%, 0.0%
CMYK0%, 0%, 0%, 100%
HSV0°, 0%, 0.0%
LAB0.0, 0.0, 0.0
XYZ0.0, 0.0, 0.0
Decimal0
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
21.00:1
Text on #FFFFFF
AAA
1.00:1
Text on #000000
FAIL
20.07:1
Text on #F8FAFC
AAA
1.18:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000000;
}
.text-color {
color: #000000;
}
.border-color {
border: 2px solid #000000;
}