Shades of Myrtle #012001
Tints of Myrtle #012001
RGB
CMYK
RGB Variations
Color information
#012001 (or 0x012001) is known color: Myrtle. HEX triplet: 01, 20 and 01. RGB value is (1,32,1). Sum of RGB (Red+Green+Blue) = 1+32+1=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 32 (12.89% from 255 or 94.12% from 34); Blue value is 1 (0.78% from 255 or 2.94% from 34); Max value from RGB is 32 - color contains mainly: green. Hex color #012001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012001 is #FEDFFE. Grayscale: #131313. Windows color (decimal): -16703487 or 73729. OLE color: 73729.
HSL color Cylindrical-coordinate representation of color #012001: hue angle of 120º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012001 is Cyan = 0.97, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 32 | 1 | - |
| CMYK | 0.97 | 0 | 0.97 | 0.87 |
| HSL | 120º | 0.94% | 0.06% | - |
| HSV(B) | 120º | 0.97% | 0.13% | - |
| XYZ | 0.53 | 1.04 | 0.2 | - |
| YUV | 19.2 | 117.73 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 1 | 0.97 | 0 | 0.97 | 0.87 | 120 | 0.94 | 0.06 |
| Hex | 1 | 20 | 1 | 61 | 0 | 61 | 57 | 78 | 5E | 6 |
| Octal | 1 | 40 | 1 | 141 | 0 | 141 | 127 | 170 | 136 | 6 |
| Binary | 1 | 100000 | 1 | 1100001 | 0 | 1100001 | 1010111 | 1111000 | 1011110 | 110 |
Color Harmonies of #012001
Complementary color
Monochromatic Colors of #012001
Black with #012001
Text Example
Text Example
White with #012001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012001; }
p { color: rgb(1,32,1); }
H1.HeaderClassName
{
color: #012001;
}
.AnyTagClassName
{
color: #012001;
}
</style>
background-color css
<style>
a { background-color: #012001; }
a { background-color: rgb(1,32,1); }
div.DivClassName
{
background-color: #012001;
}
.BgClassName
{
background-color: #012001;
}
</style>
border-color css
<style>
span { border-color: #012001; }
span { border-color: rgb(1,32,1); }
td.TdClassName
{
border-color: #012001;
}
.TagClassName
{
border-color: #012001;
}
</style>