Shades of Deep Fir #033511
Tints of Deep Fir #033511
RGB
CMYK
RGB Variations
Color information
#033511 (or 0x033511) is known color: Deep Fir. HEX triplet: 03, 35 and 11. RGB value is (3,53,17). Sum of RGB (Red+Green+Blue) = 3+53+17=73 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.11% from 73); Green value is 53 (21.09% from 255 or 72.60% from 73); Blue value is 17 (7.03% from 255 or 23.29% from 73); Max value from RGB is 53 - color contains mainly: green. Hex color #033511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033511 is #FCCAEE. Grayscale: #222222. Windows color (decimal): -16567023 or 1127683. OLE color: 1127683.
HSL color Cylindrical-coordinate representation of color #033511: hue angle of 136.8º 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 #033511 is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 3 | 53 | 17 | - |
| CMYK | 0.94 | 0 | 0.68 | 0.79 |
| HSL | 136.8º | 0.89% | 0.11% | - |
| HSV(B) | 136.8º | 0.94% | 0.21% | - |
| XYZ | 1.41 | 2.61 | 0.96 | - |
| YUV | 33.95 | 118.44 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 53 | 17 | 0.94 | 0 | 0.68 | 0.79 | 136.8 | 0.89 | 0.11 |
| Hex | 3 | 35 | 11 | 5E | 0 | 44 | 4F | 89 | 59 | B |
| Octal | 3 | 65 | 21 | 136 | 0 | 104 | 117 | 211 | 131 | 13 |
| Binary | 11 | 110101 | 10001 | 1011110 | 0 | 1000100 | 1001111 | 10001001 | 1011001 | 1011 |
Color Harmonies of #033511
Complementary color
Monochromatic Colors of #033511
Black with #033511
Text Example
Text Example
White with #033511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033511; }
p { color: rgb(3,53,17); }
H1.HeaderClassName
{
color: #033511;
}
.AnyTagClassName
{
color: #033511;
}
</style>
background-color css
<style>
a { background-color: #033511; }
a { background-color: rgb(3,53,17); }
div.DivClassName
{
background-color: #033511;
}
.BgClassName
{
background-color: #033511;
}
</style>
border-color css
<style>
span { border-color: #033511; }
span { border-color: rgb(3,53,17); }
td.TdClassName
{
border-color: #033511;
}
.TagClassName
{
border-color: #033511;
}
</style>