Shades of Deep Fir #093114
Tints of Deep Fir #093114
RGB
CMYK
RGB Variations
Color information
#093114 (or 0x093114) is known color: Deep Fir. HEX triplet: 09, 31 and 14. RGB value is (9,49,20). Sum of RGB (Red+Green+Blue) = 9+49+20=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 49 (19.53% from 255 or 62.82% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 49 - color contains mainly: green. Hex color #093114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093114 is #F6CEEB. Grayscale: #212121. Windows color (decimal): -16174828 or 1323273. OLE color: 1323273.
HSL color Cylindrical-coordinate representation of color #093114: hue angle of 136.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #093114 is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 49 | 20 | - |
| CMYK | 0.82 | 0 | 0.59 | 0.81 |
| HSL | 136.5º | 0.69% | 0.11% | - |
| HSV(B) | 136.5º | 0.82% | 0.19% | - |
| XYZ | 1.34 | 2.31 | 1.04 | - |
| YUV | 33.73 | 120.25 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 20 | 0.82 | 0 | 0.59 | 0.81 | 136.5 | 0.69 | 0.11 |
| Hex | 9 | 31 | 14 | 52 | 0 | 3B | 51 | 88 | 45 | B |
| Octal | 11 | 61 | 24 | 122 | 0 | 73 | 121 | 210 | 105 | 13 |
| Binary | 1001 | 110001 | 10100 | 1010010 | 0 | 111011 | 1010001 | 10001000 | 1000101 | 1011 |
Color Harmonies of #093114
Complementary color
Monochromatic Colors of #093114
Black with #093114
Text Example
Text Example
White with #093114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093114; }
p { color: rgb(9,49,20); }
H1.HeaderClassName
{
color: #093114;
}
.AnyTagClassName
{
color: #093114;
}
</style>
background-color css
<style>
a { background-color: #093114; }
a { background-color: rgb(9,49,20); }
div.DivClassName
{
background-color: #093114;
}
.BgClassName
{
background-color: #093114;
}
</style>
border-color css
<style>
span { border-color: #093114; }
span { border-color: rgb(9,49,20); }
td.TdClassName
{
border-color: #093114;
}
.TagClassName
{
border-color: #093114;
}
</style>