#330F24
A very dark, moderate magenta closely aligning with Black.
About #330F24
When working with digital screens, the color #330F24 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(51, 15, 36).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). 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.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#330F24
RGB51, 15, 36
HSL325.0°, 54.5%, 12.9%
CMYK0%, 71%, 29%, 80%
HSV325.0°, 70.6%, 20.0%
LAB10.4, 21.0, -5.5
XYZ1.9, 1.2, 1.8
Decimal3346212
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.01:1
Text on #FFFFFF
AAA
1.23:1
Text on #000000
FAIL
16.26:1
Text on #F8FAFC
AAA
1.05:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #330F24;
}
.text-color {
color: #330F24;
}
.border-color {
border: 2px solid #330F24;
}