Shades of Pine Tree #091403
Tints of Pine Tree #091403
RGB
CMYK
RGB Variations
Color information
#091403 (or 0x091403) is known color: Pine Tree. HEX triplet: 09, 14 and 03. RGB value is (9,20,3). Sum of RGB (Red+Green+Blue) = 9+20+3=32 (4% of max value = 765). Red value is 9 (3.91% from 255 or 28.12% from 32); Green value is 20 (8.20% from 255 or 62.5% from 32); Blue value is 3 (1.56% from 255 or 9.38% from 32); Max value from RGB is 20 - color contains mainly: green. Hex color #091403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091403 is #F6EBFC. Grayscale: #0E0E0E. Windows color (decimal): -16182269 or 201737. OLE color: 201737.
HSL color Cylindrical-coordinate representation of color #091403: hue angle of 98.82º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #091403 is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 9 | 20 | 3 | - |
| CMYK | 0.55 | 0 | 0.85 | 0.92 |
| HSL | 98.82º | 0.74% | 0.05% | - |
| HSV(B) | 98.82º | 0.85% | 0.08% | - |
| XYZ | 0.38 | 0.56 | 0.18 | - |
| YUV | 14.77 | 121.36 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 3 | 0.55 | 0 | 0.85 | 0.92 | 98.82 | 0.74 | 0.05 |
| Hex | 9 | 14 | 3 | 37 | 0 | 55 | 5C | 63 | 4A | 5 |
| Octal | 11 | 24 | 3 | 67 | 0 | 125 | 134 | 143 | 112 | 5 |
| Binary | 1001 | 10100 | 11 | 110111 | 0 | 1010101 | 1011100 | 1100011 | 1001010 | 101 |
Color Harmonies of #091403
Complementary color
Monochromatic Colors of #091403
Black with #091403
Text Example
Text Example
White with #091403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091403; }
p { color: rgb(9,20,3); }
H1.HeaderClassName
{
color: #091403;
}
.AnyTagClassName
{
color: #091403;
}
</style>
background-color css
<style>
a { background-color: #091403; }
a { background-color: rgb(9,20,3); }
div.DivClassName
{
background-color: #091403;
}
.BgClassName
{
background-color: #091403;
}
</style>
border-color css
<style>
span { border-color: #091403; }
span { border-color: rgb(9,20,3); }
td.TdClassName
{
border-color: #091403;
}
.TagClassName
{
border-color: #091403;
}
</style>