Shades of Pine Tree #131909
Tints of Pine Tree #131909
RGB
CMYK
RGB Variations
Color information
#131909 (or 0x131909) is known color: Pine Tree. HEX triplet: 13, 19 and 09. RGB value is (19,25,9). Sum of RGB (Red+Green+Blue) = 19+25+9=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 25 (10.16% from 255 or 47.17% from 53); Blue value is 9 (3.91% from 255 or 16.98% from 53); Max value from RGB is 25 - color contains mainly: green. Hex color #131909 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131909 is #ECE6F6. Grayscale: #151515. Windows color (decimal): -15525623 or 596243. OLE color: 596243.
HSL color Cylindrical-coordinate representation of color #131909: hue angle of 82.5º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #131909 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 19 | 25 | 9 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.90 |
| HSL | 82.5º | 0.47% | 0.07% | - |
| HSV(B) | 82.5º | 0.64% | 0.1% | - |
| XYZ | 0.67 | 0.85 | 0.39 | - |
| YUV | 21.38 | 121.01 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 9 | 0.24 | 0 | 0.64 | 0.90 | 82.5 | 0.47 | 0.07 |
| Hex | 13 | 19 | 9 | 18 | 0 | 40 | 5A | 52 | 2F | 7 |
| Octal | 23 | 31 | 11 | 30 | 0 | 100 | 132 | 122 | 57 | 7 |
| Binary | 10011 | 11001 | 1001 | 11000 | 0 | 1000000 | 1011010 | 1010010 | 101111 | 111 |
Color Harmonies of #131909
Complementary color
Monochromatic Colors of #131909
Black with #131909
Text Example
Text Example
White with #131909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131909; }
p { color: rgb(19,25,9); }
H1.HeaderClassName
{
color: #131909;
}
.AnyTagClassName
{
color: #131909;
}
</style>
background-color css
<style>
a { background-color: #131909; }
a { background-color: rgb(19,25,9); }
div.DivClassName
{
background-color: #131909;
}
.BgClassName
{
background-color: #131909;
}
</style>
border-color css
<style>
span { border-color: #131909; }
span { border-color: rgb(19,25,9); }
td.TdClassName
{
border-color: #131909;
}
.TagClassName
{
border-color: #131909;
}
</style>