Shades of Deep Fir #01380A
Tints of Deep Fir #01380A
RGB
CMYK
RGB Variations
Color information
#01380A (or 0x01380A) is known color: Deep Fir. HEX triplet: 01, 38 and 0A. RGB value is (1,56,10). Sum of RGB (Red+Green+Blue) = 1+56+10=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 56 (22.27% from 255 or 83.58% from 67); Blue value is 10 (4.30% from 255 or 14.93% from 67); Max value from RGB is 56 - color contains mainly: green. Hex color #01380A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01380A is #FEC7F5. Grayscale: #222222. Windows color (decimal): -16697334 or 669697. OLE color: 669697.
HSL color Cylindrical-coordinate representation of color #01380A: hue angle of 129.82º 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 #01380A is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 56 | 10 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.78 |
| HSL | 129.82º | 0.96% | 0.11% | - |
| HSV(B) | 129.82º | 0.98% | 0.22% | - |
| XYZ | 1.48 | 2.86 | 0.76 | - |
| YUV | 34.31 | 114.28 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 56 | 10 | 0.98 | 0 | 0.82 | 0.78 | 129.82 | 0.96 | 0.11 |
| Hex | 1 | 38 | A | 62 | 0 | 52 | 4E | 82 | 60 | B |
| Octal | 1 | 70 | 12 | 142 | 0 | 122 | 116 | 202 | 140 | 13 |
| Binary | 1 | 111000 | 1010 | 1100010 | 0 | 1010010 | 1001110 | 10000010 | 1100000 | 1011 |
Color Harmonies of #01380A
Complementary color
Monochromatic Colors of #01380A
Black with #01380A
Text Example
Text Example
White with #01380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01380A; }
p { color: rgb(1,56,10); }
H1.HeaderClassName
{
color: #01380A;
}
.AnyTagClassName
{
color: #01380A;
}
</style>
background-color css
<style>
a { background-color: #01380A; }
a { background-color: rgb(1,56,10); }
div.DivClassName
{
background-color: #01380A;
}
.BgClassName
{
background-color: #01380A;
}
</style>
border-color css
<style>
span { border-color: #01380A; }
span { border-color: rgb(1,56,10); }
td.TdClassName
{
border-color: #01380A;
}
.TagClassName
{
border-color: #01380A;
}
</style>