Shades of Deep Fir #01360B
Tints of Deep Fir #01360B
RGB
CMYK
RGB Variations
Color information
#01360B (or 0x01360B) is known color: Deep Fir. HEX triplet: 01, 36 and 0B. RGB value is (1,54,11). Sum of RGB (Red+Green+Blue) = 1+54+11=66 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.52% from 66); Green value is 54 (21.48% from 255 or 81.82% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 54 - color contains mainly: green. Hex color #01360B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01360B is #FEC9F4. Grayscale: #212121. Windows color (decimal): -16697845 or 734721. OLE color: 734721.
HSL color Cylindrical-coordinate representation of color #01360B: hue angle of 131.32º 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 #01360B is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 54 | 11 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.79 |
| HSL | 131.32º | 0.96% | 0.11% | - |
| HSV(B) | 131.32º | 0.98% | 0.21% | - |
| XYZ | 1.39 | 2.67 | 0.76 | - |
| YUV | 33.25 | 115.44 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 11 | 0.98 | 0 | 0.80 | 0.79 | 131.32 | 0.96 | 0.11 |
| Hex | 1 | 36 | B | 62 | 0 | 50 | 4F | 83 | 60 | B |
| Octal | 1 | 66 | 13 | 142 | 0 | 120 | 117 | 203 | 140 | 13 |
| Binary | 1 | 110110 | 1011 | 1100010 | 0 | 1010000 | 1001111 | 10000011 | 1100000 | 1011 |
Color Harmonies of #01360B
Complementary color
Monochromatic Colors of #01360B
Black with #01360B
Text Example
Text Example
White with #01360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01360B; }
p { color: rgb(1,54,11); }
H1.HeaderClassName
{
color: #01360B;
}
.AnyTagClassName
{
color: #01360B;
}
</style>
background-color css
<style>
a { background-color: #01360B; }
a { background-color: rgb(1,54,11); }
div.DivClassName
{
background-color: #01360B;
}
.BgClassName
{
background-color: #01360B;
}
</style>
border-color css
<style>
span { border-color: #01360B; }
span { border-color: rgb(1,54,11); }
td.TdClassName
{
border-color: #01360B;
}
.TagClassName
{
border-color: #01360B;
}
</style>