Shades of Deep Fir #032309
Tints of Deep Fir #032309
RGB
CMYK
RGB Variations
Color information
#032309 (or 0x032309) is known color: Deep Fir. HEX triplet: 03, 23 and 09. RGB value is (3,35,9). Sum of RGB (Red+Green+Blue) = 3+35+9=47 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.38% from 47); Green value is 35 (14.06% from 255 or 74.47% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 35 - color contains mainly: green. Hex color #032309 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032309 is #FCDCF6. Grayscale: #161616. Windows color (decimal): -16571639 or 598787. OLE color: 598787.
HSL color Cylindrical-coordinate representation of color #032309: hue angle of 131.25º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #032309 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 3 | 35 | 9 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.86 |
| HSL | 131.25º | 0.84% | 0.07% | - |
| HSV(B) | 131.25º | 0.91% | 0.14% | - |
| XYZ | 0.69 | 1.24 | 0.46 | - |
| YUV | 22.47 | 120.4 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 35 | 9 | 0.91 | 0 | 0.74 | 0.86 | 131.25 | 0.84 | 0.07 |
| Hex | 3 | 23 | 9 | 5B | 0 | 4A | 56 | 83 | 54 | 7 |
| Octal | 3 | 43 | 11 | 133 | 0 | 112 | 126 | 203 | 124 | 7 |
| Binary | 11 | 100011 | 1001 | 1011011 | 0 | 1001010 | 1010110 | 10000011 | 1010100 | 111 |
Color Harmonies of #032309
Complementary color
Monochromatic Colors of #032309
Black with #032309
Text Example
Text Example
White with #032309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032309; }
p { color: rgb(3,35,9); }
H1.HeaderClassName
{
color: #032309;
}
.AnyTagClassName
{
color: #032309;
}
</style>
background-color css
<style>
a { background-color: #032309; }
a { background-color: rgb(3,35,9); }
div.DivClassName
{
background-color: #032309;
}
.BgClassName
{
background-color: #032309;
}
</style>
border-color css
<style>
span { border-color: #032309; }
span { border-color: rgb(3,35,9); }
td.TdClassName
{
border-color: #032309;
}
.TagClassName
{
border-color: #032309;
}
</style>