Shades of Pine Tree #0B1503
Tints of Pine Tree #0B1503
RGB
CMYK
RGB Variations
Color information
#0B1503 (or 0x0B1503) is known color: Pine Tree. HEX triplet: 0B, 15 and 03. RGB value is (11,21,3). Sum of RGB (Red+Green+Blue) = 11+21+3=35 (4% of max value = 765). Red value is 11 (4.69% from 255 or 31.43% from 35); Green value is 21 (8.59% from 255 or 60% from 35); Blue value is 3 (1.56% from 255 or 8.57% from 35); Max value from RGB is 21 - color contains mainly: green. Hex color #0B1503 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1503 is #F4EAFC. Grayscale: #101010. Windows color (decimal): -16050941 or 201995. OLE color: 201995.
HSL color Cylindrical-coordinate representation of color #0B1503: hue angle of 93.33º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B1503 is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 11 | 21 | 3 | - |
| CMYK | 0.48 | 0 | 0.86 | 0.92 |
| HSL | 93.33º | 0.75% | 0.05% | - |
| HSV(B) | 93.33º | 0.86% | 0.08% | - |
| XYZ | 0.42 | 0.61 | 0.18 | - |
| YUV | 15.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 21 | 3 | 0.48 | 0 | 0.86 | 0.92 | 93.33 | 0.75 | 0.05 |
| Hex | B | 15 | 3 | 30 | 0 | 56 | 5C | 5D | 4B | 5 |
| Octal | 13 | 25 | 3 | 60 | 0 | 126 | 134 | 135 | 113 | 5 |
| Binary | 1011 | 10101 | 11 | 110000 | 0 | 1010110 | 1011100 | 1011101 | 1001011 | 101 |
Color Harmonies of #0B1503
Complementary color
Monochromatic Colors of #0B1503
Black with #0B1503
Text Example
Text Example
White with #0B1503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1503; }
p { color: rgb(11,21,3); }
H1.HeaderClassName
{
color: #0B1503;
}
.AnyTagClassName
{
color: #0B1503;
}
</style>
background-color css
<style>
a { background-color: #0B1503; }
a { background-color: rgb(11,21,3); }
div.DivClassName
{
background-color: #0B1503;
}
.BgClassName
{
background-color: #0B1503;
}
</style>
border-color css
<style>
span { border-color: #0B1503; }
span { border-color: rgb(11,21,3); }
td.TdClassName
{
border-color: #0B1503;
}
.TagClassName
{
border-color: #0B1503;
}
</style>