Shades of Pine Tree #0B1105
Tints of Pine Tree #0B1105
RGB
CMYK
RGB Variations
Color information
#0B1105 (or 0x0B1105) is known color: Pine Tree. HEX triplet: 0B, 11 and 05. RGB value is (11,17,5). Sum of RGB (Red+Green+Blue) = 11+17+5=33 (4% of max value = 765). Red value is 11 (4.69% from 255 or 33.33% from 33); Green value is 17 (7.03% from 255 or 51.52% from 33); Blue value is 5 (2.34% from 255 or 15.15% from 33); Max value from RGB is 17 - color contains mainly: green. Hex color #0B1105 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1105 is #F4EEFA. Grayscale: #0D0D0D. Windows color (decimal): -16051963 or 332043. OLE color: 332043.
HSL color Cylindrical-coordinate representation of color #0B1105: hue angle of 90º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0B1105 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 11 | 17 | 5 | - |
| CMYK | 0.35 | 0 | 0.71 | 0.93 |
| HSL | 90º | 0.55% | 0.04% | - |
| HSV(B) | 90º | 0.71% | 0.07% | - |
| XYZ | 0.37 | 0.48 | 0.22 | - |
| YUV | 13.84 | 123.01 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 17 | 5 | 0.35 | 0 | 0.71 | 0.93 | 90 | 0.55 | 0.04 |
| Hex | B | 11 | 5 | 23 | 0 | 47 | 5D | 5A | 37 | 4 |
| Octal | 13 | 21 | 5 | 43 | 0 | 107 | 135 | 132 | 67 | 4 |
| Binary | 1011 | 10001 | 101 | 100011 | 0 | 1000111 | 1011101 | 1011010 | 110111 | 100 |
Color Harmonies of #0B1105
Complementary color
Monochromatic Colors of #0B1105
Black with #0B1105
Text Example
Text Example
White with #0B1105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1105; }
p { color: rgb(11,17,5); }
H1.HeaderClassName
{
color: #0B1105;
}
.AnyTagClassName
{
color: #0B1105;
}
</style>
background-color css
<style>
a { background-color: #0B1105; }
a { background-color: rgb(11,17,5); }
div.DivClassName
{
background-color: #0B1105;
}
.BgClassName
{
background-color: #0B1105;
}
</style>
border-color css
<style>
span { border-color: #0B1105; }
span { border-color: rgb(11,17,5); }
td.TdClassName
{
border-color: #0B1105;
}
.TagClassName
{
border-color: #0B1105;
}
</style>