Shades of Pine Tree #141513
Tints of Pine Tree #141513
RGB
CMYK
RGB Variations
Color information
#141513 (or 0x141513) is known color: Pine Tree. HEX triplet: 14, 15 and 13. RGB value is (20,21,19). Sum of RGB (Red+Green+Blue) = 20+21+19=60 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.33% from 60); Green value is 21 (8.59% from 255 or 35% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 21 - color contains mainly: green. Hex color #141513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141513 is #EBEAEC. Grayscale: #141414. Windows color (decimal): -15461101 or 1250580. OLE color: 1250580.
HSL color Cylindrical-coordinate representation of color #141513: hue angle of 90º degrees, saturation: 0.05, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #141513 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 21 | 19 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.92 |
| HSL | 90º | 0.05% | 0.08% | - |
| HSV(B) | 90º | 0.1% | 0.08% | - |
| XYZ | 0.67 | 0.73 | 0.72 | - |
| YUV | 20.47 | 127.17 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 21 | 19 | 0.05 | 0 | 0.10 | 0.92 | 90 | 0.05 | 0.08 |
| Hex | 14 | 15 | 13 | 5 | 0 | A | 5C | 5A | 5 | 8 |
| Octal | 24 | 25 | 23 | 5 | 0 | 12 | 134 | 132 | 5 | 10 |
| Binary | 10100 | 10101 | 10011 | 101 | 0 | 1010 | 1011100 | 1011010 | 101 | 1000 |
Color Harmonies of #141513
Complementary color
Monochromatic Colors of #141513
Black with #141513
Text Example
Text Example
White with #141513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141513; }
p { color: rgb(20,21,19); }
H1.HeaderClassName
{
color: #141513;
}
.AnyTagClassName
{
color: #141513;
}
</style>
background-color css
<style>
a { background-color: #141513; }
a { background-color: rgb(20,21,19); }
div.DivClassName
{
background-color: #141513;
}
.BgClassName
{
background-color: #141513;
}
</style>
border-color css
<style>
span { border-color: #141513; }
span { border-color: rgb(20,21,19); }
td.TdClassName
{
border-color: #141513;
}
.TagClassName
{
border-color: #141513;
}
</style>