Shades of Deep Fir #092E13
Tints of Deep Fir #092E13
RGB
CMYK
RGB Variations
Color information
#092E13 (or 0x092E13) is known color: Deep Fir. HEX triplet: 09, 2E and 13. RGB value is (9,46,19). Sum of RGB (Red+Green+Blue) = 9+46+19=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 46 (18.36% from 255 or 62.16% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 46 - color contains mainly: green. Hex color #092E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092E13 is #F6D1EC. Grayscale: #1F1F1F. Windows color (decimal): -16175597 or 1256969. OLE color: 1256969.
HSL color Cylindrical-coordinate representation of color #092E13: hue angle of 136.22º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #092E13 is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 46 | 19 | - |
| CMYK | 0.80 | 0 | 0.59 | 0.82 |
| HSL | 136.22º | 0.67% | 0.11% | - |
| HSV(B) | 136.22º | 0.8% | 0.18% | - |
| XYZ | 1.21 | 2.06 | 0.95 | - |
| YUV | 31.86 | 120.74 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 46 | 19 | 0.80 | 0 | 0.59 | 0.82 | 136.22 | 0.67 | 0.11 |
| Hex | 9 | 2E | 13 | 50 | 0 | 3B | 52 | 88 | 43 | B |
| Octal | 11 | 56 | 23 | 120 | 0 | 73 | 122 | 210 | 103 | 13 |
| Binary | 1001 | 101110 | 10011 | 1010000 | 0 | 111011 | 1010010 | 10001000 | 1000011 | 1011 |
Color Harmonies of #092E13
Complementary color
Monochromatic Colors of #092E13
Black with #092E13
Text Example
Text Example
White with #092E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092E13; }
p { color: rgb(9,46,19); }
H1.HeaderClassName
{
color: #092E13;
}
.AnyTagClassName
{
color: #092E13;
}
</style>
background-color css
<style>
a { background-color: #092E13; }
a { background-color: rgb(9,46,19); }
div.DivClassName
{
background-color: #092E13;
}
.BgClassName
{
background-color: #092E13;
}
</style>
border-color css
<style>
span { border-color: #092E13; }
span { border-color: rgb(9,46,19); }
td.TdClassName
{
border-color: #092E13;
}
.TagClassName
{
border-color: #092E13;
}
</style>