Shades of Pine Tree #0E130B
Tints of Pine Tree #0E130B
RGB
CMYK
RGB Variations
Color information
#0E130B (or 0x0E130B) is known color: Pine Tree. HEX triplet: 0E, 13 and 0B. RGB value is (14,19,11). Sum of RGB (Red+Green+Blue) = 14+19+11=44 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.82% from 44); Green value is 19 (7.81% from 255 or 43.18% from 44); Blue value is 11 (4.69% from 255 or 25% from 44); Max value from RGB is 19 - color contains mainly: green. Hex color #0E130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E130B is #F1ECF4. Grayscale: #101010. Windows color (decimal): -15854837 or 725774. OLE color: 725774.
HSL color Cylindrical-coordinate representation of color #0E130B: hue angle of 97.5º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0E130B is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 14 | 19 | 11 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.93 |
| HSL | 97.5º | 0.27% | 0.06% | - |
| HSV(B) | 97.5º | 0.42% | 0.07% | - |
| XYZ | 0.47 | 0.58 | 0.4 | - |
| YUV | 16.59 | 124.84 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 19 | 11 | 0.26 | 0 | 0.42 | 0.93 | 97.5 | 0.27 | 0.06 |
| Hex | E | 13 | B | 1A | 0 | 2A | 5D | 62 | 1B | 6 |
| Octal | 16 | 23 | 13 | 32 | 0 | 52 | 135 | 142 | 33 | 6 |
| Binary | 1110 | 10011 | 1011 | 11010 | 0 | 101010 | 1011101 | 1100010 | 11011 | 110 |
Color Harmonies of #0E130B
Complementary color
Monochromatic Colors of #0E130B
Black with #0E130B
Text Example
Text Example
White with #0E130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E130B; }
p { color: rgb(14,19,11); }
H1.HeaderClassName
{
color: #0E130B;
}
.AnyTagClassName
{
color: #0E130B;
}
</style>
background-color css
<style>
a { background-color: #0E130B; }
a { background-color: rgb(14,19,11); }
div.DivClassName
{
background-color: #0E130B;
}
.BgClassName
{
background-color: #0E130B;
}
</style>
border-color css
<style>
span { border-color: #0E130B; }
span { border-color: rgb(14,19,11); }
td.TdClassName
{
border-color: #0E130B;
}
.TagClassName
{
border-color: #0E130B;
}
</style>