Shades of Deep Fir #03390B
Tints of Deep Fir #03390B
RGB
CMYK
RGB Variations
Color information
#03390B (or 0x03390B) is known color: Deep Fir. HEX triplet: 03, 39 and 0B. RGB value is (3,57,11). Sum of RGB (Red+Green+Blue) = 3+57+11=71 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.23% from 71); Green value is 57 (22.66% from 255 or 80.28% from 71); Blue value is 11 (4.69% from 255 or 15.49% from 71); Max value from RGB is 57 - color contains mainly: green. Hex color #03390B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03390B is #FCC6F4. Grayscale: #232323. Windows color (decimal): -16566005 or 735491. OLE color: 735491.
HSL color Cylindrical-coordinate representation of color #03390B: hue angle of 128.89º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03390B is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 3 | 57 | 11 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.78 |
| HSL | 128.89º | 0.9% | 0.12% | - |
| HSV(B) | 128.89º | 0.95% | 0.22% | - |
| XYZ | 1.56 | 2.97 | 0.81 | - |
| YUV | 35.61 | 114.11 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 57 | 11 | 0.95 | 0 | 0.81 | 0.78 | 128.89 | 0.9 | 0.12 |
| Hex | 3 | 39 | B | 5F | 0 | 51 | 4E | 81 | 5A | C |
| Octal | 3 | 71 | 13 | 137 | 0 | 121 | 116 | 201 | 132 | 14 |
| Binary | 11 | 111001 | 1011 | 1011111 | 0 | 1010001 | 1001110 | 10000001 | 1011010 | 1100 |
Color Harmonies of #03390B
Complementary color
Monochromatic Colors of #03390B
Black with #03390B
Text Example
Text Example
White with #03390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03390B; }
p { color: rgb(3,57,11); }
H1.HeaderClassName
{
color: #03390B;
}
.AnyTagClassName
{
color: #03390B;
}
</style>
background-color css
<style>
a { background-color: #03390B; }
a { background-color: rgb(3,57,11); }
div.DivClassName
{
background-color: #03390B;
}
.BgClassName
{
background-color: #03390B;
}
</style>
border-color css
<style>
span { border-color: #03390B; }
span { border-color: rgb(3,57,11); }
td.TdClassName
{
border-color: #03390B;
}
.TagClassName
{
border-color: #03390B;
}
</style>