#330F00
A very dark, vivid orange closely aligning with Black.
About #330F00
The hex code #330F00 represents a beautifully specific shade of orange. It is closely associated with the named CSS color Black. In the RGB color space, it consists of 51 red, 15 green, and 0 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 71% magenta inks. The HSL representation is 17.6° hue, 100.0% saturation, and 10.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#330F00
RGB51, 15, 0
HSL17.6°, 100.0%, 10.0%
CMYK0%, 71%, 100%, 80%
HSV17.6°, 100.0%, 20.0%
LAB9.4, 17.1, 14.4
XYZ1.5, 1.0, 0.1
Decimal3346176
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.37:1
Text on #FFFFFF
AAA
1.21:1
Text on #000000
FAIL
16.60:1
Text on #F8FAFC
AAA
1.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #330F00;
}
.text-color {
color: #330F00;
}
.border-color {
border: 2px solid #330F00;
}