Shades of Pine Tree #131411
Tints of Pine Tree #131411
RGB
CMYK
RGB Variations
Color information
#131411 (or 0x131411) is known color: Pine Tree. HEX triplet: 13, 14 and 11. RGB value is (19,20,17). Sum of RGB (Red+Green+Blue) = 19+20+17=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 20 (8.20% from 255 or 35.71% from 56); Blue value is 17 (7.03% from 255 or 30.36% from 56); Max value from RGB is 20 - color contains mainly: green. Hex color #131411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131411 is #ECEBEE. Grayscale: #131313. Windows color (decimal): -15526895 or 1119251. OLE color: 1119251.
HSL color Cylindrical-coordinate representation of color #131411: hue angle of 80º degrees, saturation: 0.08, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #131411 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 19 | 20 | 17 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.92 |
| HSL | 80º | 0.08% | 0.07% | - |
| HSV(B) | 80º | 0.15% | 0.08% | - |
| XYZ | 0.62 | 0.68 | 0.63 | - |
| YUV | 19.36 | 126.67 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 20 | 17 | 0.05 | 0 | 0.15 | 0.92 | 80 | 0.08 | 0.07 |
| Hex | 13 | 14 | 11 | 5 | 0 | F | 5C | 50 | 8 | 7 |
| Octal | 23 | 24 | 21 | 5 | 0 | 17 | 134 | 120 | 10 | 7 |
| Binary | 10011 | 10100 | 10001 | 101 | 0 | 1111 | 1011100 | 1010000 | 1000 | 111 |
Color Harmonies of #131411
Complementary color
Monochromatic Colors of #131411
Black with #131411
Text Example
Text Example
White with #131411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131411; }
p { color: rgb(19,20,17); }
H1.HeaderClassName
{
color: #131411;
}
.AnyTagClassName
{
color: #131411;
}
</style>
background-color css
<style>
a { background-color: #131411; }
a { background-color: rgb(19,20,17); }
div.DivClassName
{
background-color: #131411;
}
.BgClassName
{
background-color: #131411;
}
</style>
border-color css
<style>
span { border-color: #131411; }
span { border-color: rgb(19,20,17); }
td.TdClassName
{
border-color: #131411;
}
.TagClassName
{
border-color: #131411;
}
</style>