Shades of Pine Tree #151913
Tints of Pine Tree #151913
RGB
CMYK
RGB Variations
Color information
#151913 (or 0x151913) is known color: Pine Tree. HEX triplet: 15, 19 and 13. RGB value is (21,25,19). Sum of RGB (Red+Green+Blue) = 21+25+19=65 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.31% from 65); Green value is 25 (10.16% from 255 or 38.46% from 65); Blue value is 19 (7.81% from 255 or 29.23% from 65); Max value from RGB is 25 - color contains mainly: green. Hex color #151913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151913 is #EAE6EC. Grayscale: #171717. Windows color (decimal): -15394541 or 1251605. OLE color: 1251605.
HSL color Cylindrical-coordinate representation of color #151913: hue angle of 100º degrees, saturation: 0.14, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #151913 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 21 | 25 | 19 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.90 |
| HSL | 100º | 0.14% | 0.09% | - |
| HSV(B) | 100º | 0.24% | 0.1% | - |
| XYZ | 0.77 | 0.9 | 0.75 | - |
| YUV | 23.12 | 125.67 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 25 | 19 | 0.16 | 0 | 0.24 | 0.90 | 100 | 0.14 | 0.09 |
| Hex | 15 | 19 | 13 | 10 | 0 | 18 | 5A | 64 | E | 9 |
| Octal | 25 | 31 | 23 | 20 | 0 | 30 | 132 | 144 | 16 | 11 |
| Binary | 10101 | 11001 | 10011 | 10000 | 0 | 11000 | 1011010 | 1100100 | 1110 | 1001 |
Color Harmonies of #151913
Complementary color
Monochromatic Colors of #151913
Black with #151913
Text Example
Text Example
White with #151913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151913; }
p { color: rgb(21,25,19); }
H1.HeaderClassName
{
color: #151913;
}
.AnyTagClassName
{
color: #151913;
}
</style>
background-color css
<style>
a { background-color: #151913; }
a { background-color: rgb(21,25,19); }
div.DivClassName
{
background-color: #151913;
}
.BgClassName
{
background-color: #151913;
}
</style>
border-color css
<style>
span { border-color: #151913; }
span { border-color: rgb(21,25,19); }
td.TdClassName
{
border-color: #151913;
}
.TagClassName
{
border-color: #151913;
}
</style>