Shades of Pine Tree #0B1406
Tints of Pine Tree #0B1406
RGB
CMYK
RGB Variations
Color information
#0B1406 (or 0x0B1406) is known color: Pine Tree. HEX triplet: 0B, 14 and 06. RGB value is (11,20,6). Sum of RGB (Red+Green+Blue) = 11+20+6=37 (4% of max value = 765). Red value is 11 (4.69% from 255 or 29.73% from 37); Green value is 20 (8.20% from 255 or 54.05% from 37); Blue value is 6 (2.73% from 255 or 16.22% from 37); Max value from RGB is 20 - color contains mainly: green. Hex color #0B1406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1406 is #F4EBF9. Grayscale: #0F0F0F. Windows color (decimal): -16051194 or 398347. OLE color: 398347.
HSL color Cylindrical-coordinate representation of color #0B1406: hue angle of 98.57º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0B1406 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 11 | 20 | 6 | - |
| CMYK | 0.45 | 0 | 0.70 | 0.92 |
| HSL | 98.57º | 0.54% | 0.05% | - |
| HSV(B) | 98.57º | 0.7% | 0.08% | - |
| XYZ | 0.42 | 0.58 | 0.26 | - |
| YUV | 15.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 20 | 6 | 0.45 | 0 | 0.70 | 0.92 | 98.57 | 0.54 | 0.05 |
| Hex | B | 14 | 6 | 2D | 0 | 46 | 5C | 63 | 36 | 5 |
| Octal | 13 | 24 | 6 | 55 | 0 | 106 | 134 | 143 | 66 | 5 |
| Binary | 1011 | 10100 | 110 | 101101 | 0 | 1000110 | 1011100 | 1100011 | 110110 | 101 |
Color Harmonies of #0B1406
Complementary color
Monochromatic Colors of #0B1406
Black with #0B1406
Text Example
Text Example
White with #0B1406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1406; }
p { color: rgb(11,20,6); }
H1.HeaderClassName
{
color: #0B1406;
}
.AnyTagClassName
{
color: #0B1406;
}
</style>
background-color css
<style>
a { background-color: #0B1406; }
a { background-color: rgb(11,20,6); }
div.DivClassName
{
background-color: #0B1406;
}
.BgClassName
{
background-color: #0B1406;
}
</style>
border-color css
<style>
span { border-color: #0B1406; }
span { border-color: rgb(11,20,6); }
td.TdClassName
{
border-color: #0B1406;
}
.TagClassName
{
border-color: #0B1406;
}
</style>