Shades of Pine Tree #0B1307
Tints of Pine Tree #0B1307
RGB
CMYK
RGB Variations
Color information
#0B1307 (or 0x0B1307) is known color: Pine Tree. HEX triplet: 0B, 13 and 07. RGB value is (11,19,7). Sum of RGB (Red+Green+Blue) = 11+19+7=37 (4% of max value = 765). Red value is 11 (4.69% from 255 or 29.73% from 37); Green value is 19 (7.81% from 255 or 51.35% from 37); Blue value is 7 (3.12% from 255 or 18.92% from 37); Max value from RGB is 19 - color contains mainly: green. Hex color #0B1307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1307 is #F4ECF8. Grayscale: #0F0F0F. Windows color (decimal): -16051449 or 463627. OLE color: 463627.
HSL color Cylindrical-coordinate representation of color #0B1307: hue angle of 100º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0B1307 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 11 | 19 | 7 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.93 |
| HSL | 100º | 0.46% | 0.05% | - |
| HSV(B) | 100º | 0.63% | 0.07% | - |
| XYZ | 0.41 | 0.55 | 0.29 | - |
| YUV | 15.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 19 | 7 | 0.42 | 0 | 0.63 | 0.93 | 100 | 0.46 | 0.05 |
| Hex | B | 13 | 7 | 2A | 0 | 3F | 5D | 64 | 2E | 5 |
| Octal | 13 | 23 | 7 | 52 | 0 | 77 | 135 | 144 | 56 | 5 |
| Binary | 1011 | 10011 | 111 | 101010 | 0 | 111111 | 1011101 | 1100100 | 101110 | 101 |
Color Harmonies of #0B1307
Complementary color
Monochromatic Colors of #0B1307
Black with #0B1307
Text Example
Text Example
White with #0B1307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1307; }
p { color: rgb(11,19,7); }
H1.HeaderClassName
{
color: #0B1307;
}
.AnyTagClassName
{
color: #0B1307;
}
</style>
background-color css
<style>
a { background-color: #0B1307; }
a { background-color: rgb(11,19,7); }
div.DivClassName
{
background-color: #0B1307;
}
.BgClassName
{
background-color: #0B1307;
}
</style>
border-color css
<style>
span { border-color: #0B1307; }
span { border-color: rgb(11,19,7); }
td.TdClassName
{
border-color: #0B1307;
}
.TagClassName
{
border-color: #0B1307;
}
</style>