Shades of Myrtle #011900
Tints of Myrtle #011900
RGB
CMYK
RGB Variations
Color information
#011900 (or 0x011900) is known color: Myrtle. HEX triplet: 01, 19 and 00. RGB value is (1,25,0). Sum of RGB (Red+Green+Blue) = 1+25+0=26 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.85% from 26); Green value is 25 (10.16% from 255 or 96.15% from 26); Blue value is 0 (0.39% from 255 or 0% from 26); Max value from RGB is 25 - color contains mainly: green. Hex color #011900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011900 is #FEE6FF. Grayscale: #0F0F0F. Windows color (decimal): -16705280 or 6401. OLE color: 6401.
HSL color Cylindrical-coordinate representation of color #011900: hue angle of 117.6º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011900 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 1 | 25 | 0 | - |
| CMYK | 0.96 | 0 | 1 | 0.90 |
| HSL | 117.6º | 1% | 0.05% | - |
| HSV(B) | 117.6º | 1% | 0.1% | - |
| XYZ | 0.36 | 0.7 | 0.12 | - |
| YUV | 14.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 0 | 0.96 | 0 | 1 | 0.90 | 117.6 | 1 | 0.05 |
| Hex | 1 | 19 | 0 | 60 | 0 | 64 | 5A | 76 | 64 | 5 |
| Octal | 1 | 31 | 0 | 140 | 0 | 144 | 132 | 166 | 144 | 5 |
| Binary | 1 | 11001 | 0 | 1100000 | 0 | 1100100 | 1011010 | 1110110 | 1100100 | 101 |
Color Harmonies of #011900
Complementary color
Monochromatic Colors of #011900
Black with #011900
Text Example
Text Example
White with #011900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011900; }
p { color: rgb(1,25,0); }
H1.HeaderClassName
{
color: #011900;
}
.AnyTagClassName
{
color: #011900;
}
</style>
background-color css
<style>
a { background-color: #011900; }
a { background-color: rgb(1,25,0); }
div.DivClassName
{
background-color: #011900;
}
.BgClassName
{
background-color: #011900;
}
</style>
border-color css
<style>
span { border-color: #011900; }
span { border-color: rgb(1,25,0); }
td.TdClassName
{
border-color: #011900;
}
.TagClassName
{
border-color: #011900;
}
</style>