#490F2C
A very dark, moderate magenta closely aligning with Black.
About #490F2C
The precise color #490F2C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Black. In the RGB color space, it consists of 73 red, 15 green, and 44 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 79% Magenta, 40% Yellow, and 71% Black. The HSL representation is 330.0° hue, 65.9% saturation, and 17.3% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#490F2C
RGB73, 15, 44
HSL330.0°, 65.9%, 17.3%
CMYK0%, 79%, 40%, 71%
HSV330.0°, 79.5%, 28.6%
LAB15.2, 30.0, -3.7
XYZ3.4, 1.9, 2.6
Decimal4788012
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.13:1
Text on #FFFFFF
AAA
1.39:1
Text on #000000
FAIL
14.46:1
Text on #F8FAFC
AAA
1.18:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #490F2C;
}
.text-color {
color: #490F2C;
}
.border-color {
border: 2px solid #490F2C;
}