#0F0F16
A very dark, muted neutral closely aligning with Black.
About #0F0F16
At its core, #0F0F16 is a very dark and muted hue. It is closely associated with the named CSS color Black. Its digital footprint relies on 15 parts red, 15 parts green, and 22 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 32% cyan, 32% magenta, 0% yellow, and 91% black. The HSL representation is 240.0° hue, 18.9% saturation, and 7.3% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F0F16
RGB15, 15, 22
HSL240.0°, 18.9%, 7.3%
CMYK32%, 32%, 0%, 91%
HSV240.0°, 31.8%, 8.6%
LAB4.5, 1.5, -4.0
XYZ0.5, 0.5, 0.8
Decimal986902
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
19.09:1
Text on #FFFFFF
AAA
1.10:1
Text on #000000
FAIL
18.24:1
Text on #F8FAFC
AAA
1.07:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F0F16;
}
.text-color {
color: #0F0F16;
}
.border-color {
border: 2px solid #0F0F16;
}