Shades of Pine Tree #13190F
Tints of Pine Tree #13190F
RGB
CMYK
RGB Variations
Color information
#13190F (or 0x13190F) is known color: Pine Tree. HEX triplet: 13, 19 and 0F. RGB value is (19,25,15). Sum of RGB (Red+Green+Blue) = 19+25+15=59 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.20% from 59); Green value is 25 (10.16% from 255 or 42.37% from 59); Blue value is 15 (6.25% from 255 or 25.42% from 59); Max value from RGB is 25 - color contains mainly: green. Hex color #13190F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13190F is #ECE6F0. Grayscale: #161616. Windows color (decimal): -15525617 or 989459. OLE color: 989459.
HSL color Cylindrical-coordinate representation of color #13190F: hue angle of 96º degrees, saturation: 0.25, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #13190F is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 19 | 25 | 15 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.90 |
| HSL | 96º | 0.25% | 0.08% | - |
| HSV(B) | 96º | 0.4% | 0.1% | - |
| XYZ | 0.7 | 0.87 | 0.58 | - |
| YUV | 22.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 15 | 0.24 | 0 | 0.40 | 0.90 | 96 | 0.25 | 0.08 |
| Hex | 13 | 19 | F | 18 | 0 | 28 | 5A | 60 | 19 | 8 |
| Octal | 23 | 31 | 17 | 30 | 0 | 50 | 132 | 140 | 31 | 10 |
| Binary | 10011 | 11001 | 1111 | 11000 | 0 | 101000 | 1011010 | 1100000 | 11001 | 1000 |
Color Harmonies of #13190F
Complementary color
Monochromatic Colors of #13190F
Black with #13190F
Text Example
Text Example
White with #13190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13190F; }
p { color: rgb(19,25,15); }
H1.HeaderClassName
{
color: #13190F;
}
.AnyTagClassName
{
color: #13190F;
}
</style>
background-color css
<style>
a { background-color: #13190F; }
a { background-color: rgb(19,25,15); }
div.DivClassName
{
background-color: #13190F;
}
.BgClassName
{
background-color: #13190F;
}
</style>
border-color css
<style>
span { border-color: #13190F; }
span { border-color: rgb(19,25,15); }
td.TdClassName
{
border-color: #13190F;
}
.TagClassName
{
border-color: #13190F;
}
</style>