Shades of Deep Fir #013B0E
Tints of Deep Fir #013B0E
RGB
CMYK
RGB Variations
Color information
#013B0E (or 0x013B0E) is known color: Deep Fir. HEX triplet: 01, 3B and 0E. RGB value is (1,59,14). Sum of RGB (Red+Green+Blue) = 1+59+14=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 59 (23.44% from 255 or 79.73% from 74); Blue value is 14 (5.86% from 255 or 18.92% from 74); Max value from RGB is 59 - color contains mainly: green. Hex color #013B0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013B0E is #FEC4F1. Grayscale: #242424. Windows color (decimal): -16696562 or 932609. OLE color: 932609.
HSL color Cylindrical-coordinate representation of color #013B0E: hue angle of 133.45º 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 #013B0E is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 1 | 59 | 14 | - |
| CMYK | 0.98 | 0 | 0.76 | 0.77 |
| HSL | 133.45º | 0.97% | 0.12% | - |
| HSV(B) | 133.45º | 0.98% | 0.23% | - |
| XYZ | 1.66 | 3.17 | 0.94 | - |
| YUV | 36.53 | 115.28 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 59 | 14 | 0.98 | 0 | 0.76 | 0.77 | 133.45 | 0.97 | 0.12 |
| Hex | 1 | 3B | E | 62 | 0 | 4C | 4D | 85 | 61 | C |
| Octal | 1 | 73 | 16 | 142 | 0 | 114 | 115 | 205 | 141 | 14 |
| Binary | 1 | 111011 | 1110 | 1100010 | 0 | 1001100 | 1001101 | 10000101 | 1100001 | 1100 |
Color Harmonies of #013B0E
Complementary color
Monochromatic Colors of #013B0E
Black with #013B0E
Text Example
Text Example
White with #013B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013B0E; }
p { color: rgb(1,59,14); }
H1.HeaderClassName
{
color: #013B0E;
}
.AnyTagClassName
{
color: #013B0E;
}
</style>
background-color css
<style>
a { background-color: #013B0E; }
a { background-color: rgb(1,59,14); }
div.DivClassName
{
background-color: #013B0E;
}
.BgClassName
{
background-color: #013B0E;
}
</style>
border-color css
<style>
span { border-color: #013B0E; }
span { border-color: rgb(1,59,14); }
td.TdClassName
{
border-color: #013B0E;
}
.TagClassName
{
border-color: #013B0E;
}
</style>