Shades of Pine Tree #091003
Tints of Pine Tree #091003
RGB
CMYK
RGB Variations
Color information
#091003 (or 0x091003) is known color: Pine Tree. HEX triplet: 09, 10 and 03. RGB value is (9,16,3). Sum of RGB (Red+Green+Blue) = 9+16+3=28 (3% of max value = 765). Red value is 9 (3.91% from 255 or 32.14% from 28); Green value is 16 (6.64% from 255 or 57.14% from 28); Blue value is 3 (1.56% from 255 or 10.71% from 28); Max value from RGB is 16 - color contains mainly: green. Hex color #091003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091003 is #F6EFFC. Grayscale: #0C0C0C. Windows color (decimal): -16183293 or 200713. OLE color: 200713.
HSL color Cylindrical-coordinate representation of color #091003: hue angle of 92.31º degrees, saturation: 0.68, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #091003 is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.94.
Color convert
RGB | 9 | 16 | 3 | - |
CMYK | 0.44 | 0 | 0.81 | 0.94 |
HSL | 92.31º | 0.68% | 0.04% | - |
HSV(B) | 92.31º | 0.81% | 0.06% | - |
XYZ | 0.31 | 0.44 | 0.15 | - |
YUV | 12.43 | 122.68 | 125.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 16 | 3 | 0.44 | 0 | 0.81 | 0.94 | 92.31 | 0.68 | 0.04 |
Hex | 9 | 10 | 3 | 2C | 0 | 51 | 5E | 5C | 44 | 4 |
Octal | 11 | 20 | 3 | 54 | 0 | 121 | 136 | 134 | 104 | 4 |
Binary | 1001 | 10000 | 11 | 101100 | 0 | 1010001 | 1011110 | 1011100 | 1000100 | 100 |
Color Harmonies of #091003
Complementary color
Monochromatic Colors of #091003
Black with #091003
Text Example
Text Example
White with #091003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091003; }
p { color: rgb(9,16,3); }
H1.HeaderClassName
{
color: #091003;
}
.AnyTagClassName
{
color: #091003;
}
</style>
background-color css
<style>
a { background-color: #091003; }
a { background-color: rgb(9,16,3); }
div.DivClassName
{
background-color: #091003;
}
.BgClassName
{
background-color: #091003;
}
</style>
border-color css
<style>
span { border-color: #091003; }
span { border-color: rgb(9,16,3); }
td.TdClassName
{
border-color: #091003;
}
.TagClassName
{
border-color: #091003;
}
</style>