Shades of Pine Tree #081001
Tints of Pine Tree #081001
RGB
CMYK
RGB Variations
Color information
#081001 (or 0x081001) is known color: Pine Tree. HEX triplet: 08, 10 and 01. RGB value is (8,16,1). Sum of RGB (Red+Green+Blue) = 8+16+1=25 (3% of max value = 765). Red value is 8 (3.52% from 255 or 32% from 25); Green value is 16 (6.64% from 255 or 64% from 25); Blue value is 1 (0.78% from 255 or 4% from 25); Max value from RGB is 16 - color contains mainly: green. Hex color #081001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081001 is #F7EFFE. Grayscale: #0B0B0B. Windows color (decimal): -16248831 or 69640. OLE color: 69640.
HSL color Cylindrical-coordinate representation of color #081001: hue angle of 92º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081001 is Cyan = 0.50, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 8 | 16 | 1 | - |
| CMYK | 0.50 | 0 | 0.94 | 0.94 |
| HSL | 92º | 0.88% | 0.03% | - |
| HSV(B) | 92º | 0.94% | 0.06% | - |
| XYZ | 0.29 | 0.42 | 0.1 | - |
| YUV | 11.9 | 121.85 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 16 | 1 | 0.50 | 0 | 0.94 | 0.94 | 92 | 0.88 | 0.03 |
| Hex | 8 | 10 | 1 | 32 | 0 | 5E | 5E | 5C | 58 | 3 |
| Octal | 10 | 20 | 1 | 62 | 0 | 136 | 136 | 134 | 130 | 3 |
| Binary | 1000 | 10000 | 1 | 110010 | 0 | 1011110 | 1011110 | 1011100 | 1011000 | 11 |
Color Harmonies of #081001
Complementary color
Monochromatic Colors of #081001
Black with #081001
Text Example
Text Example
White with #081001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081001; }
p { color: rgb(8,16,1); }
H1.HeaderClassName
{
color: #081001;
}
.AnyTagClassName
{
color: #081001;
}
</style>
background-color css
<style>
a { background-color: #081001; }
a { background-color: rgb(8,16,1); }
div.DivClassName
{
background-color: #081001;
}
.BgClassName
{
background-color: #081001;
}
</style>
border-color css
<style>
span { border-color: #081001; }
span { border-color: rgb(8,16,1); }
td.TdClassName
{
border-color: #081001;
}
.TagClassName
{
border-color: #081001;
}
</style>