Shades of Pine Tree #11190A
Tints of Pine Tree #11190A
RGB
CMYK
RGB Variations
Color information
#11190A (or 0x11190A) is known color: Pine Tree. HEX triplet: 11, 19 and 0A. RGB value is (17,25,10). Sum of RGB (Red+Green+Blue) = 17+25+10=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 25 (10.16% from 255 or 48.08% from 52); Blue value is 10 (4.30% from 255 or 19.23% from 52); Max value from RGB is 25 - color contains mainly: green. Hex color #11190A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11190A is #EEE6F5. Grayscale: #141414. Windows color (decimal): -15656694 or 661777. OLE color: 661777.
HSL color Cylindrical-coordinate representation of color #11190A: hue angle of 92º degrees, saturation: 0.43, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #11190A is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 25 | 10 | - |
| CMYK | 0.32 | 0 | 0.60 | 0.90 |
| HSL | 92º | 0.43% | 0.07% | - |
| HSV(B) | 92º | 0.6% | 0.1% | - |
| XYZ | 0.63 | 0.84 | 0.42 | - |
| YUV | 20.9 | 121.85 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 10 | 0.32 | 0 | 0.60 | 0.90 | 92 | 0.43 | 0.07 |
| Hex | 11 | 19 | A | 20 | 0 | 3C | 5A | 5C | 2B | 7 |
| Octal | 21 | 31 | 12 | 40 | 0 | 74 | 132 | 134 | 53 | 7 |
| Binary | 10001 | 11001 | 1010 | 100000 | 0 | 111100 | 1011010 | 1011100 | 101011 | 111 |
Color Harmonies of #11190A
Complementary color
Monochromatic Colors of #11190A
Black with #11190A
Text Example
Text Example
White with #11190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11190A; }
p { color: rgb(17,25,10); }
H1.HeaderClassName
{
color: #11190A;
}
.AnyTagClassName
{
color: #11190A;
}
</style>
background-color css
<style>
a { background-color: #11190A; }
a { background-color: rgb(17,25,10); }
div.DivClassName
{
background-color: #11190A;
}
.BgClassName
{
background-color: #11190A;
}
</style>
border-color css
<style>
span { border-color: #11190A; }
span { border-color: rgb(17,25,10); }
td.TdClassName
{
border-color: #11190A;
}
.TagClassName
{
border-color: #11190A;
}
</style>