Shades of Deep Fir #01400D
Tints of Deep Fir #01400D
RGB
CMYK
RGB Variations
Color information
#01400D (or 0x01400D) is known color: Deep Fir. HEX triplet: 01, 40 and 0D. RGB value is (1,64,13). Sum of RGB (Red+Green+Blue) = 1+64+13=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 64 (25.39% from 255 or 82.05% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 64 - color contains mainly: green. Hex color #01400D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01400D is #FEBFF2. Grayscale: #272727. Windows color (decimal): -16695283 or 868353. OLE color: 868353.
HSL color Cylindrical-coordinate representation of color #01400D: hue angle of 131.43º 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 #01400D is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 64 | 13 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.75 |
| HSL | 131.43º | 0.97% | 0.13% | - |
| HSV(B) | 131.43º | 0.98% | 0.25% | - |
| XYZ | 1.92 | 3.7 | 0.99 | - |
| YUV | 39.35 | 113.13 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 13 | 0.98 | 0 | 0.80 | 0.75 | 131.43 | 0.97 | 0.13 |
| Hex | 1 | 40 | D | 62 | 0 | 50 | 4B | 83 | 61 | D |
| Octal | 1 | 100 | 15 | 142 | 0 | 120 | 113 | 203 | 141 | 15 |
| Binary | 1 | 1000000 | 1101 | 1100010 | 0 | 1010000 | 1001011 | 10000011 | 1100001 | 1101 |
Color Harmonies of #01400D
Complementary color
Monochromatic Colors of #01400D
Black with #01400D
Text Example
Text Example
White with #01400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01400D; }
p { color: rgb(1,64,13); }
H1.HeaderClassName
{
color: #01400D;
}
.AnyTagClassName
{
color: #01400D;
}
</style>
background-color css
<style>
a { background-color: #01400D; }
a { background-color: rgb(1,64,13); }
div.DivClassName
{
background-color: #01400D;
}
.BgClassName
{
background-color: #01400D;
}
</style>
border-color css
<style>
span { border-color: #01400D; }
span { border-color: rgb(1,64,13); }
td.TdClassName
{
border-color: #01400D;
}
.TagClassName
{
border-color: #01400D;
}
</style>