Shades of Myrtle #002001
Tints of Myrtle #002001
RGB
CMYK
RGB Variations
Color information
#002001 (or 0x002001) is known color: Myrtle. HEX triplet: 00, 20 and 01. RGB value is (0,32,1). Sum of RGB (Red+Green+Blue) = 0+32+1=33 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 33); Green value is 32 (12.89% from 255 or 96.97% from 33); Blue value is 1 (0.78% from 255 or 3.03% from 33); Max value from RGB is 32 - color contains mainly: green. Hex color #002001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002001 is #FFDFFE. Grayscale: #121212. Windows color (decimal): -16769023 or 73728. OLE color: 73728.
HSL color Cylindrical-coordinate representation of color #002001: hue angle of 121.88º 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 #002001 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 32 | 1 | - |
| CMYK | 1 | 0 | 0.97 | 0.87 |
| HSL | 121.88º | 1% | 0.06% | - |
| HSV(B) | 121.88º | 1% | 0.13% | - |
| XYZ | 0.52 | 1.04 | 0.2 | - |
| YUV | 18.9 | 117.9 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 1 | 1 | 0 | 0.97 | 0.87 | 121.88 | 1 | 0.06 |
| Hex | 0 | 20 | 1 | 64 | 0 | 61 | 57 | 7A | 64 | 6 |
| Octal | 0 | 40 | 1 | 144 | 0 | 141 | 127 | 172 | 144 | 6 |
| Binary | 0 | 100000 | 1 | 1100100 | 0 | 1100001 | 1010111 | 1111010 | 1100100 | 110 |
Color Harmonies of #002001
Complementary color
Monochromatic Colors of #002001
Black with #002001
Text Example
Text Example
White with #002001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002001; }
p { color: rgb(0,32,1); }
H1.HeaderClassName
{
color: #002001;
}
.AnyTagClassName
{
color: #002001;
}
</style>
background-color css
<style>
a { background-color: #002001; }
a { background-color: rgb(0,32,1); }
div.DivClassName
{
background-color: #002001;
}
.BgClassName
{
background-color: #002001;
}
</style>
border-color css
<style>
span { border-color: #002001; }
span { border-color: rgb(0,32,1); }
td.TdClassName
{
border-color: #002001;
}
.TagClassName
{
border-color: #002001;
}
</style>