Shades of Deep Fir #012107
Tints of Deep Fir #012107
RGB
CMYK
RGB Variations
Color information
#012107 (or 0x012107) is known color: Deep Fir. HEX triplet: 01, 21 and 07. RGB value is (1,33,7). Sum of RGB (Red+Green+Blue) = 1+33+7=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 33 (13.28% from 255 or 80.49% from 41); Blue value is 7 (3.12% from 255 or 17.07% from 41); Max value from RGB is 33 - color contains mainly: green. Hex color #012107 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012107 is #FEDEF8. Grayscale: #141414. Windows color (decimal): -16703225 or 467201. OLE color: 467201.
HSL color Cylindrical-coordinate representation of color #012107: hue angle of 131.25º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012107 is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 33 | 7 | - |
| CMYK | 0.97 | 0 | 0.79 | 0.87 |
| HSL | 131.25º | 0.94% | 0.07% | - |
| HSV(B) | 131.25º | 0.97% | 0.13% | - |
| XYZ | 0.59 | 1.11 | 0.38 | - |
| YUV | 20.47 | 120.4 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 7 | 0.97 | 0 | 0.79 | 0.87 | 131.25 | 0.94 | 0.07 |
| Hex | 1 | 21 | 7 | 61 | 0 | 4F | 57 | 83 | 5E | 7 |
| Octal | 1 | 41 | 7 | 141 | 0 | 117 | 127 | 203 | 136 | 7 |
| Binary | 1 | 100001 | 111 | 1100001 | 0 | 1001111 | 1010111 | 10000011 | 1011110 | 111 |
Color Harmonies of #012107
Complementary color
Monochromatic Colors of #012107
Black with #012107
Text Example
Text Example
White with #012107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012107; }
p { color: rgb(1,33,7); }
H1.HeaderClassName
{
color: #012107;
}
.AnyTagClassName
{
color: #012107;
}
</style>
background-color css
<style>
a { background-color: #012107; }
a { background-color: rgb(1,33,7); }
div.DivClassName
{
background-color: #012107;
}
.BgClassName
{
background-color: #012107;
}
</style>
border-color css
<style>
span { border-color: #012107; }
span { border-color: rgb(1,33,7); }
td.TdClassName
{
border-color: #012107;
}
.TagClassName
{
border-color: #012107;
}
</style>