Shades of Deep Fir #033209
Tints of Deep Fir #033209
RGB
CMYK
RGB Variations
Color information
#033209 (or 0x033209) is known color: Deep Fir. HEX triplet: 03, 32 and 09. RGB value is (3,50,9). Sum of RGB (Red+Green+Blue) = 3+50+9=62 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.84% from 62); Green value is 50 (19.92% from 255 or 80.65% from 62); Blue value is 9 (3.91% from 255 or 14.52% from 62); Max value from RGB is 50 - color contains mainly: green. Hex color #033209 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033209 is #FCCDF6. Grayscale: #1F1F1F. Windows color (decimal): -16567799 or 602627. OLE color: 602627.
HSL color Cylindrical-coordinate representation of color #033209: hue angle of 127.66º 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 #033209 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 50 | 9 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.80 |
| HSL | 127.66º | 0.89% | 0.1% | - |
| HSV(B) | 127.66º | 0.94% | 0.2% | - |
| XYZ | 1.23 | 2.32 | 0.64 | - |
| YUV | 31.27 | 115.43 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 9 | 0.94 | 0 | 0.82 | 0.80 | 127.66 | 0.89 | 0.1 |
| Hex | 3 | 32 | 9 | 5E | 0 | 52 | 50 | 80 | 59 | A |
| Octal | 3 | 62 | 11 | 136 | 0 | 122 | 120 | 200 | 131 | 12 |
| Binary | 11 | 110010 | 1001 | 1011110 | 0 | 1010010 | 1010000 | 10000000 | 1011001 | 1010 |
Color Harmonies of #033209
Complementary color
Monochromatic Colors of #033209
Black with #033209
Text Example
Text Example
White with #033209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033209; }
p { color: rgb(3,50,9); }
H1.HeaderClassName
{
color: #033209;
}
.AnyTagClassName
{
color: #033209;
}
</style>
background-color css
<style>
a { background-color: #033209; }
a { background-color: rgb(3,50,9); }
div.DivClassName
{
background-color: #033209;
}
.BgClassName
{
background-color: #033209;
}
</style>
border-color css
<style>
span { border-color: #033209; }
span { border-color: rgb(3,50,9); }
td.TdClassName
{
border-color: #033209;
}
.TagClassName
{
border-color: #033209;
}
</style>