Shades of Pine Tree #191C13
Tints of Pine Tree #191C13
RGB
CMYK
RGB Variations
Color information
#191C13 (or 0x191C13) is known color: Pine Tree. HEX triplet: 19, 1C and 13. RGB value is (25,28,19). Sum of RGB (Red+Green+Blue) = 25+28+19=72 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.72% from 72); Green value is 28 (11.33% from 255 or 38.89% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 28 - color contains mainly: green. Hex color #191C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191C13 is #E6E3EC. Grayscale: #1A1A1A. Windows color (decimal): -15131629 or 1252377. OLE color: 1252377.
HSL color Cylindrical-coordinate representation of color #191C13: hue angle of 80º degrees, saturation: 0.19, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #191C13 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 28 | 19 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.89 |
| HSL | 80º | 0.19% | 0.09% | - |
| HSV(B) | 80º | 0.32% | 0.11% | - |
| XYZ | 0.93 | 1.08 | 0.78 | - |
| YUV | 26.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 19 | 0.11 | 0 | 0.32 | 0.89 | 80 | 0.19 | 0.09 |
| Hex | 19 | 1C | 13 | B | 0 | 20 | 59 | 50 | 13 | 9 |
| Octal | 31 | 34 | 23 | 13 | 0 | 40 | 131 | 120 | 23 | 11 |
| Binary | 11001 | 11100 | 10011 | 1011 | 0 | 100000 | 1011001 | 1010000 | 10011 | 1001 |
Color Harmonies of #191C13
Complementary color
Monochromatic Colors of #191C13
Black with #191C13
Text Example
Text Example
White with #191C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191C13; }
p { color: rgb(25,28,19); }
H1.HeaderClassName
{
color: #191C13;
}
.AnyTagClassName
{
color: #191C13;
}
</style>
background-color css
<style>
a { background-color: #191C13; }
a { background-color: rgb(25,28,19); }
div.DivClassName
{
background-color: #191C13;
}
.BgClassName
{
background-color: #191C13;
}
</style>
border-color css
<style>
span { border-color: #191C13; }
span { border-color: rgb(25,28,19); }
td.TdClassName
{
border-color: #191C13;
}
.TagClassName
{
border-color: #191C13;
}
</style>