Shades of Pine Tree #0B1108
Tints of Pine Tree #0B1108
RGB
CMYK
RGB Variations
Color information
#0B1108 (or 0x0B1108) is known color: Pine Tree. HEX triplet: 0B, 11 and 08. RGB value is (11,17,8). Sum of RGB (Red+Green+Blue) = 11+17+8=36 (4% of max value = 765). Red value is 11 (4.69% from 255 or 30.56% from 36); Green value is 17 (7.03% from 255 or 47.22% from 36); Blue value is 8 (3.52% from 255 or 22.22% from 36); Max value from RGB is 17 - color contains mainly: green. Hex color #0B1108 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1108 is #F4EEF7. Grayscale: #0E0E0E. Windows color (decimal): -16051960 or 528651. OLE color: 528651.
HSL color Cylindrical-coordinate representation of color #0B1108: hue angle of 100º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0B1108 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 11 | 17 | 8 | - |
| CMYK | 0.35 | 0 | 0.53 | 0.93 |
| HSL | 100º | 0.36% | 0.05% | - |
| HSV(B) | 100º | 0.53% | 0.07% | - |
| XYZ | 0.38 | 0.49 | 0.3 | - |
| YUV | 14.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 17 | 8 | 0.35 | 0 | 0.53 | 0.93 | 100 | 0.36 | 0.05 |
| Hex | B | 11 | 8 | 23 | 0 | 35 | 5D | 64 | 24 | 5 |
| Octal | 13 | 21 | 10 | 43 | 0 | 65 | 135 | 144 | 44 | 5 |
| Binary | 1011 | 10001 | 1000 | 100011 | 0 | 110101 | 1011101 | 1100100 | 100100 | 101 |
Color Harmonies of #0B1108
Complementary color
Monochromatic Colors of #0B1108
Black with #0B1108
Text Example
Text Example
White with #0B1108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1108; }
p { color: rgb(11,17,8); }
H1.HeaderClassName
{
color: #0B1108;
}
.AnyTagClassName
{
color: #0B1108;
}
</style>
background-color css
<style>
a { background-color: #0B1108; }
a { background-color: rgb(11,17,8); }
div.DivClassName
{
background-color: #0B1108;
}
.BgClassName
{
background-color: #0B1108;
}
</style>
border-color css
<style>
span { border-color: #0B1108; }
span { border-color: rgb(11,17,8); }
td.TdClassName
{
border-color: #0B1108;
}
.TagClassName
{
border-color: #0B1108;
}
</style>