Shades of Deep Fir #033411
Tints of Deep Fir #033411
RGB
CMYK
RGB Variations
Color information
#033411 (or 0x033411) is known color: Deep Fir. HEX triplet: 03, 34 and 11. RGB value is (3,52,17). Sum of RGB (Red+Green+Blue) = 3+52+17=72 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.17% from 72); Green value is 52 (20.70% from 255 or 72.22% from 72); Blue value is 17 (7.03% from 255 or 23.61% from 72); Max value from RGB is 52 - color contains mainly: green. Hex color #033411 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033411 is #FCCBEE. Grayscale: #212121. Windows color (decimal): -16567279 or 1127427. OLE color: 1127427.
HSL color Cylindrical-coordinate representation of color #033411: hue angle of 137.14º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033411 is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 52 | 17 | - |
| CMYK | 0.94 | 0 | 0.67 | 0.80 |
| HSL | 137.14º | 0.89% | 0.11% | - |
| HSV(B) | 137.14º | 0.94% | 0.2% | - |
| XYZ | 1.37 | 2.52 | 0.94 | - |
| YUV | 33.36 | 118.77 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 52 | 17 | 0.94 | 0 | 0.67 | 0.80 | 137.14 | 0.89 | 0.11 |
| Hex | 3 | 34 | 11 | 5E | 0 | 43 | 50 | 89 | 59 | B |
| Octal | 3 | 64 | 21 | 136 | 0 | 103 | 120 | 211 | 131 | 13 |
| Binary | 11 | 110100 | 10001 | 1011110 | 0 | 1000011 | 1010000 | 10001001 | 1011001 | 1011 |
Color Harmonies of #033411
Complementary color
Monochromatic Colors of #033411
Black with #033411
Text Example
Text Example
White with #033411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033411; }
p { color: rgb(3,52,17); }
H1.HeaderClassName
{
color: #033411;
}
.AnyTagClassName
{
color: #033411;
}
</style>
background-color css
<style>
a { background-color: #033411; }
a { background-color: rgb(3,52,17); }
div.DivClassName
{
background-color: #033411;
}
.BgClassName
{
background-color: #033411;
}
</style>
border-color css
<style>
span { border-color: #033411; }
span { border-color: rgb(3,52,17); }
td.TdClassName
{
border-color: #033411;
}
.TagClassName
{
border-color: #033411;
}
</style>