Shades of Deep Fir #033211
Tints of Deep Fir #033211
RGB
CMYK
RGB Variations
Color information
#033211 (or 0x033211) is known color: Deep Fir. HEX triplet: 03, 32 and 11. RGB value is (3,50,17). Sum of RGB (Red+Green+Blue) = 3+50+17=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 50 (19.92% from 255 or 71.43% from 70); Blue value is 17 (7.03% from 255 or 24.29% from 70); Max value from RGB is 50 - color contains mainly: green. Hex color #033211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033211 is #FCCDEE. Grayscale: #202020. Windows color (decimal): -16567791 or 1126915. OLE color: 1126915.
HSL color Cylindrical-coordinate representation of color #033211: hue angle of 137.87º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033211 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 50 | 17 | - |
| CMYK | 0.94 | 0 | 0.66 | 0.80 |
| HSL | 137.87º | 0.89% | 0.1% | - |
| HSV(B) | 137.87º | 0.94% | 0.2% | - |
| XYZ | 1.28 | 2.34 | 0.91 | - |
| YUV | 32.19 | 119.43 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 17 | 0.94 | 0 | 0.66 | 0.80 | 137.87 | 0.89 | 0.1 |
| Hex | 3 | 32 | 11 | 5E | 0 | 42 | 50 | 8A | 59 | A |
| Octal | 3 | 62 | 21 | 136 | 0 | 102 | 120 | 212 | 131 | 12 |
| Binary | 11 | 110010 | 10001 | 1011110 | 0 | 1000010 | 1010000 | 10001010 | 1011001 | 1010 |
Color Harmonies of #033211
Complementary color
Monochromatic Colors of #033211
Black with #033211
Text Example
Text Example
White with #033211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033211; }
p { color: rgb(3,50,17); }
H1.HeaderClassName
{
color: #033211;
}
.AnyTagClassName
{
color: #033211;
}
</style>
background-color css
<style>
a { background-color: #033211; }
a { background-color: rgb(3,50,17); }
div.DivClassName
{
background-color: #033211;
}
.BgClassName
{
background-color: #033211;
}
</style>
border-color css
<style>
span { border-color: #033211; }
span { border-color: rgb(3,50,17); }
td.TdClassName
{
border-color: #033211;
}
.TagClassName
{
border-color: #033211;
}
</style>