#000F0F
A very dark, vivid neutral closely aligning with Black.
About #000F0F
At its core, #000F0F is a very dark and vivid hue. If you're using CSS, you might find it aligns closely with Black. In the RGB color space, it consists of 0 red, 15 green, and 15 blue.
Translating this color to physical media requires the CMYK color model. The color uses 100% Cyan, 0% Magenta, 0% Yellow, and 94% Black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#000F0F
RGB0, 15, 15
HSL180.0°, 100.0%, 2.9%
CMYK100%, 0%, 0%, 94%
HSV180.0°, 100.0%, 5.9%
LAB3.4, -4.1, -1.5
XYZ0.3, 0.4, 0.5
Decimal3855
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
19.53:1
Text on #FFFFFF
AAA
1.08:1
Text on #000000
FAIL
18.67:1
Text on #F8FAFC
AAA
1.09:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000F0F;
}
.text-color {
color: #000F0F;
}
.border-color {
border: 2px solid #000F0F;
}