Shades of Myrtle #111A10
Tints of Myrtle #111A10
RGB
CMYK
RGB Variations
Color information
#111A10 (or 0x111A10) is known color: Myrtle. HEX triplet: 11, 1A and 10. RGB value is (17,26,16). Sum of RGB (Red+Green+Blue) = 17+26+16=59 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.81% from 59); Green value is 26 (10.55% from 255 or 44.07% from 59); Blue value is 16 (6.64% from 255 or 27.12% from 59); Max value from RGB is 26 - color contains mainly: green. Hex color #111A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111A10 is #EEE5EF. Grayscale: #161616. Windows color (decimal): -15656432 or 1055249. OLE color: 1055249.
HSL color Cylindrical-coordinate representation of color #111A10: hue angle of 114º degrees, saturation: 0.24, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #111A10 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 26 | 16 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.90 |
| HSL | 114º | 0.24% | 0.08% | - |
| HSV(B) | 114º | 0.38% | 0.1% | - |
| XYZ | 0.69 | 0.9 | 0.63 | - |
| YUV | 22.17 | 124.52 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 16 | 0.35 | 0 | 0.38 | 0.90 | 114 | 0.24 | 0.08 |
| Hex | 11 | 1A | 10 | 23 | 0 | 26 | 5A | 72 | 18 | 8 |
| Octal | 21 | 32 | 20 | 43 | 0 | 46 | 132 | 162 | 30 | 10 |
| Binary | 10001 | 11010 | 10000 | 100011 | 0 | 100110 | 1011010 | 1110010 | 11000 | 1000 |
Color Harmonies of #111A10
Complementary color
Monochromatic Colors of #111A10
Black with #111A10
Text Example
Text Example
White with #111A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111A10; }
p { color: rgb(17,26,16); }
H1.HeaderClassName
{
color: #111A10;
}
.AnyTagClassName
{
color: #111A10;
}
</style>
background-color css
<style>
a { background-color: #111A10; }
a { background-color: rgb(17,26,16); }
div.DivClassName
{
background-color: #111A10;
}
.BgClassName
{
background-color: #111A10;
}
</style>
border-color css
<style>
span { border-color: #111A10; }
span { border-color: rgb(17,26,16); }
td.TdClassName
{
border-color: #111A10;
}
.TagClassName
{
border-color: #111A10;
}
</style>