Shades of Pine Tree #191B15
Tints of Pine Tree #191B15
RGB
CMYK
RGB Variations
Color information
#191B15 (or 0x191B15) is known color: Pine Tree. HEX triplet: 19, 1B and 15. RGB value is (25,27,21). Sum of RGB (Red+Green+Blue) = 25+27+21=73 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.25% from 73); Green value is 27 (10.94% from 255 or 36.99% from 73); Blue value is 21 (8.59% from 255 or 28.77% from 73); Max value from RGB is 27 - color contains mainly: green. Hex color #191B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191B15 is #E6E4EA. Grayscale: #191919. Windows color (decimal): -15131883 or 1383193. OLE color: 1383193.
HSL color Cylindrical-coordinate representation of color #191B15: hue angle of 80º degrees, saturation: 0.12, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #191B15 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 27 | 21 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.89 |
| HSL | 80º | 0.13% | 0.09% | - |
| HSV(B) | 80º | 0.22% | 0.11% | - |
| XYZ | 0.93 | 1.04 | 0.86 | - |
| YUV | 25.72 | 125.34 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 21 | 0.07 | 0 | 0.22 | 0.89 | 80 | 0.13 | 0.09 |
| Hex | 19 | 1B | 15 | 7 | 0 | 16 | 59 | 50 | C | 9 |
| Octal | 31 | 33 | 25 | 7 | 0 | 26 | 131 | 120 | 14 | 11 |
| Binary | 11001 | 11011 | 10101 | 111 | 0 | 10110 | 1011001 | 1010000 | 1100 | 1001 |
Color Harmonies of #191B15
Complementary color
Monochromatic Colors of #191B15
Black with #191B15
Text Example
Text Example
White with #191B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191B15; }
p { color: rgb(25,27,21); }
H1.HeaderClassName
{
color: #191B15;
}
.AnyTagClassName
{
color: #191B15;
}
</style>
background-color css
<style>
a { background-color: #191B15; }
a { background-color: rgb(25,27,21); }
div.DivClassName
{
background-color: #191B15;
}
.BgClassName
{
background-color: #191B15;
}
</style>
border-color css
<style>
span { border-color: #191B15; }
span { border-color: rgb(25,27,21); }
td.TdClassName
{
border-color: #191B15;
}
.TagClassName
{
border-color: #191B15;
}
</style>