#0F160F
A very dark, muted neutral closely aligning with Black.
About #0F160F
The hex code #0F160F represents a beautifully specific shade of neutral. It is closely associated with the named CSS color Black. This translates to an RGB value of rgb(15, 22, 15).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 32% C, 0% M, 32% Y, and 91% K. The HSL representation is 120.0° hue, 18.9% saturation, and 7.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F160F
RGB15, 22, 15
HSL120.0°, 18.9%, 7.3%
CMYK32%, 0%, 32%, 91%
HSV120.0°, 31.8%, 8.6%
LAB6.4, -4.3, 3.1
XYZ0.6, 0.7, 0.6
Decimal988687
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
18.39:1
Text on #FFFFFF
AAA
1.14:1
Text on #000000
FAIL
17.58:1
Text on #F8FAFC
AAA
1.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F160F;
}
.text-color {
color: #0F160F;
}
.border-color {
border: 2px solid #0F160F;
}