Shades of Myrtle #111910
Tints of Myrtle #111910
RGB
CMYK
RGB Variations
Color information
#111910 (or 0x111910) is known color: Myrtle. HEX triplet: 11, 19 and 10. RGB value is (17,25,16). Sum of RGB (Red+Green+Blue) = 17+25+16=58 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.31% from 58); Green value is 25 (10.16% from 255 or 43.10% from 58); Blue value is 16 (6.64% from 255 or 27.59% from 58); Max value from RGB is 25 - color contains mainly: green. Hex color #111910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111910 is #EEE6EF. Grayscale: #151515. Windows color (decimal): -15656688 or 1054993. OLE color: 1054993.
HSL color Cylindrical-coordinate representation of color #111910: hue angle of 113.33º degrees, saturation: 0.22, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #111910 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 25 | 16 | - |
| CMYK | 0.32 | 0 | 0.36 | 0.90 |
| HSL | 113.33º | 0.22% | 0.08% | - |
| HSV(B) | 113.33º | 0.36% | 0.1% | - |
| XYZ | 0.67 | 0.85 | 0.62 | - |
| YUV | 21.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 16 | 0.32 | 0 | 0.36 | 0.90 | 113.33 | 0.22 | 0.08 |
| Hex | 11 | 19 | 10 | 20 | 0 | 24 | 5A | 71 | 16 | 8 |
| Octal | 21 | 31 | 20 | 40 | 0 | 44 | 132 | 161 | 26 | 10 |
| Binary | 10001 | 11001 | 10000 | 100000 | 0 | 100100 | 1011010 | 1110001 | 10110 | 1000 |
Color Harmonies of #111910
Complementary color
Monochromatic Colors of #111910
Black with #111910
Text Example
Text Example
White with #111910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111910; }
p { color: rgb(17,25,16); }
H1.HeaderClassName
{
color: #111910;
}
.AnyTagClassName
{
color: #111910;
}
</style>
background-color css
<style>
a { background-color: #111910; }
a { background-color: rgb(17,25,16); }
div.DivClassName
{
background-color: #111910;
}
.BgClassName
{
background-color: #111910;
}
</style>
border-color css
<style>
span { border-color: #111910; }
span { border-color: rgb(17,25,16); }
td.TdClassName
{
border-color: #111910;
}
.TagClassName
{
border-color: #111910;
}
</style>