Shades of Deep Fir #013B0C
Tints of Deep Fir #013B0C
RGB
CMYK
RGB Variations
Color information
#013B0C (or 0x013B0C) is known color: Deep Fir. HEX triplet: 01, 3B and 0C. RGB value is (1,59,12). Sum of RGB (Red+Green+Blue) = 1+59+12=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 59 (23.44% from 255 or 81.94% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 59 - color contains mainly: green. Hex color #013B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013B0C is #FEC4F3. Grayscale: #242424. Windows color (decimal): -16696564 or 801537. OLE color: 801537.
HSL color Cylindrical-coordinate representation of color #013B0C: hue angle of 131.38º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013B0C is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 1 | 59 | 12 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.77 |
| HSL | 131.38º | 0.97% | 0.12% | - |
| HSV(B) | 131.38º | 0.98% | 0.23% | - |
| XYZ | 1.64 | 3.16 | 0.87 | - |
| YUV | 36.3 | 114.28 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 59 | 12 | 0.98 | 0 | 0.80 | 0.77 | 131.38 | 0.97 | 0.12 |
| Hex | 1 | 3B | C | 62 | 0 | 50 | 4D | 83 | 61 | C |
| Octal | 1 | 73 | 14 | 142 | 0 | 120 | 115 | 203 | 141 | 14 |
| Binary | 1 | 111011 | 1100 | 1100010 | 0 | 1010000 | 1001101 | 10000011 | 1100001 | 1100 |
Color Harmonies of #013B0C
Complementary color
Monochromatic Colors of #013B0C
Black with #013B0C
Text Example
Text Example
White with #013B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013B0C; }
p { color: rgb(1,59,12); }
H1.HeaderClassName
{
color: #013B0C;
}
.AnyTagClassName
{
color: #013B0C;
}
</style>
background-color css
<style>
a { background-color: #013B0C; }
a { background-color: rgb(1,59,12); }
div.DivClassName
{
background-color: #013B0C;
}
.BgClassName
{
background-color: #013B0C;
}
</style>
border-color css
<style>
span { border-color: #013B0C; }
span { border-color: rgb(1,59,12); }
td.TdClassName
{
border-color: #013B0C;
}
.TagClassName
{
border-color: #013B0C;
}
</style>