Shades of Deep Fir #092B10
Tints of Deep Fir #092B10
RGB
CMYK
RGB Variations
Color information
#092B10 (or 0x092B10) is known color: Deep Fir. HEX triplet: 09, 2B and 10. RGB value is (9,43,16). Sum of RGB (Red+Green+Blue) = 9+43+16=68 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.24% from 68); Green value is 43 (17.19% from 255 or 63.24% from 68); Blue value is 16 (6.64% from 255 or 23.53% from 68); Max value from RGB is 43 - color contains mainly: green. Hex color #092B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092B10 is #F6D4EF. Grayscale: #1D1D1D. Windows color (decimal): -16176368 or 1059593. OLE color: 1059593.
HSL color Cylindrical-coordinate representation of color #092B10: hue angle of 132.35º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #092B10 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 9 | 43 | 16 | - |
| CMYK | 0.79 | 0 | 0.63 | 0.83 |
| HSL | 132.35º | 0.65% | 0.1% | - |
| HSV(B) | 132.35º | 0.79% | 0.17% | - |
| XYZ | 1.07 | 1.82 | 0.79 | - |
| YUV | 29.76 | 120.24 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 43 | 16 | 0.79 | 0 | 0.63 | 0.83 | 132.35 | 0.65 | 0.1 |
| Hex | 9 | 2B | 10 | 4F | 0 | 3F | 53 | 84 | 41 | A |
| Octal | 11 | 53 | 20 | 117 | 0 | 77 | 123 | 204 | 101 | 12 |
| Binary | 1001 | 101011 | 10000 | 1001111 | 0 | 111111 | 1010011 | 10000100 | 1000001 | 1010 |
Color Harmonies of #092B10
Complementary color
Monochromatic Colors of #092B10
Black with #092B10
Text Example
Text Example
White with #092B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092B10; }
p { color: rgb(9,43,16); }
H1.HeaderClassName
{
color: #092B10;
}
.AnyTagClassName
{
color: #092B10;
}
</style>
background-color css
<style>
a { background-color: #092B10; }
a { background-color: rgb(9,43,16); }
div.DivClassName
{
background-color: #092B10;
}
.BgClassName
{
background-color: #092B10;
}
</style>
border-color css
<style>
span { border-color: #092B10; }
span { border-color: rgb(9,43,16); }
td.TdClassName
{
border-color: #092B10;
}
.TagClassName
{
border-color: #092B10;
}
</style>