#0F000F
A very dark, vivid neutral closely aligning with Black.
About #0F000F
Visually, #0F000F is defined as a vivid neutral. If you're using CSS, you might find it aligns closely with Black. This translates to an RGB value of rgb(15, 0, 15).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F000F
RGB15, 0, 15
HSL300.0°, 100.0%, 2.9%
CMYK0%, 100%, 0%, 94%
HSV300.0°, 100.0%, 5.9%
LAB1.2, 6.3, -4.5
XYZ0.3, 0.1, 0.5
Decimal983055
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
20.44:1
Text on #FFFFFF
AAA
1.03:1
Text on #000000
FAIL
19.54:1
Text on #F8FAFC
AAA
1.15:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F000F;
}
.text-color {
color: #0F000F;
}
.border-color {
border: 2px solid #0F000F;
}