Shades of Deep Fir #013D0D
Tints of Deep Fir #013D0D
RGB
CMYK
RGB Variations
Color information
#013D0D (or 0x013D0D) is known color: Deep Fir. HEX triplet: 01, 3D and 0D. RGB value is (1,61,13). Sum of RGB (Red+Green+Blue) = 1+61+13=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 61 (24.22% from 255 or 81.33% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 61 - color contains mainly: green. Hex color #013D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013D0D is #FEC2F2. Grayscale: #252525. Windows color (decimal): -16696051 or 867585. OLE color: 867585.
HSL color Cylindrical-coordinate representation of color #013D0D: hue angle of 132º 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 #013D0D is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 61 | 13 | - |
| CMYK | 0.98 | 0 | 0.79 | 0.76 |
| HSL | 132º | 0.97% | 0.12% | - |
| HSV(B) | 132º | 0.98% | 0.24% | - |
| XYZ | 1.75 | 3.37 | 0.94 | - |
| YUV | 37.59 | 114.12 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 13 | 0.98 | 0 | 0.79 | 0.76 | 132 | 0.97 | 0.12 |
| Hex | 1 | 3D | D | 62 | 0 | 4F | 4C | 84 | 61 | C |
| Octal | 1 | 75 | 15 | 142 | 0 | 117 | 114 | 204 | 141 | 14 |
| Binary | 1 | 111101 | 1101 | 1100010 | 0 | 1001111 | 1001100 | 10000100 | 1100001 | 1100 |
Color Harmonies of #013D0D
Complementary color
Monochromatic Colors of #013D0D
Black with #013D0D
Text Example
Text Example
White with #013D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D0D; }
p { color: rgb(1,61,13); }
H1.HeaderClassName
{
color: #013D0D;
}
.AnyTagClassName
{
color: #013D0D;
}
</style>
background-color css
<style>
a { background-color: #013D0D; }
a { background-color: rgb(1,61,13); }
div.DivClassName
{
background-color: #013D0D;
}
.BgClassName
{
background-color: #013D0D;
}
</style>
border-color css
<style>
span { border-color: #013D0D; }
span { border-color: rgb(1,61,13); }
td.TdClassName
{
border-color: #013D0D;
}
.TagClassName
{
border-color: #013D0D;
}
</style>