Shades of Deep Fir #03370F
Tints of Deep Fir #03370F
RGB
CMYK
RGB Variations
Color information
#03370F (or 0x03370F) is known color: Deep Fir. HEX triplet: 03, 37 and 0F. RGB value is (3,55,15). Sum of RGB (Red+Green+Blue) = 3+55+15=73 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.11% from 73); Green value is 55 (21.88% from 255 or 75.34% from 73); Blue value is 15 (6.25% from 255 or 20.55% from 73); Max value from RGB is 55 - color contains mainly: green. Hex color #03370F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03370F is #FCC8F0. Grayscale: #222222. Windows color (decimal): -16566513 or 997123. OLE color: 997123.
HSL color Cylindrical-coordinate representation of color #03370F: hue angle of 133.85º 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 #03370F is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 3 | 55 | 15 | - |
| CMYK | 0.95 | 0 | 0.73 | 0.78 |
| HSL | 133.85º | 0.9% | 0.11% | - |
| HSV(B) | 133.85º | 0.95% | 0.22% | - |
| XYZ | 1.49 | 2.79 | 0.91 | - |
| YUV | 34.89 | 116.77 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 55 | 15 | 0.95 | 0 | 0.73 | 0.78 | 133.85 | 0.9 | 0.11 |
| Hex | 3 | 37 | F | 5F | 0 | 49 | 4E | 86 | 5A | B |
| Octal | 3 | 67 | 17 | 137 | 0 | 111 | 116 | 206 | 132 | 13 |
| Binary | 11 | 110111 | 1111 | 1011111 | 0 | 1001001 | 1001110 | 10000110 | 1011010 | 1011 |
Color Harmonies of #03370F
Complementary color
Monochromatic Colors of #03370F
Black with #03370F
Text Example
Text Example
White with #03370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03370F; }
p { color: rgb(3,55,15); }
H1.HeaderClassName
{
color: #03370F;
}
.AnyTagClassName
{
color: #03370F;
}
</style>
background-color css
<style>
a { background-color: #03370F; }
a { background-color: rgb(3,55,15); }
div.DivClassName
{
background-color: #03370F;
}
.BgClassName
{
background-color: #03370F;
}
</style>
border-color css
<style>
span { border-color: #03370F; }
span { border-color: rgb(3,55,15); }
td.TdClassName
{
border-color: #03370F;
}
.TagClassName
{
border-color: #03370F;
}
</style>