Shades of Pine Tree #131511
Tints of Pine Tree #131511
RGB
CMYK
RGB Variations
Color information
#131511 (or 0x131511) is known color: Pine Tree. HEX triplet: 13, 15 and 11. RGB value is (19,21,17). Sum of RGB (Red+Green+Blue) = 19+21+17=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 21 (8.59% from 255 or 36.84% from 57); Blue value is 17 (7.03% from 255 or 29.82% from 57); Max value from RGB is 21 - color contains mainly: green. Hex color #131511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131511 is #ECEAEE. Grayscale: #131313. Windows color (decimal): -15526639 or 1119507. OLE color: 1119507.
HSL color Cylindrical-coordinate representation of color #131511: hue angle of 90º degrees, saturation: 0.11, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #131511 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 19 | 21 | 17 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.92 |
| HSL | 90º | 0.11% | 0.07% | - |
| HSV(B) | 90º | 0.19% | 0.08% | - |
| XYZ | 0.64 | 0.72 | 0.63 | - |
| YUV | 19.95 | 126.34 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 21 | 17 | 0.10 | 0 | 0.19 | 0.92 | 90 | 0.11 | 0.07 |
| Hex | 13 | 15 | 11 | A | 0 | 13 | 5C | 5A | B | 7 |
| Octal | 23 | 25 | 21 | 12 | 0 | 23 | 134 | 132 | 13 | 7 |
| Binary | 10011 | 10101 | 10001 | 1010 | 0 | 10011 | 1011100 | 1011010 | 1011 | 111 |
Color Harmonies of #131511
Complementary color
Monochromatic Colors of #131511
Black with #131511
Text Example
Text Example
White with #131511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131511; }
p { color: rgb(19,21,17); }
H1.HeaderClassName
{
color: #131511;
}
.AnyTagClassName
{
color: #131511;
}
</style>
background-color css
<style>
a { background-color: #131511; }
a { background-color: rgb(19,21,17); }
div.DivClassName
{
background-color: #131511;
}
.BgClassName
{
background-color: #131511;
}
</style>
border-color css
<style>
span { border-color: #131511; }
span { border-color: rgb(19,21,17); }
td.TdClassName
{
border-color: #131511;
}
.TagClassName
{
border-color: #131511;
}
</style>