Shades of Myrtle #111B10
Tints of Myrtle #111B10
RGB
CMYK
RGB Variations
Color information
#111B10 (or 0x111B10) is known color: Myrtle. HEX triplet: 11, 1B and 10. RGB value is (17,27,16). Sum of RGB (Red+Green+Blue) = 17+27+16=60 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.33% from 60); Green value is 27 (10.94% from 255 or 45% from 60); Blue value is 16 (6.64% from 255 or 26.67% from 60); Max value from RGB is 27 - color contains mainly: green. Hex color #111B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111B10 is #EEE4EF. Grayscale: #161616. Windows color (decimal): -15656176 or 1055505. OLE color: 1055505.
HSL color Cylindrical-coordinate representation of color #111B10: hue angle of 114.55º degrees, saturation: 0.26, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #111B10 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 27 | 16 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.89 |
| HSL | 114.55º | 0.26% | 0.08% | - |
| HSV(B) | 114.55º | 0.41% | 0.11% | - |
| XYZ | 0.72 | 0.94 | 0.63 | - |
| YUV | 22.76 | 124.19 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 16 | 0.37 | 0 | 0.41 | 0.89 | 114.55 | 0.26 | 0.08 |
| Hex | 11 | 1B | 10 | 25 | 0 | 29 | 59 | 73 | 1A | 8 |
| Octal | 21 | 33 | 20 | 45 | 0 | 51 | 131 | 163 | 32 | 10 |
| Binary | 10001 | 11011 | 10000 | 100101 | 0 | 101001 | 1011001 | 1110011 | 11010 | 1000 |
Color Harmonies of #111B10
Complementary color
Monochromatic Colors of #111B10
Black with #111B10
Text Example
Text Example
White with #111B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B10; }
p { color: rgb(17,27,16); }
H1.HeaderClassName
{
color: #111B10;
}
.AnyTagClassName
{
color: #111B10;
}
</style>
background-color css
<style>
a { background-color: #111B10; }
a { background-color: rgb(17,27,16); }
div.DivClassName
{
background-color: #111B10;
}
.BgClassName
{
background-color: #111B10;
}
</style>
border-color css
<style>
span { border-color: #111B10; }
span { border-color: rgb(17,27,16); }
td.TdClassName
{
border-color: #111B10;
}
.TagClassName
{
border-color: #111B10;
}
</style>