Shades of Deep Fir #01360D
Tints of Deep Fir #01360D
RGB
CMYK
RGB Variations
Color information
#01360D (or 0x01360D) is known color: Deep Fir. HEX triplet: 01, 36 and 0D. RGB value is (1,54,13). Sum of RGB (Red+Green+Blue) = 1+54+13=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 54 (21.48% from 255 or 79.41% from 68); Blue value is 13 (5.47% from 255 or 19.12% from 68); Max value from RGB is 54 - color contains mainly: green. Hex color #01360D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01360D is #FEC9F2. Grayscale: #212121. Windows color (decimal): -16697843 or 865793. OLE color: 865793.
HSL color Cylindrical-coordinate representation of color #01360D: hue angle of 133.58º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01360D is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 54 | 13 | - |
| CMYK | 0.98 | 0 | 0.76 | 0.79 |
| HSL | 133.58º | 0.96% | 0.11% | - |
| HSV(B) | 133.58º | 0.98% | 0.21% | - |
| XYZ | 1.4 | 2.67 | 0.82 | - |
| YUV | 33.48 | 116.44 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 13 | 0.98 | 0 | 0.76 | 0.79 | 133.58 | 0.96 | 0.11 |
| Hex | 1 | 36 | D | 62 | 0 | 4C | 4F | 86 | 60 | B |
| Octal | 1 | 66 | 15 | 142 | 0 | 114 | 117 | 206 | 140 | 13 |
| Binary | 1 | 110110 | 1101 | 1100010 | 0 | 1001100 | 1001111 | 10000110 | 1100000 | 1011 |
Color Harmonies of #01360D
Complementary color
Monochromatic Colors of #01360D
Black with #01360D
Text Example
Text Example
White with #01360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01360D; }
p { color: rgb(1,54,13); }
H1.HeaderClassName
{
color: #01360D;
}
.AnyTagClassName
{
color: #01360D;
}
</style>
background-color css
<style>
a { background-color: #01360D; }
a { background-color: rgb(1,54,13); }
div.DivClassName
{
background-color: #01360D;
}
.BgClassName
{
background-color: #01360D;
}
</style>
border-color css
<style>
span { border-color: #01360D; }
span { border-color: rgb(1,54,13); }
td.TdClassName
{
border-color: #01360D;
}
.TagClassName
{
border-color: #01360D;
}
</style>