Shades of Pine Tree #0B1009
Tints of Pine Tree #0B1009
RGB
CMYK
RGB Variations
Color information
#0B1009 (or 0x0B1009) is known color: Pine Tree. HEX triplet: 0B, 10 and 09. RGB value is (11,16,9). Sum of RGB (Red+Green+Blue) = 11+16+9=36 (4% of max value = 765). Red value is 11 (4.69% from 255 or 30.56% from 36); Green value is 16 (6.64% from 255 or 44.44% from 36); Blue value is 9 (3.91% from 255 or 25% from 36); Max value from RGB is 16 - color contains mainly: green. Hex color #0B1009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1009 is #F4EFF6. Grayscale: #0D0D0D. Windows color (decimal): -16052215 or 593931. OLE color: 593931.
HSL color Cylindrical-coordinate representation of color #0B1009: hue angle of 102.86º degrees, saturation: 0.28, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0B1009 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 11 | 16 | 9 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.94 |
| HSL | 102.86º | 0.28% | 0.05% | - |
| HSV(B) | 102.86º | 0.44% | 0.06% | - |
| XYZ | 0.37 | 0.46 | 0.33 | - |
| YUV | 13.71 | 125.34 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 16 | 9 | 0.31 | 0 | 0.44 | 0.94 | 102.86 | 0.28 | 0.05 |
| Hex | B | 10 | 9 | 1F | 0 | 2C | 5E | 67 | 1C | 5 |
| Octal | 13 | 20 | 11 | 37 | 0 | 54 | 136 | 147 | 34 | 5 |
| Binary | 1011 | 10000 | 1001 | 11111 | 0 | 101100 | 1011110 | 1100111 | 11100 | 101 |
Color Harmonies of #0B1009
Complementary color
Monochromatic Colors of #0B1009
Black with #0B1009
Text Example
Text Example
White with #0B1009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1009; }
p { color: rgb(11,16,9); }
H1.HeaderClassName
{
color: #0B1009;
}
.AnyTagClassName
{
color: #0B1009;
}
</style>
background-color css
<style>
a { background-color: #0B1009; }
a { background-color: rgb(11,16,9); }
div.DivClassName
{
background-color: #0B1009;
}
.BgClassName
{
background-color: #0B1009;
}
</style>
border-color css
<style>
span { border-color: #0B1009; }
span { border-color: rgb(11,16,9); }
td.TdClassName
{
border-color: #0B1009;
}
.TagClassName
{
border-color: #0B1009;
}
</style>