#2C000F
A very dark, vivid neutral closely aligning with Black.
About #2C000F
The precise color #2C000F is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Black. This translates to an RGB value of rgb(44, 0, 15).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. The HSL representation is 339.5° hue, 100.0% saturation, and 8.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C000F
RGB44, 0, 15
HSL339.5°, 100.0%, 8.6%
CMYK0%, 100%, 66%, 83%
HSV339.5°, 100.0%, 17.3%
LAB5.1, 22.8, 1.7
XYZ1.1, 0.6, 0.5
Decimal2883599
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
18.85:1
Text on #FFFFFF
AAA
1.11:1
Text on #000000
FAIL
18.02:1
Text on #F8FAFC
AAA
1.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C000F;
}
.text-color {
color: #2C000F;
}
.border-color {
border: 2px solid #2C000F;
}