Shades of Deep Fir #013C0D
Tints of Deep Fir #013C0D
RGB
CMYK
RGB Variations
Color information
#013C0D (or 0x013C0D) is known color: Deep Fir. HEX triplet: 01, 3C and 0D. RGB value is (1,60,13). Sum of RGB (Red+Green+Blue) = 1+60+13=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 60 (23.83% from 255 or 81.08% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 60 - color contains mainly: green. Hex color #013C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013C0D is #FEC3F2. Grayscale: #252525. Windows color (decimal): -16696307 or 867329. OLE color: 867329.
HSL color Cylindrical-coordinate representation of color #013C0D: hue angle of 132.2º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013C0D is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 60 | 13 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.76 |
| HSL | 132.2º | 0.97% | 0.12% | - |
| HSV(B) | 132.2º | 0.98% | 0.24% | - |
| XYZ | 1.7 | 3.27 | 0.92 | - |
| YUV | 37 | 114.45 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 13 | 0.98 | 0 | 0.78 | 0.76 | 132.2 | 0.97 | 0.12 |
| Hex | 1 | 3C | D | 62 | 0 | 4E | 4C | 84 | 61 | C |
| Octal | 1 | 74 | 15 | 142 | 0 | 116 | 114 | 204 | 141 | 14 |
| Binary | 1 | 111100 | 1101 | 1100010 | 0 | 1001110 | 1001100 | 10000100 | 1100001 | 1100 |
Color Harmonies of #013C0D
Complementary color
Monochromatic Colors of #013C0D
Black with #013C0D
Text Example
Text Example
White with #013C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013C0D; }
p { color: rgb(1,60,13); }
H1.HeaderClassName
{
color: #013C0D;
}
.AnyTagClassName
{
color: #013C0D;
}
</style>
background-color css
<style>
a { background-color: #013C0D; }
a { background-color: rgb(1,60,13); }
div.DivClassName
{
background-color: #013C0D;
}
.BgClassName
{
background-color: #013C0D;
}
</style>
border-color css
<style>
span { border-color: #013C0D; }
span { border-color: rgb(1,60,13); }
td.TdClassName
{
border-color: #013C0D;
}
.TagClassName
{
border-color: #013C0D;
}
</style>