Shades of Deep Fir #043B0F
Tints of Deep Fir #043B0F
RGB
CMYK
RGB Variations
Color information
#043B0F (or 0x043B0F) is known color: Deep Fir. HEX triplet: 04, 3B and 0F. RGB value is (4,59,15). Sum of RGB (Red+Green+Blue) = 4+59+15=78 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.13% from 78); Green value is 59 (23.44% from 255 or 75.64% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 59 - color contains mainly: green. Hex color #043B0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043B0F is #FBC4F0. Grayscale: #252525. Windows color (decimal): -16499953 or 998148. OLE color: 998148.
HSL color Cylindrical-coordinate representation of color #043B0F: hue angle of 132º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #043B0F is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 4 | 59 | 15 | - |
| CMYK | 0.93 | 0 | 0.75 | 0.77 |
| HSL | 132º | 0.87% | 0.12% | - |
| HSV(B) | 132º | 0.93% | 0.23% | - |
| XYZ | 1.7 | 3.19 | 0.98 | - |
| YUV | 37.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 59 | 15 | 0.93 | 0 | 0.75 | 0.77 | 132 | 0.87 | 0.12 |
| Hex | 4 | 3B | F | 5D | 0 | 4B | 4D | 84 | 57 | C |
| Octal | 4 | 73 | 17 | 135 | 0 | 113 | 115 | 204 | 127 | 14 |
| Binary | 100 | 111011 | 1111 | 1011101 | 0 | 1001011 | 1001101 | 10000100 | 1010111 | 1100 |
Color Harmonies of #043B0F
Complementary color
Monochromatic Colors of #043B0F
Black with #043B0F
Text Example
Text Example
White with #043B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043B0F; }
p { color: rgb(4,59,15); }
H1.HeaderClassName
{
color: #043B0F;
}
.AnyTagClassName
{
color: #043B0F;
}
</style>
background-color css
<style>
a { background-color: #043B0F; }
a { background-color: rgb(4,59,15); }
div.DivClassName
{
background-color: #043B0F;
}
.BgClassName
{
background-color: #043B0F;
}
</style>
border-color css
<style>
span { border-color: #043B0F; }
span { border-color: rgb(4,59,15); }
td.TdClassName
{
border-color: #043B0F;
}
.TagClassName
{
border-color: #043B0F;
}
</style>