Shades of Pine Tree #091000
Tints of Pine Tree #091000
RGB
CMYK
RGB Variations
Color information
#091000 (or 0x091000) is known color: Pine Tree. HEX triplet: 09, 10 and 00. RGB value is (9,16,0). Sum of RGB (Red+Green+Blue) = 9+16+0=25 (3% of max value = 765). Red value is 9 (3.91% from 255 or 36% from 25); Green value is 16 (6.64% from 255 or 64% from 25); Blue value is 0 (0.39% from 255 or 0% from 25); Max value from RGB is 16 - color contains mainly: green. Hex color #091000 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091000 is #F6EFFF. Grayscale: #0C0C0C. Windows color (decimal): -16183296 or 4105. OLE color: 4105.
HSL color Cylindrical-coordinate representation of color #091000: hue angle of 86.25º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #091000 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 9 | 16 | 0 | - |
| CMYK | 0.44 | 0 | 1 | 0.94 |
| HSL | 86.25º | 1% | 0.03% | - |
| HSV(B) | 86.25º | 1% | 0.06% | - |
| XYZ | 0.3 | 0.43 | 0.07 | - |
| YUV | 12.08 | 121.18 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 16 | 0 | 0.44 | 0 | 1 | 0.94 | 86.25 | 1 | 0.03 |
| Hex | 9 | 10 | 0 | 2C | 0 | 64 | 5E | 56 | 64 | 3 |
| Octal | 11 | 20 | 0 | 54 | 0 | 144 | 136 | 126 | 144 | 3 |
| Binary | 1001 | 10000 | 0 | 101100 | 0 | 1100100 | 1011110 | 1010110 | 1100100 | 11 |
Color Harmonies of #091000
Complementary color
Monochromatic Colors of #091000
Black with #091000
Text Example
Text Example
White with #091000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091000; }
p { color: rgb(9,16,0); }
H1.HeaderClassName
{
color: #091000;
}
.AnyTagClassName
{
color: #091000;
}
</style>
background-color css
<style>
a { background-color: #091000; }
a { background-color: rgb(9,16,0); }
div.DivClassName
{
background-color: #091000;
}
.BgClassName
{
background-color: #091000;
}
</style>
border-color css
<style>
span { border-color: #091000; }
span { border-color: rgb(9,16,0); }
td.TdClassName
{
border-color: #091000;
}
.TagClassName
{
border-color: #091000;
}
</style>