Shades of Deep Fir #092914
Tints of Deep Fir #092914
RGB
CMYK
RGB Variations
Color information
#092914 (or 0x092914) is known color: Deep Fir. HEX triplet: 09, 29 and 14. RGB value is (9,41,20). Sum of RGB (Red+Green+Blue) = 9+41+20=70 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.86% from 70); Green value is 41 (16.41% from 255 or 58.57% from 70); Blue value is 20 (8.20% from 255 or 28.57% from 70); Max value from RGB is 41 - color contains mainly: green. Hex color #092914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092914 is #F6D6EB. Grayscale: #1D1D1D. Windows color (decimal): -16176876 or 1321225. OLE color: 1321225.
HSL color Cylindrical-coordinate representation of color #092914: hue angle of 140.62º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #092914 is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 9 | 41 | 20 | - |
| CMYK | 0.78 | 0 | 0.51 | 0.84 |
| HSL | 140.63º | 0.64% | 0.1% | - |
| HSV(B) | 140.63º | 0.78% | 0.16% | - |
| XYZ | 1.03 | 1.69 | 0.93 | - |
| YUV | 29.04 | 122.9 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 20 | 0.78 | 0 | 0.51 | 0.84 | 140.63 | 0.64 | 0.1 |
| Hex | 9 | 29 | 14 | 4E | 0 | 33 | 54 | 8D | 40 | A |
| Octal | 11 | 51 | 24 | 116 | 0 | 63 | 124 | 215 | 100 | 12 |
| Binary | 1001 | 101001 | 10100 | 1001110 | 0 | 110011 | 1010100 | 10001101 | 1000000 | 1010 |
Color Harmonies of #092914
Complementary color
Monochromatic Colors of #092914
Black with #092914
Text Example
Text Example
White with #092914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092914; }
p { color: rgb(9,41,20); }
H1.HeaderClassName
{
color: #092914;
}
.AnyTagClassName
{
color: #092914;
}
</style>
background-color css
<style>
a { background-color: #092914; }
a { background-color: rgb(9,41,20); }
div.DivClassName
{
background-color: #092914;
}
.BgClassName
{
background-color: #092914;
}
</style>
border-color css
<style>
span { border-color: #092914; }
span { border-color: rgb(9,41,20); }
td.TdClassName
{
border-color: #092914;
}
.TagClassName
{
border-color: #092914;
}
</style>