#0F1600
A very dark, vivid neutral closely aligning with Black.
About #0F1600
Visually, #0F1600 is defined as a vivid neutral. Designers often compare it to the standard color Black. Its digital footprint relies on 15 parts red, 22 parts green, and 0 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 32% Cyan, 0% Magenta, 100% Yellow, and 91% Black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F1600
RGB15, 22, 0
HSL79.1°, 100.0%, 4.3%
CMYK32%, 0%, 100%, 91%
HSV79.1°, 100.0%, 8.6%
LAB6.1, -6.5, 9.0
XYZ0.5, 0.7, 0.1
Decimal988672
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
18.50:1
Text on #FFFFFF
AAA
1.14:1
Text on #000000
FAIL
17.68:1
Text on #F8FAFC
AAA
1.04:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F1600;
}
.text-color {
color: #0F1600;
}
.border-color {
border: 2px solid #0F1600;
}