Shades of Pine Tree #0A0B09
Tints of Pine Tree #0A0B09
RGB
CMYK
RGB Variations
Color information
#0A0B09 (or 0x0A0B09) is known color: Pine Tree. HEX triplet: 0A, 0B and 09. RGB value is (10,11,9). Sum of RGB (Red+Green+Blue) = 10+11+9=30 (3% of max value = 765). Red value is 10 (4.30% from 255 or 33.33% from 30); Green value is 11 (4.69% from 255 or 36.67% from 30); Blue value is 9 (3.91% from 255 or 30% from 30); Max value from RGB is 11 - color contains mainly: green. Hex color #0A0B09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0B09 is #F5F4F6. Grayscale: #0A0A0A. Windows color (decimal): -16119031 or 592650. OLE color: 592650.
HSL color Cylindrical-coordinate representation of color #0A0B09: hue angle of 90º degrees, saturation: 0.1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #0A0B09 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 10 | 11 | 9 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.96 |
| HSL | 90º | 0.1% | 0.04% | - |
| HSV(B) | 90º | 0.18% | 0.04% | - |
| XYZ | 0.29 | 0.32 | 0.31 | - |
| YUV | 10.47 | 127.17 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 11 | 9 | 0.09 | 0 | 0.18 | 0.96 | 90 | 0.1 | 0.04 |
| Hex | A | B | 9 | 9 | 0 | 12 | 60 | 5A | A | 4 |
| Octal | 12 | 13 | 11 | 11 | 0 | 22 | 140 | 132 | 12 | 4 |
| Binary | 1010 | 1011 | 1001 | 1001 | 0 | 10010 | 1100000 | 1011010 | 1010 | 100 |
Color Harmonies of #0A0B09
Complementary color
Monochromatic Colors of #0A0B09
Black with #0A0B09
Text Example
Text Example
White with #0A0B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0B09; }
p { color: rgb(10,11,9); }
H1.HeaderClassName
{
color: #0A0B09;
}
.AnyTagClassName
{
color: #0A0B09;
}
</style>
background-color css
<style>
a { background-color: #0A0B09; }
a { background-color: rgb(10,11,9); }
div.DivClassName
{
background-color: #0A0B09;
}
.BgClassName
{
background-color: #0A0B09;
}
</style>
border-color css
<style>
span { border-color: #0A0B09; }
span { border-color: rgb(10,11,9); }
td.TdClassName
{
border-color: #0A0B09;
}
.TagClassName
{
border-color: #0A0B09;
}
</style>