Shades of Deep Fir #013209
Tints of Deep Fir #013209
RGB
CMYK
RGB Variations
Color information
#013209 (or 0x013209) is known color: Deep Fir. HEX triplet: 01, 32 and 09. RGB value is (1,50,9). Sum of RGB (Red+Green+Blue) = 1+50+9=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 50 (19.92% from 255 or 83.33% from 60); Blue value is 9 (3.91% from 255 or 15% from 60); Max value from RGB is 50 - color contains mainly: green. Hex color #013209 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013209 is #FECDF6. Grayscale: #1E1E1E. Windows color (decimal): -16698871 or 602625. OLE color: 602625.
HSL color Cylindrical-coordinate representation of color #013209: hue angle of 129.8º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013209 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 1 | 50 | 9 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.80 |
| HSL | 129.8º | 0.96% | 0.1% | - |
| HSV(B) | 129.8º | 0.98% | 0.2% | - |
| XYZ | 1.2 | 2.31 | 0.64 | - |
| YUV | 30.68 | 115.77 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 50 | 9 | 0.98 | 0 | 0.82 | 0.80 | 129.8 | 0.96 | 0.1 |
| Hex | 1 | 32 | 9 | 62 | 0 | 52 | 50 | 82 | 60 | A |
| Octal | 1 | 62 | 11 | 142 | 0 | 122 | 120 | 202 | 140 | 12 |
| Binary | 1 | 110010 | 1001 | 1100010 | 0 | 1010010 | 1010000 | 10000010 | 1100000 | 1010 |
Color Harmonies of #013209
Complementary color
Monochromatic Colors of #013209
Black with #013209
Text Example
Text Example
White with #013209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013209; }
p { color: rgb(1,50,9); }
H1.HeaderClassName
{
color: #013209;
}
.AnyTagClassName
{
color: #013209;
}
</style>
background-color css
<style>
a { background-color: #013209; }
a { background-color: rgb(1,50,9); }
div.DivClassName
{
background-color: #013209;
}
.BgClassName
{
background-color: #013209;
}
</style>
border-color css
<style>
span { border-color: #013209; }
span { border-color: rgb(1,50,9); }
td.TdClassName
{
border-color: #013209;
}
.TagClassName
{
border-color: #013209;
}
</style>