Shades of Pine Tree #0B1403
Tints of Pine Tree #0B1403
RGB
CMYK
RGB Variations
Color information
#0B1403 (or 0x0B1403) is known color: Pine Tree. HEX triplet: 0B, 14 and 03. RGB value is (11,20,3). Sum of RGB (Red+Green+Blue) = 11+20+3=34 (4% of max value = 765). Red value is 11 (4.69% from 255 or 32.35% from 34); Green value is 20 (8.20% from 255 or 58.82% from 34); Blue value is 3 (1.56% from 255 or 8.82% from 34); Max value from RGB is 20 - color contains mainly: green. Hex color #0B1403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1403 is #F4EBFC. Grayscale: #0F0F0F. Windows color (decimal): -16051197 or 201739. OLE color: 201739.
HSL color Cylindrical-coordinate representation of color #0B1403: hue angle of 91.76º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B1403 is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 11 | 20 | 3 | - |
| CMYK | 0.45 | 0 | 0.85 | 0.92 |
| HSL | 91.76º | 0.74% | 0.05% | - |
| HSV(B) | 91.76º | 0.85% | 0.08% | - |
| XYZ | 0.4 | 0.58 | 0.18 | - |
| YUV | 15.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 20 | 3 | 0.45 | 0 | 0.85 | 0.92 | 91.76 | 0.74 | 0.05 |
| Hex | B | 14 | 3 | 2D | 0 | 55 | 5C | 5C | 4A | 5 |
| Octal | 13 | 24 | 3 | 55 | 0 | 125 | 134 | 134 | 112 | 5 |
| Binary | 1011 | 10100 | 11 | 101101 | 0 | 1010101 | 1011100 | 1011100 | 1001010 | 101 |
Color Harmonies of #0B1403
Complementary color
Monochromatic Colors of #0B1403
Black with #0B1403
Text Example
Text Example
White with #0B1403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1403; }
p { color: rgb(11,20,3); }
H1.HeaderClassName
{
color: #0B1403;
}
.AnyTagClassName
{
color: #0B1403;
}
</style>
background-color css
<style>
a { background-color: #0B1403; }
a { background-color: rgb(11,20,3); }
div.DivClassName
{
background-color: #0B1403;
}
.BgClassName
{
background-color: #0B1403;
}
</style>
border-color css
<style>
span { border-color: #0B1403; }
span { border-color: rgb(11,20,3); }
td.TdClassName
{
border-color: #0B1403;
}
.TagClassName
{
border-color: #0B1403;
}
</style>