Shades of Pine Tree #161911
Tints of Pine Tree #161911
RGB
CMYK
RGB Variations
Color information
#161911 (or 0x161911) is known color: Pine Tree. HEX triplet: 16, 19 and 11. RGB value is (22,25,17). Sum of RGB (Red+Green+Blue) = 22+25+17=64 (8% of max value = 765). Red value is 22 (8.98% from 255 or 34.38% from 64); Green value is 25 (10.16% from 255 or 39.06% from 64); Blue value is 17 (7.03% from 255 or 26.56% from 64); Max value from RGB is 25 - color contains mainly: green. Hex color #161911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161911 is #E9E6EE. Grayscale: #171717. Windows color (decimal): -15329007 or 1120534. OLE color: 1120534.
HSL color Cylindrical-coordinate representation of color #161911: hue angle of 82.5º degrees, saturation: 0.19, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #161911 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.90.
Color convert
RGB | 22 | 25 | 17 | - |
CMYK | 0.12 | 0 | 0.32 | 0.90 |
HSL | 82.5º | 0.19% | 0.08% | - |
HSV(B) | 82.5º | 0.32% | 0.1% | - |
XYZ | 0.78 | 0.91 | 0.66 | - |
YUV | 23.19 | 124.51 | 127.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 22 | 25 | 17 | 0.12 | 0 | 0.32 | 0.90 | 82.5 | 0.19 | 0.08 |
Hex | 16 | 19 | 11 | C | 0 | 20 | 5A | 52 | 13 | 8 |
Octal | 26 | 31 | 21 | 14 | 0 | 40 | 132 | 122 | 23 | 10 |
Binary | 10110 | 11001 | 10001 | 1100 | 0 | 100000 | 1011010 | 1010010 | 10011 | 1000 |
Color Harmonies of #161911
Complementary color
Monochromatic Colors of #161911
Black with #161911
Text Example
Text Example
White with #161911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161911; }
p { color: rgb(22,25,17); }
H1.HeaderClassName
{
color: #161911;
}
.AnyTagClassName
{
color: #161911;
}
</style>
background-color css
<style>
a { background-color: #161911; }
a { background-color: rgb(22,25,17); }
div.DivClassName
{
background-color: #161911;
}
.BgClassName
{
background-color: #161911;
}
</style>
border-color css
<style>
span { border-color: #161911; }
span { border-color: rgb(22,25,17); }
td.TdClassName
{
border-color: #161911;
}
.TagClassName
{
border-color: #161911;
}
</style>