Shades of Deep Fir #033310
Tints of Deep Fir #033310
RGB
CMYK
RGB Variations
Color information
#033310 (or 0x033310) is known color: Deep Fir. HEX triplet: 03, 33 and 10. RGB value is (3,51,16). Sum of RGB (Red+Green+Blue) = 3+51+16=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 51 (20.31% from 255 or 72.86% from 70); Blue value is 16 (6.64% from 255 or 22.86% from 70); Max value from RGB is 51 - color contains mainly: green. Hex color #033310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033310 is #FCCCEF. Grayscale: #202020. Windows color (decimal): -16567536 or 1061635. OLE color: 1061635.
HSL color Cylindrical-coordinate representation of color #033310: hue angle of 136.25º 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 #033310 is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 3 | 51 | 16 | - |
| CMYK | 0.94 | 0 | 0.69 | 0.8 |
| HSL | 136.25º | 0.89% | 0.11% | - |
| HSV(B) | 136.25º | 0.94% | 0.2% | - |
| XYZ | 1.31 | 2.42 | 0.89 | - |
| YUV | 32.66 | 118.6 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 51 | 16 | 0.94 | 0 | 0.69 | 0.8 | 136.25 | 0.89 | 0.11 |
| Hex | 3 | 33 | 10 | 5E | 0 | 45 | 50 | 88 | 59 | B |
| Octal | 3 | 63 | 20 | 136 | 0 | 105 | 120 | 210 | 131 | 13 |
| Binary | 11 | 110011 | 10000 | 1011110 | 0 | 1000101 | 1010000 | 10001000 | 1011001 | 1011 |
Color Harmonies of #033310
Complementary color
Monochromatic Colors of #033310
Black with #033310
Text Example
Text Example
White with #033310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033310; }
p { color: rgb(3,51,16); }
H1.HeaderClassName
{
color: #033310;
}
.AnyTagClassName
{
color: #033310;
}
</style>
background-color css
<style>
a { background-color: #033310; }
a { background-color: rgb(3,51,16); }
div.DivClassName
{
background-color: #033310;
}
.BgClassName
{
background-color: #033310;
}
</style>
border-color css
<style>
span { border-color: #033310; }
span { border-color: rgb(3,51,16); }
td.TdClassName
{
border-color: #033310;
}
.TagClassName
{
border-color: #033310;
}
</style>