Shades of Pine Tree #0B1000
Tints of Pine Tree #0B1000
RGB
CMYK
RGB Variations
Color information
#0B1000 (or 0x0B1000) is known color: Pine Tree. HEX triplet: 0B, 10 and 00. RGB value is (11,16,0). Sum of RGB (Red+Green+Blue) = 11+16+0=27 (3% of max value = 765). Red value is 11 (4.69% from 255 or 40.74% from 27); Green value is 16 (6.64% from 255 or 59.26% from 27); Blue value is 0 (0.39% from 255 or 0% from 27); Max value from RGB is 16 - color contains mainly: green. Hex color #0B1000 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1000 is #F4EFFF. Grayscale: #0C0C0C. Windows color (decimal): -16052224 or 4107. OLE color: 4107.
HSL color Cylindrical-coordinate representation of color #0B1000: hue angle of 78.75º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B1000 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 11 | 16 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.94 |
| HSL | 78.75º | 1% | 0.03% | - |
| HSV(B) | 78.75º | 1% | 0.06% | - |
| XYZ | 0.32 | 0.44 | 0.07 | - |
| YUV | 12.68 | 120.84 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 16 | 0 | 0.31 | 0 | 1 | 0.94 | 78.75 | 1 | 0.03 |
| Hex | B | 10 | 0 | 1F | 0 | 64 | 5E | 4F | 64 | 3 |
| Octal | 13 | 20 | 0 | 37 | 0 | 144 | 136 | 117 | 144 | 3 |
| Binary | 1011 | 10000 | 0 | 11111 | 0 | 1100100 | 1011110 | 1001111 | 1100100 | 11 |
Color Harmonies of #0B1000
Complementary color
Monochromatic Colors of #0B1000
Black with #0B1000
Text Example
Text Example
White with #0B1000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1000; }
p { color: rgb(11,16,0); }
H1.HeaderClassName
{
color: #0B1000;
}
.AnyTagClassName
{
color: #0B1000;
}
</style>
background-color css
<style>
a { background-color: #0B1000; }
a { background-color: rgb(11,16,0); }
div.DivClassName
{
background-color: #0B1000;
}
.BgClassName
{
background-color: #0B1000;
}
</style>
border-color css
<style>
span { border-color: #0B1000; }
span { border-color: rgb(11,16,0); }
td.TdClassName
{
border-color: #0B1000;
}
.TagClassName
{
border-color: #0B1000;
}
</style>