Shades of Deep Fir #013709
Tints of Deep Fir #013709
RGB
CMYK
RGB Variations
Color information
#013709 (or 0x013709) is known color: Deep Fir. HEX triplet: 01, 37 and 09. RGB value is (1,55,9). Sum of RGB (Red+Green+Blue) = 1+55+9=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 55 (21.88% from 255 or 84.62% from 65); Blue value is 9 (3.91% from 255 or 13.85% from 65); Max value from RGB is 55 - color contains mainly: green. Hex color #013709 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013709 is #FEC8F6. Grayscale: #212121. Windows color (decimal): -16697591 or 603905. OLE color: 603905.
HSL color Cylindrical-coordinate representation of color #013709: hue angle of 128.89º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013709 is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 55 | 9 | - |
| CMYK | 0.98 | 0 | 0.84 | 0.78 |
| HSL | 128.89º | 0.96% | 0.11% | - |
| HSV(B) | 128.89º | 0.98% | 0.22% | - |
| XYZ | 1.43 | 2.76 | 0.72 | - |
| YUV | 33.61 | 114.11 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 55 | 9 | 0.98 | 0 | 0.84 | 0.78 | 128.89 | 0.96 | 0.11 |
| Hex | 1 | 37 | 9 | 62 | 0 | 54 | 4E | 81 | 60 | B |
| Octal | 1 | 67 | 11 | 142 | 0 | 124 | 116 | 201 | 140 | 13 |
| Binary | 1 | 110111 | 1001 | 1100010 | 0 | 1010100 | 1001110 | 10000001 | 1100000 | 1011 |
Color Harmonies of #013709
Complementary color
Monochromatic Colors of #013709
Black with #013709
Text Example
Text Example
White with #013709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013709; }
p { color: rgb(1,55,9); }
H1.HeaderClassName
{
color: #013709;
}
.AnyTagClassName
{
color: #013709;
}
</style>
background-color css
<style>
a { background-color: #013709; }
a { background-color: rgb(1,55,9); }
div.DivClassName
{
background-color: #013709;
}
.BgClassName
{
background-color: #013709;
}
</style>
border-color css
<style>
span { border-color: #013709; }
span { border-color: rgb(1,55,9); }
td.TdClassName
{
border-color: #013709;
}
.TagClassName
{
border-color: #013709;
}
</style>