Shades of Deep Fir #03350F
Tints of Deep Fir #03350F
RGB
CMYK
RGB Variations
Color information
#03350F (or 0x03350F) is known color: Deep Fir. HEX triplet: 03, 35 and 0F. RGB value is (3,53,15). Sum of RGB (Red+Green+Blue) = 3+53+15=71 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.23% from 71); Green value is 53 (21.09% from 255 or 74.65% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 53 - color contains mainly: green. Hex color #03350F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03350F is #FCCAF0. Grayscale: #212121. Windows color (decimal): -16567025 or 996611. OLE color: 996611.
HSL color Cylindrical-coordinate representation of color #03350F: hue angle of 134.4º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03350F is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 3 | 53 | 15 | - |
| CMYK | 0.94 | 0 | 0.72 | 0.79 |
| HSL | 134.4º | 0.89% | 0.11% | - |
| HSV(B) | 134.4º | 0.94% | 0.21% | - |
| XYZ | 1.4 | 2.6 | 0.88 | - |
| YUV | 33.72 | 117.44 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 53 | 15 | 0.94 | 0 | 0.72 | 0.79 | 134.4 | 0.89 | 0.11 |
| Hex | 3 | 35 | F | 5E | 0 | 48 | 4F | 86 | 59 | B |
| Octal | 3 | 65 | 17 | 136 | 0 | 110 | 117 | 206 | 131 | 13 |
| Binary | 11 | 110101 | 1111 | 1011110 | 0 | 1001000 | 1001111 | 10000110 | 1011001 | 1011 |
Color Harmonies of #03350F
Complementary color
Monochromatic Colors of #03350F
Black with #03350F
Text Example
Text Example
White with #03350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03350F; }
p { color: rgb(3,53,15); }
H1.HeaderClassName
{
color: #03350F;
}
.AnyTagClassName
{
color: #03350F;
}
</style>
background-color css
<style>
a { background-color: #03350F; }
a { background-color: rgb(3,53,15); }
div.DivClassName
{
background-color: #03350F;
}
.BgClassName
{
background-color: #03350F;
}
</style>
border-color css
<style>
span { border-color: #03350F; }
span { border-color: rgb(3,53,15); }
td.TdClassName
{
border-color: #03350F;
}
.TagClassName
{
border-color: #03350F;
}
</style>