Shades of Myrtle #012000
Tints of Myrtle #012000
RGB
CMYK
RGB Variations
Color information
#012000 (or 0x012000) is known color: Myrtle. HEX triplet: 01, 20 and 00. RGB value is (1,32,0). Sum of RGB (Red+Green+Blue) = 1+32+0=33 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.03% from 33); Green value is 32 (12.89% from 255 or 96.97% from 33); Blue value is 0 (0.39% from 255 or 0% from 33); Max value from RGB is 32 - color contains mainly: green. Hex color #012000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012000 is #FEDFFF. Grayscale: #131313. Windows color (decimal): -16703488 or 8193. OLE color: 8193.
HSL color Cylindrical-coordinate representation of color #012000: hue angle of 118.12º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012000 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 32 | 0 | - |
| CMYK | 0.97 | 0 | 1 | 0.87 |
| HSL | 118.13º | 1% | 0.06% | - |
| HSV(B) | 118.13º | 1% | 0.13% | - |
| XYZ | 0.53 | 1.04 | 0.17 | - |
| YUV | 19.08 | 117.23 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 0 | 0.97 | 0 | 1 | 0.87 | 118.13 | 1 | 0.06 |
| Hex | 1 | 20 | 0 | 61 | 0 | 64 | 57 | 76 | 64 | 6 |
| Octal | 1 | 40 | 0 | 141 | 0 | 144 | 127 | 166 | 144 | 6 |
| Binary | 1 | 100000 | 0 | 1100001 | 0 | 1100100 | 1010111 | 1110110 | 1100100 | 110 |
Color Harmonies of #012000
Complementary color
Monochromatic Colors of #012000
Black with #012000
Text Example
Text Example
White with #012000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012000; }
p { color: rgb(1,32,0); }
H1.HeaderClassName
{
color: #012000;
}
.AnyTagClassName
{
color: #012000;
}
</style>
background-color css
<style>
a { background-color: #012000; }
a { background-color: rgb(1,32,0); }
div.DivClassName
{
background-color: #012000;
}
.BgClassName
{
background-color: #012000;
}
</style>
border-color css
<style>
span { border-color: #012000; }
span { border-color: rgb(1,32,0); }
td.TdClassName
{
border-color: #012000;
}
.TagClassName
{
border-color: #012000;
}
</style>