Shades of Deep Fir #013C0E
Tints of Deep Fir #013C0E
RGB
CMYK
RGB Variations
Color information
#013C0E (or 0x013C0E) is known color: Deep Fir. HEX triplet: 01, 3C and 0E. RGB value is (1,60,14). Sum of RGB (Red+Green+Blue) = 1+60+14=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 60 (23.83% from 255 or 80% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 60 - color contains mainly: green. Hex color #013C0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013C0E is #FEC3F1. Grayscale: #252525. Windows color (decimal): -16696306 or 932865. OLE color: 932865.
HSL color Cylindrical-coordinate representation of color #013C0E: hue angle of 133.22º 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 #013C0E is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 60 | 14 | - |
| CMYK | 0.98 | 0 | 0.77 | 0.76 |
| HSL | 133.22º | 0.97% | 0.12% | - |
| HSV(B) | 133.22º | 0.98% | 0.24% | - |
| XYZ | 1.71 | 3.27 | 0.96 | - |
| YUV | 37.12 | 114.95 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 14 | 0.98 | 0 | 0.77 | 0.76 | 133.22 | 0.97 | 0.12 |
| Hex | 1 | 3C | E | 62 | 0 | 4D | 4C | 85 | 61 | C |
| Octal | 1 | 74 | 16 | 142 | 0 | 115 | 114 | 205 | 141 | 14 |
| Binary | 1 | 111100 | 1110 | 1100010 | 0 | 1001101 | 1001100 | 10000101 | 1100001 | 1100 |
Color Harmonies of #013C0E
Complementary color
Monochromatic Colors of #013C0E
Black with #013C0E
Text Example
Text Example
White with #013C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013C0E; }
p { color: rgb(1,60,14); }
H1.HeaderClassName
{
color: #013C0E;
}
.AnyTagClassName
{
color: #013C0E;
}
</style>
background-color css
<style>
a { background-color: #013C0E; }
a { background-color: rgb(1,60,14); }
div.DivClassName
{
background-color: #013C0E;
}
.BgClassName
{
background-color: #013C0E;
}
</style>
border-color css
<style>
span { border-color: #013C0E; }
span { border-color: rgb(1,60,14); }
td.TdClassName
{
border-color: #013C0E;
}
.TagClassName
{
border-color: #013C0E;
}
</style>