Shades of Pine Tree #091501
Tints of Pine Tree #091501
RGB
CMYK
RGB Variations
Color information
#091501 (or 0x091501) is known color: Pine Tree. HEX triplet: 09, 15 and 01. RGB value is (9,21,1). Sum of RGB (Red+Green+Blue) = 9+21+1=31 (4% of max value = 765). Red value is 9 (3.91% from 255 or 29.03% from 31); Green value is 21 (8.59% from 255 or 67.74% from 31); Blue value is 1 (0.78% from 255 or 3.23% from 31); Max value from RGB is 21 - color contains mainly: green. Hex color #091501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091501 is #F6EAFE. Grayscale: #0F0F0F. Windows color (decimal): -16182015 or 70921. OLE color: 70921.
HSL color Cylindrical-coordinate representation of color #091501: hue angle of 96º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091501 is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 9 | 21 | 1 | - |
| CMYK | 0.57 | 0 | 0.95 | 0.92 |
| HSL | 96º | 0.91% | 0.04% | - |
| HSV(B) | 96º | 0.95% | 0.08% | - |
| XYZ | 0.39 | 0.6 | 0.12 | - |
| YUV | 15.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 21 | 1 | 0.57 | 0 | 0.95 | 0.92 | 96 | 0.91 | 0.04 |
| Hex | 9 | 15 | 1 | 39 | 0 | 5F | 5C | 60 | 5B | 4 |
| Octal | 11 | 25 | 1 | 71 | 0 | 137 | 134 | 140 | 133 | 4 |
| Binary | 1001 | 10101 | 1 | 111001 | 0 | 1011111 | 1011100 | 1100000 | 1011011 | 100 |
Color Harmonies of #091501
Complementary color
Monochromatic Colors of #091501
Black with #091501
Text Example
Text Example
White with #091501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091501; }
p { color: rgb(9,21,1); }
H1.HeaderClassName
{
color: #091501;
}
.AnyTagClassName
{
color: #091501;
}
</style>
background-color css
<style>
a { background-color: #091501; }
a { background-color: rgb(9,21,1); }
div.DivClassName
{
background-color: #091501;
}
.BgClassName
{
background-color: #091501;
}
</style>
border-color css
<style>
span { border-color: #091501; }
span { border-color: rgb(9,21,1); }
td.TdClassName
{
border-color: #091501;
}
.TagClassName
{
border-color: #091501;
}
</style>