Shades of Deep Fir #013D0C
Tints of Deep Fir #013D0C
RGB
CMYK
RGB Variations
Color information
#013D0C (or 0x013D0C) is known color: Deep Fir. HEX triplet: 01, 3D and 0C. RGB value is (1,61,12). Sum of RGB (Red+Green+Blue) = 1+61+12=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 61 (24.22% from 255 or 82.43% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 61 - color contains mainly: green. Hex color #013D0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013D0C is #FEC2F3. Grayscale: #252525. Windows color (decimal): -16696052 or 802049. OLE color: 802049.
HSL color Cylindrical-coordinate representation of color #013D0C: hue angle of 131º 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 #013D0C is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 61 | 12 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.76 |
| HSL | 131º | 0.97% | 0.12% | - |
| HSV(B) | 131º | 0.98% | 0.24% | - |
| XYZ | 1.75 | 3.37 | 0.91 | - |
| YUV | 37.47 | 113.62 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 12 | 0.98 | 0 | 0.80 | 0.76 | 131 | 0.97 | 0.12 |
| Hex | 1 | 3D | C | 62 | 0 | 50 | 4C | 83 | 61 | C |
| Octal | 1 | 75 | 14 | 142 | 0 | 120 | 114 | 203 | 141 | 14 |
| Binary | 1 | 111101 | 1100 | 1100010 | 0 | 1010000 | 1001100 | 10000011 | 1100001 | 1100 |
Color Harmonies of #013D0C
Complementary color
Monochromatic Colors of #013D0C
Black with #013D0C
Text Example
Text Example
White with #013D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D0C; }
p { color: rgb(1,61,12); }
H1.HeaderClassName
{
color: #013D0C;
}
.AnyTagClassName
{
color: #013D0C;
}
</style>
background-color css
<style>
a { background-color: #013D0C; }
a { background-color: rgb(1,61,12); }
div.DivClassName
{
background-color: #013D0C;
}
.BgClassName
{
background-color: #013D0C;
}
</style>
border-color css
<style>
span { border-color: #013D0C; }
span { border-color: rgb(1,61,12); }
td.TdClassName
{
border-color: #013D0C;
}
.TagClassName
{
border-color: #013D0C;
}
</style>