Shades of Deep Fir #093310
Tints of Deep Fir #093310
RGB
CMYK
RGB Variations
Color information
#093310 (or 0x093310) is known color: Deep Fir. HEX triplet: 09, 33 and 10. RGB value is (9,51,16). Sum of RGB (Red+Green+Blue) = 9+51+16=76 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.84% from 76); Green value is 51 (20.31% from 255 or 67.11% from 76); Blue value is 16 (6.64% from 255 or 21.05% from 76); Max value from RGB is 51 - color contains mainly: green. Hex color #093310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093310 is #F6CCEF. Grayscale: #222222. Windows color (decimal): -16174320 or 1061641. OLE color: 1061641.
HSL color Cylindrical-coordinate representation of color #093310: hue angle of 130º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #093310 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 9 | 51 | 16 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.8 |
| HSL | 130º | 0.7% | 0.12% | - |
| HSV(B) | 130º | 0.82% | 0.2% | - |
| XYZ | 1.39 | 2.46 | 0.89 | - |
| YUV | 34.45 | 117.59 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 51 | 16 | 0.82 | 0 | 0.69 | 0.8 | 130 | 0.7 | 0.12 |
| Hex | 9 | 33 | 10 | 52 | 0 | 45 | 50 | 82 | 46 | C |
| Octal | 11 | 63 | 20 | 122 | 0 | 105 | 120 | 202 | 106 | 14 |
| Binary | 1001 | 110011 | 10000 | 1010010 | 0 | 1000101 | 1010000 | 10000010 | 1000110 | 1100 |
Color Harmonies of #093310
Complementary color
Monochromatic Colors of #093310
Black with #093310
Text Example
Text Example
White with #093310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093310; }
p { color: rgb(9,51,16); }
H1.HeaderClassName
{
color: #093310;
}
.AnyTagClassName
{
color: #093310;
}
</style>
background-color css
<style>
a { background-color: #093310; }
a { background-color: rgb(9,51,16); }
div.DivClassName
{
background-color: #093310;
}
.BgClassName
{
background-color: #093310;
}
</style>
border-color css
<style>
span { border-color: #093310; }
span { border-color: rgb(9,51,16); }
td.TdClassName
{
border-color: #093310;
}
.TagClassName
{
border-color: #093310;
}
</style>