Shades of Myrtle #021100
Tints of Myrtle #021100
RGB
CMYK
RGB Variations
Color information
#021100 (or 0x021100) is known color: Myrtle. HEX triplet: 02, 11 and 00. RGB value is (2,17,0). Sum of RGB (Red+Green+Blue) = 2+17+0=19 (2% of max value = 765). Red value is 2 (1.17% from 255 or 10.53% from 19); Green value is 17 (7.03% from 255 or 89.47% from 19); Blue value is 0 (0.39% from 255 or 0% from 19); Max value from RGB is 17 - color contains mainly: green. Hex color #021100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021100 is #FDEEFF. Grayscale: #0A0A0A. Windows color (decimal): -16641792 or 4354. OLE color: 4354.
HSL color Cylindrical-coordinate representation of color #021100: hue angle of 112.94º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #021100 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 2 | 17 | 0 | - |
| CMYK | 0.88 | 0 | 1 | 0.93 |
| HSL | 112.94º | 1% | 0.03% | - |
| HSV(B) | 112.94º | 1% | 0.07% | - |
| XYZ | 0.23 | 0.41 | 0.07 | - |
| YUV | 10.58 | 122.03 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 0 | 0.88 | 0 | 1 | 0.93 | 112.94 | 1 | 0.03 |
| Hex | 2 | 11 | 0 | 58 | 0 | 64 | 5D | 71 | 64 | 3 |
| Octal | 2 | 21 | 0 | 130 | 0 | 144 | 135 | 161 | 144 | 3 |
| Binary | 10 | 10001 | 0 | 1011000 | 0 | 1100100 | 1011101 | 1110001 | 1100100 | 11 |
Color Harmonies of #021100
Complementary color
Monochromatic Colors of #021100
Black with #021100
Text Example
Text Example
White with #021100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021100; }
p { color: rgb(2,17,0); }
H1.HeaderClassName
{
color: #021100;
}
.AnyTagClassName
{
color: #021100;
}
</style>
background-color css
<style>
a { background-color: #021100; }
a { background-color: rgb(2,17,0); }
div.DivClassName
{
background-color: #021100;
}
.BgClassName
{
background-color: #021100;
}
</style>
border-color css
<style>
span { border-color: #021100; }
span { border-color: rgb(2,17,0); }
td.TdClassName
{
border-color: #021100;
}
.TagClassName
{
border-color: #021100;
}
</style>