Shades of Deep Fir #01320C
Tints of Deep Fir #01320C
RGB
CMYK
RGB Variations
Color information
#01320C (or 0x01320C) is known color: Deep Fir. HEX triplet: 01, 32 and 0C. RGB value is (1,50,12). Sum of RGB (Red+Green+Blue) = 1+50+12=63 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.59% from 63); Green value is 50 (19.92% from 255 or 79.37% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 50 - color contains mainly: green. Hex color #01320C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01320C is #FECDF3. Grayscale: #1F1F1F. Windows color (decimal): -16698868 or 799233. OLE color: 799233.
HSL color Cylindrical-coordinate representation of color #01320C: hue angle of 133.47º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01320C is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 1 | 50 | 12 | - |
| CMYK | 0.98 | 0 | 0.76 | 0.80 |
| HSL | 133.47º | 0.96% | 0.1% | - |
| HSV(B) | 133.47º | 0.98% | 0.2% | - |
| XYZ | 1.22 | 2.31 | 0.73 | - |
| YUV | 31.02 | 117.27 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 50 | 12 | 0.98 | 0 | 0.76 | 0.80 | 133.47 | 0.96 | 0.1 |
| Hex | 1 | 32 | C | 62 | 0 | 4C | 50 | 85 | 60 | A |
| Octal | 1 | 62 | 14 | 142 | 0 | 114 | 120 | 205 | 140 | 12 |
| Binary | 1 | 110010 | 1100 | 1100010 | 0 | 1001100 | 1010000 | 10000101 | 1100000 | 1010 |
Color Harmonies of #01320C
Complementary color
Monochromatic Colors of #01320C
Black with #01320C
Text Example
Text Example
White with #01320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01320C; }
p { color: rgb(1,50,12); }
H1.HeaderClassName
{
color: #01320C;
}
.AnyTagClassName
{
color: #01320C;
}
</style>
background-color css
<style>
a { background-color: #01320C; }
a { background-color: rgb(1,50,12); }
div.DivClassName
{
background-color: #01320C;
}
.BgClassName
{
background-color: #01320C;
}
</style>
border-color css
<style>
span { border-color: #01320C; }
span { border-color: rgb(1,50,12); }
td.TdClassName
{
border-color: #01320C;
}
.TagClassName
{
border-color: #01320C;
}
</style>