#2C0F16
A very dark, moderate red closely aligning with Black.
About #2C0F16
When working with digital screens, the color #2C0F16 is rendered by mixing light. It is closely associated with the named CSS color Black. This translates to an RGB value of rgb(44, 15, 22).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 66% M, 50% Y, and 83% K. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C0F16
RGB44, 15, 22
HSL345.5°, 49.2%, 11.6%
CMYK0%, 66%, 50%, 83%
HSV345.5°, 65.9%, 17.3%
LAB8.4, 15.9, 2.1
XYZ1.4, 0.9, 0.9
Decimal2887446
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.69:1
Text on #FFFFFF
AAA
1.19:1
Text on #000000
FAIL
16.91:1
Text on #F8FAFC
AAA
1.01:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C0F16;
}
.text-color {
color: #2C0F16;
}
.border-color {
border: 2px solid #2C0F16;
}