#0F1D16
A very dark, moderate neutral closely aligning with Black.
About #0F1D16
The precise color #0F1D16 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Black. In the RGB color space, it consists of 15 red, 29 green, and 22 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 48% C, 0% M, 24% Y, and 89% K. With a hue angle of 150.0 degrees, it sits comfortably in the neutral spectrum.
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#0F1D16
RGB15, 29, 22
HSL150.0°, 31.8%, 8.6%
CMYK48%, 0%, 24%, 89%
HSV150.0°, 48.3%, 11.4%
LAB9.3, -8.1, 2.9
XYZ0.8, 1.0, 0.9
Decimal990486
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.39:1
Text on #FFFFFF
AAA
1.21:1
Text on #000000
FAIL
16.62:1
Text on #F8FAFC
AAA
1.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F1D16;
}
.text-color {
color: #0F1D16;
}
.border-color {
border: 2px solid #0F1D16;
}