#330F16
A very dark, moderate red closely aligning with Black.
About #330F16
At its core, #330F16 is a very dark and moderate hue. If you're using CSS, you might find it aligns closely with Black. This translates to an RGB value of rgb(51, 15, 22).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 71% magenta inks. Always request a physical proof before doing a large print run with this exact code.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#330F16
RGB51, 15, 22
HSL348.3°, 54.5%, 12.9%
CMYK0%, 71%, 57%, 80%
HSV348.3°, 70.6%, 20.0%
LAB9.8, 19.0, 4.3
XYZ1.7, 1.1, 0.9
Decimal3346198
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.20:1
Text on #FFFFFF
AAA
1.22:1
Text on #000000
FAIL
16.44:1
Text on #F8FAFC
AAA
1.04:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #330F16;
}
.text-color {
color: #330F16;
}
.border-color {
border: 2px solid #330F16;
}