#0F001D
A very dark, vivid neutral closely aligning with Black.
About #0F001D
When working with digital screens, the color #0F001D is rendered by mixing light. If you're using CSS, you might find it aligns closely with Black. This translates to an RGB value of rgb(15, 0, 29).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 48% cyan, 100% magenta, 0% yellow, and 89% 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. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F001D
RGB15, 0, 29
HSL271.0°, 100.0%, 5.7%
CMYK48%, 100%, 0%, 89%
HSV271.0°, 100.0%, 11.4%
LAB1.7, 9.7, -13.7
XYZ0.4, 0.2, 1.2
Decimal983069
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
20.23:1
Text on #FFFFFF
AAA
1.04:1
Text on #000000
FAIL
19.34:1
Text on #F8FAFC
AAA
1.13:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F001D;
}
.text-color {
color: #0F001D;
}
.border-color {
border: 2px solid #0F001D;
}