Shades of Deep Fir #01380E
Tints of Deep Fir #01380E
RGB
CMYK
RGB Variations
Color information
#01380E (or 0x01380E) is known color: Deep Fir. HEX triplet: 01, 38 and 0E. RGB value is (1,56,14). Sum of RGB (Red+Green+Blue) = 1+56+14=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 56 (22.27% from 255 or 78.87% from 71); Blue value is 14 (5.86% from 255 or 19.72% from 71); Max value from RGB is 56 - color contains mainly: green. Hex color #01380E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01380E is #FEC7F1. Grayscale: #222222. Windows color (decimal): -16697330 or 931841. OLE color: 931841.
HSL color Cylindrical-coordinate representation of color #01380E: hue angle of 134.18º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01380E is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 56 | 14 | - |
| CMYK | 0.98 | 0 | 0.75 | 0.78 |
| HSL | 134.18º | 0.96% | 0.11% | - |
| HSV(B) | 134.18º | 0.98% | 0.22% | - |
| XYZ | 1.51 | 2.87 | 0.89 | - |
| YUV | 34.77 | 116.28 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 56 | 14 | 0.98 | 0 | 0.75 | 0.78 | 134.18 | 0.96 | 0.11 |
| Hex | 1 | 38 | E | 62 | 0 | 4B | 4E | 86 | 60 | B |
| Octal | 1 | 70 | 16 | 142 | 0 | 113 | 116 | 206 | 140 | 13 |
| Binary | 1 | 111000 | 1110 | 1100010 | 0 | 1001011 | 1001110 | 10000110 | 1100000 | 1011 |
Color Harmonies of #01380E
Complementary color
Monochromatic Colors of #01380E
Black with #01380E
Text Example
Text Example
White with #01380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01380E; }
p { color: rgb(1,56,14); }
H1.HeaderClassName
{
color: #01380E;
}
.AnyTagClassName
{
color: #01380E;
}
</style>
background-color css
<style>
a { background-color: #01380E; }
a { background-color: rgb(1,56,14); }
div.DivClassName
{
background-color: #01380E;
}
.BgClassName
{
background-color: #01380E;
}
</style>
border-color css
<style>
span { border-color: #01380E; }
span { border-color: rgb(1,56,14); }
td.TdClassName
{
border-color: #01380E;
}
.TagClassName
{
border-color: #01380E;
}
</style>