Shades of Deep Fir #012809
Tints of Deep Fir #012809
RGB
CMYK
RGB Variations
Color information
#012809 (or 0x012809) is known color: Deep Fir. HEX triplet: 01, 28 and 09. RGB value is (1,40,9). Sum of RGB (Red+Green+Blue) = 1+40+9=50 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2% from 50); Green value is 40 (16.02% from 255 or 80% from 50); Blue value is 9 (3.91% from 255 or 18% from 50); Max value from RGB is 40 - color contains mainly: green. Hex color #012809 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012809 is #FED7F6. Grayscale: #181818. Windows color (decimal): -16701431 or 600065. OLE color: 600065.
HSL color Cylindrical-coordinate representation of color #012809: hue angle of 132.31º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012809 is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 40 | 9 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.84 |
| HSL | 132.31º | 0.95% | 0.08% | - |
| HSV(B) | 132.31º | 0.98% | 0.16% | - |
| XYZ | 0.82 | 1.54 | 0.51 | - |
| YUV | 24.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 9 | 0.98 | 0 | 0.78 | 0.84 | 132.31 | 0.95 | 0.08 |
| Hex | 1 | 28 | 9 | 62 | 0 | 4E | 54 | 84 | 5F | 8 |
| Octal | 1 | 50 | 11 | 142 | 0 | 116 | 124 | 204 | 137 | 10 |
| Binary | 1 | 101000 | 1001 | 1100010 | 0 | 1001110 | 1010100 | 10000100 | 1011111 | 1000 |
Color Harmonies of #012809
Complementary color
Monochromatic Colors of #012809
Black with #012809
Text Example
Text Example
White with #012809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012809; }
p { color: rgb(1,40,9); }
H1.HeaderClassName
{
color: #012809;
}
.AnyTagClassName
{
color: #012809;
}
</style>
background-color css
<style>
a { background-color: #012809; }
a { background-color: rgb(1,40,9); }
div.DivClassName
{
background-color: #012809;
}
.BgClassName
{
background-color: #012809;
}
</style>
border-color css
<style>
span { border-color: #012809; }
span { border-color: rgb(1,40,9); }
td.TdClassName
{
border-color: #012809;
}
.TagClassName
{
border-color: #012809;
}
</style>