Shades of Deep Fir #01410C
Tints of Deep Fir #01410C
RGB
CMYK
RGB Variations
Color information
#01410C (or 0x01410C) is known color: Deep Fir. HEX triplet: 01, 41 and 0C. RGB value is (1,65,12). Sum of RGB (Red+Green+Blue) = 1+65+12=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 65 (25.78% from 255 or 83.33% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 65 - color contains mainly: green. Hex color #01410C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01410C is #FEBEF3. Grayscale: #272727. Windows color (decimal): -16695028 or 803073. OLE color: 803073.
HSL color Cylindrical-coordinate representation of color #01410C: hue angle of 130.31º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01410C is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 65 | 12 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.75 |
| HSL | 130.31º | 0.97% | 0.13% | - |
| HSV(B) | 130.31º | 0.98% | 0.25% | - |
| XYZ | 1.97 | 3.81 | 0.98 | - |
| YUV | 39.82 | 112.3 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 12 | 0.98 | 0 | 0.82 | 0.75 | 130.31 | 0.97 | 0.13 |
| Hex | 1 | 41 | C | 62 | 0 | 52 | 4B | 82 | 61 | D |
| Octal | 1 | 101 | 14 | 142 | 0 | 122 | 113 | 202 | 141 | 15 |
| Binary | 1 | 1000001 | 1100 | 1100010 | 0 | 1010010 | 1001011 | 10000010 | 1100001 | 1101 |
Color Harmonies of #01410C
Complementary color
Monochromatic Colors of #01410C
Black with #01410C
Text Example
Text Example
White with #01410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01410C; }
p { color: rgb(1,65,12); }
H1.HeaderClassName
{
color: #01410C;
}
.AnyTagClassName
{
color: #01410C;
}
</style>
background-color css
<style>
a { background-color: #01410C; }
a { background-color: rgb(1,65,12); }
div.DivClassName
{
background-color: #01410C;
}
.BgClassName
{
background-color: #01410C;
}
</style>
border-color css
<style>
span { border-color: #01410C; }
span { border-color: rgb(1,65,12); }
td.TdClassName
{
border-color: #01410C;
}
.TagClassName
{
border-color: #01410C;
}
</style>