#000000 — Black
True black.
On OLED screens it turns pixels off.
Most UIs use a slightly lifted black like #111111 for body text to reduce contrast fatigue.
Values
Hex#000000
RGBrgb(0, 0, 0)
HSLhsl(0, 0%, 0%)
CMYK0%, 0%, 0%, 100%
Contrast vs white21.00:1
Contrast vs black1.00:1
Complementary & analogous
Shade & tint ramp
#0D0D0D
#262626
#404040
#595959
#737373
#8C8C8C
#A6A6A6
#BFBFBF
#D9D9D9
#F2F2F2
CSS
color: #000000;
background-color: #000000;
--olpes-000000: #000000;
color: rgb(0 0 0);
color: hsl(0deg 0% 0%);