Shades of Deep Fir #01380D
Tints of Deep Fir #01380D
RGB
CMYK
RGB Variations
Color information
#01380D (or 0x01380D) is known color: Deep Fir. HEX triplet: 01, 38 and 0D. RGB value is (1,56,13). Sum of RGB (Red+Green+Blue) = 1+56+13=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 56 (22.27% from 255 or 80% from 70); Blue value is 13 (5.47% from 255 or 18.57% from 70); Max value from RGB is 56 - color contains mainly: green. Hex color #01380D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01380D is #FEC7F2. Grayscale: #222222. Windows color (decimal): -16697331 or 866305. OLE color: 866305.
HSL color Cylindrical-coordinate representation of color #01380D: hue angle of 133.09º 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 #01380D is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 56 | 13 | - |
| CMYK | 0.98 | 0 | 0.77 | 0.78 |
| HSL | 133.09º | 0.96% | 0.11% | - |
| HSV(B) | 133.09º | 0.98% | 0.22% | - |
| XYZ | 1.5 | 2.86 | 0.85 | - |
| YUV | 34.65 | 115.78 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 56 | 13 | 0.98 | 0 | 0.77 | 0.78 | 133.09 | 0.96 | 0.11 |
| Hex | 1 | 38 | D | 62 | 0 | 4D | 4E | 85 | 60 | B |
| Octal | 1 | 70 | 15 | 142 | 0 | 115 | 116 | 205 | 140 | 13 |
| Binary | 1 | 111000 | 1101 | 1100010 | 0 | 1001101 | 1001110 | 10000101 | 1100000 | 1011 |
Color Harmonies of #01380D
Complementary color
Monochromatic Colors of #01380D
Black with #01380D
Text Example
Text Example
White with #01380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01380D; }
p { color: rgb(1,56,13); }
H1.HeaderClassName
{
color: #01380D;
}
.AnyTagClassName
{
color: #01380D;
}
</style>
background-color css
<style>
a { background-color: #01380D; }
a { background-color: rgb(1,56,13); }
div.DivClassName
{
background-color: #01380D;
}
.BgClassName
{
background-color: #01380D;
}
</style>
border-color css
<style>
span { border-color: #01380D; }
span { border-color: rgb(1,56,13); }
td.TdClassName
{
border-color: #01380D;
}
.TagClassName
{
border-color: #01380D;
}
</style>