Shades of Deep Fir #033311
Tints of Deep Fir #033311
RGB
CMYK
RGB Variations
Color information
#033311 (or 0x033311) is known color: Deep Fir. HEX triplet: 03, 33 and 11. RGB value is (3,51,17). Sum of RGB (Red+Green+Blue) = 3+51+17=71 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.23% from 71); Green value is 51 (20.31% from 255 or 71.83% from 71); Blue value is 17 (7.03% from 255 or 23.94% from 71); Max value from RGB is 51 - color contains mainly: green. Hex color #033311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033311 is #FCCCEE. Grayscale: #202020. Windows color (decimal): -16567535 or 1127171. OLE color: 1127171.
HSL color Cylindrical-coordinate representation of color #033311: hue angle of 137.5º 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 #033311 is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 3 | 51 | 17 | - |
| CMYK | 0.94 | 0 | 0.67 | 0.8 |
| HSL | 137.5º | 0.89% | 0.11% | - |
| HSV(B) | 137.5º | 0.94% | 0.2% | - |
| XYZ | 1.32 | 2.43 | 0.93 | - |
| YUV | 32.77 | 119.1 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 51 | 17 | 0.94 | 0 | 0.67 | 0.8 | 137.5 | 0.89 | 0.11 |
| Hex | 3 | 33 | 11 | 5E | 0 | 43 | 50 | 8A | 59 | B |
| Octal | 3 | 63 | 21 | 136 | 0 | 103 | 120 | 212 | 131 | 13 |
| Binary | 11 | 110011 | 10001 | 1011110 | 0 | 1000011 | 1010000 | 10001010 | 1011001 | 1011 |
Color Harmonies of #033311
Complementary color
Monochromatic Colors of #033311
Black with #033311
Text Example
Text Example
White with #033311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033311; }
p { color: rgb(3,51,17); }
H1.HeaderClassName
{
color: #033311;
}
.AnyTagClassName
{
color: #033311;
}
</style>
background-color css
<style>
a { background-color: #033311; }
a { background-color: rgb(3,51,17); }
div.DivClassName
{
background-color: #033311;
}
.BgClassName
{
background-color: #033311;
}
</style>
border-color css
<style>
span { border-color: #033311; }
span { border-color: rgb(3,51,17); }
td.TdClassName
{
border-color: #033311;
}
.TagClassName
{
border-color: #033311;
}
</style>