Shades of Myrtle #012100
Tints of Myrtle #012100
RGB
CMYK
RGB Variations
Color information
#012100 (or 0x012100) is known color: Myrtle. HEX triplet: 01, 21 and 00. RGB value is (1,33,0). Sum of RGB (Red+Green+Blue) = 1+33+0=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 33 (13.28% from 255 or 97.06% from 34); Blue value is 0 (0.39% from 255 or 0% from 34); Max value from RGB is 33 - color contains mainly: green. Hex color #012100 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012100 is #FEDEFF. Grayscale: #131313. Windows color (decimal): -16703232 or 8449. OLE color: 8449.
HSL color Cylindrical-coordinate representation of color #012100: hue angle of 118.18º 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 #012100 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 33 | 0 | - |
| CMYK | 0.97 | 0 | 1 | 0.87 |
| HSL | 118.18º | 1% | 0.06% | - |
| HSV(B) | 118.18º | 1% | 0.13% | - |
| XYZ | 0.56 | 1.09 | 0.18 | - |
| YUV | 19.67 | 116.9 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 0 | 0.97 | 0 | 1 | 0.87 | 118.18 | 1 | 0.06 |
| Hex | 1 | 21 | 0 | 61 | 0 | 64 | 57 | 76 | 64 | 6 |
| Octal | 1 | 41 | 0 | 141 | 0 | 144 | 127 | 166 | 144 | 6 |
| Binary | 1 | 100001 | 0 | 1100001 | 0 | 1100100 | 1010111 | 1110110 | 1100100 | 110 |
Color Harmonies of #012100
Complementary color
Monochromatic Colors of #012100
Black with #012100
Text Example
Text Example
White with #012100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012100; }
p { color: rgb(1,33,0); }
H1.HeaderClassName
{
color: #012100;
}
.AnyTagClassName
{
color: #012100;
}
</style>
background-color css
<style>
a { background-color: #012100; }
a { background-color: rgb(1,33,0); }
div.DivClassName
{
background-color: #012100;
}
.BgClassName
{
background-color: #012100;
}
</style>
border-color css
<style>
span { border-color: #012100; }
span { border-color: rgb(1,33,0); }
td.TdClassName
{
border-color: #012100;
}
.TagClassName
{
border-color: #012100;
}
</style>