Shades of Pine Tree #030901
Tints of Pine Tree #030901
RGB
CMYK
RGB Variations
Color information
#030901 (or 0x030901) is known color: Pine Tree. HEX triplet: 03, 09 and 01. RGB value is (3,9,1). Sum of RGB (Red+Green+Blue) = 3+9+1=13 (1% of max value = 765). Red value is 3 (1.56% from 255 or 23.08% from 13); Green value is 9 (3.91% from 255 or 69.23% from 13); Blue value is 1 (0.78% from 255 or 7.69% from 13); Max value from RGB is 9 - color contains mainly: green. Hex color #030901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030901 is #FCF6FE. Grayscale: #060606. Windows color (decimal): -16578303 or 67843. OLE color: 67843.
HSL color Cylindrical-coordinate representation of color #030901: hue angle of 105º degrees, saturation: 0.8, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #030901 is Cyan = 0.67, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 3 | 9 | 1 | - |
| CMYK | 0.67 | 0 | 0.89 | 0.96 |
| HSL | 105º | 0.8% | 0.02% | - |
| HSV(B) | 105º | 0.89% | 0.04% | - |
| XYZ | 0.14 | 0.22 | 0.06 | - |
| YUV | 6.29 | 125.01 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 9 | 1 | 0.67 | 0 | 0.89 | 0.96 | 105 | 0.8 | 0.02 |
| Hex | 3 | 9 | 1 | 43 | 0 | 59 | 60 | 69 | 50 | 2 |
| Octal | 3 | 11 | 1 | 103 | 0 | 131 | 140 | 151 | 120 | 2 |
| Binary | 11 | 1001 | 1 | 1000011 | 0 | 1011001 | 1100000 | 1101001 | 1010000 | 10 |
Color Harmonies of #030901
Complementary color
Monochromatic Colors of #030901
Black with #030901
Text Example
Text Example
White with #030901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030901; }
p { color: rgb(3,9,1); }
H1.HeaderClassName
{
color: #030901;
}
.AnyTagClassName
{
color: #030901;
}
</style>
background-color css
<style>
a { background-color: #030901; }
a { background-color: rgb(3,9,1); }
div.DivClassName
{
background-color: #030901;
}
.BgClassName
{
background-color: #030901;
}
</style>
border-color css
<style>
span { border-color: #030901; }
span { border-color: rgb(3,9,1); }
td.TdClassName
{
border-color: #030901;
}
.TagClassName
{
border-color: #030901;
}
</style>