Shades of Pine Tree #101909
Tints of Pine Tree #101909
RGB
CMYK
RGB Variations
Color information
#101909 (or 0x101909) is known color: Pine Tree. HEX triplet: 10, 19 and 09. RGB value is (16,25,9). Sum of RGB (Red+Green+Blue) = 16+25+9=50 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32% from 50); Green value is 25 (10.16% from 255 or 50% from 50); Blue value is 9 (3.91% from 255 or 18% from 50); Max value from RGB is 25 - color contains mainly: green. Hex color #101909 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101909 is #EFE6F6. Grayscale: #141414. Windows color (decimal): -15722231 or 596240. OLE color: 596240.
HSL color Cylindrical-coordinate representation of color #101909: hue angle of 93.75º 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 #101909 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 16 | 25 | 9 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.90 |
| HSL | 93.75º | 0.47% | 0.07% | - |
| HSV(B) | 93.75º | 0.64% | 0.1% | - |
| XYZ | 0.61 | 0.83 | 0.39 | - |
| YUV | 20.49 | 121.52 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 9 | 0.36 | 0 | 0.64 | 0.90 | 93.75 | 0.47 | 0.07 |
| Hex | 10 | 19 | 9 | 24 | 0 | 40 | 5A | 5E | 2F | 7 |
| Octal | 20 | 31 | 11 | 44 | 0 | 100 | 132 | 136 | 57 | 7 |
| Binary | 10000 | 11001 | 1001 | 100100 | 0 | 1000000 | 1011010 | 1011110 | 101111 | 111 |
Color Harmonies of #101909
Complementary color
Monochromatic Colors of #101909
Black with #101909
Text Example
Text Example
White with #101909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101909; }
p { color: rgb(16,25,9); }
H1.HeaderClassName
{
color: #101909;
}
.AnyTagClassName
{
color: #101909;
}
</style>
background-color css
<style>
a { background-color: #101909; }
a { background-color: rgb(16,25,9); }
div.DivClassName
{
background-color: #101909;
}
.BgClassName
{
background-color: #101909;
}
</style>
border-color css
<style>
span { border-color: #101909; }
span { border-color: rgb(16,25,9); }
td.TdClassName
{
border-color: #101909;
}
.TagClassName
{
border-color: #101909;
}
</style>