Shades of Deep Fir #03370E
Tints of Deep Fir #03370E
RGB
CMYK
RGB Variations
Color information
#03370E (or 0x03370E) is known color: Deep Fir. HEX triplet: 03, 37 and 0E. RGB value is (3,55,14). Sum of RGB (Red+Green+Blue) = 3+55+14=72 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.17% from 72); Green value is 55 (21.88% from 255 or 76.39% from 72); Blue value is 14 (5.86% from 255 or 19.44% from 72); Max value from RGB is 55 - color contains mainly: green. Hex color #03370E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03370E is #FCC8F1. Grayscale: #222222. Windows color (decimal): -16566514 or 931587. OLE color: 931587.
HSL color Cylindrical-coordinate representation of color #03370E: hue angle of 132.69º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03370E is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 3 | 55 | 14 | - |
| CMYK | 0.95 | 0 | 0.75 | 0.78 |
| HSL | 132.69º | 0.9% | 0.11% | - |
| HSV(B) | 132.69º | 0.95% | 0.22% | - |
| XYZ | 1.48 | 2.78 | 0.87 | - |
| YUV | 34.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 55 | 14 | 0.95 | 0 | 0.75 | 0.78 | 132.69 | 0.9 | 0.11 |
| Hex | 3 | 37 | E | 5F | 0 | 4B | 4E | 85 | 5A | B |
| Octal | 3 | 67 | 16 | 137 | 0 | 113 | 116 | 205 | 132 | 13 |
| Binary | 11 | 110111 | 1110 | 1011111 | 0 | 1001011 | 1001110 | 10000101 | 1011010 | 1011 |
Color Harmonies of #03370E
Complementary color
Monochromatic Colors of #03370E
Black with #03370E
Text Example
Text Example
White with #03370E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03370E; }
p { color: rgb(3,55,14); }
H1.HeaderClassName
{
color: #03370E;
}
.AnyTagClassName
{
color: #03370E;
}
</style>
background-color css
<style>
a { background-color: #03370E; }
a { background-color: rgb(3,55,14); }
div.DivClassName
{
background-color: #03370E;
}
.BgClassName
{
background-color: #03370E;
}
</style>
border-color css
<style>
span { border-color: #03370E; }
span { border-color: rgb(3,55,14); }
td.TdClassName
{
border-color: #03370E;
}
.TagClassName
{
border-color: #03370E;
}
</style>