#3A0F00
A very dark, vivid orange closely aligning with Black.
About #3A0F00
At its core, #3A0F00 is a very dark and vivid hue. If you're using CSS, you might find it aligns closely with Black. This translates to an RGB value of rgb(58, 15, 0).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 74% Magenta, 100% Yellow, and 77% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A0F00
RGB58, 15, 0
HSL15.5°, 100.0%, 11.4%
CMYK0%, 74%, 100%, 77%
HSV15.5°, 100.0%, 22.7%
LAB10.9, 20.3, 16.7
XYZ1.9, 1.2, 0.1
Decimal3804928
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.82:1
Text on #FFFFFF
AAA
1.25:1
Text on #000000
FAIL
16.08:1
Text on #F8FAFC
AAA
1.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A0F00;
}
.text-color {
color: #3A0F00;
}
.border-color {
border: 2px solid #3A0F00;
}