Shades of Myrtle #111A0F
Tints of Myrtle #111A0F
RGB
CMYK
RGB Variations
Color information
#111A0F (or 0x111A0F) is known color: Myrtle. HEX triplet: 11, 1A and 0F. RGB value is (17,26,15). Sum of RGB (Red+Green+Blue) = 17+26+15=58 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.31% from 58); Green value is 26 (10.55% from 255 or 44.83% from 58); Blue value is 15 (6.25% from 255 or 25.86% from 58); Max value from RGB is 26 - color contains mainly: green. Hex color #111A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111A0F is #EEE5F0. Grayscale: #161616. Windows color (decimal): -15656433 or 989713. OLE color: 989713.
HSL color Cylindrical-coordinate representation of color #111A0F: hue angle of 109.09º degrees, saturation: 0.27, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #111A0F is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 26 | 15 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.90 |
| HSL | 109.09º | 0.27% | 0.08% | - |
| HSV(B) | 109.09º | 0.42% | 0.1% | - |
| XYZ | 0.69 | 0.89 | 0.59 | - |
| YUV | 22.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 15 | 0.35 | 0 | 0.42 | 0.90 | 109.09 | 0.27 | 0.08 |
| Hex | 11 | 1A | F | 23 | 0 | 2A | 5A | 6D | 1B | 8 |
| Octal | 21 | 32 | 17 | 43 | 0 | 52 | 132 | 155 | 33 | 10 |
| Binary | 10001 | 11010 | 1111 | 100011 | 0 | 101010 | 1011010 | 1101101 | 11011 | 1000 |
Color Harmonies of #111A0F
Complementary color
Monochromatic Colors of #111A0F
Black with #111A0F
Text Example
Text Example
White with #111A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111A0F; }
p { color: rgb(17,26,15); }
H1.HeaderClassName
{
color: #111A0F;
}
.AnyTagClassName
{
color: #111A0F;
}
</style>
background-color css
<style>
a { background-color: #111A0F; }
a { background-color: rgb(17,26,15); }
div.DivClassName
{
background-color: #111A0F;
}
.BgClassName
{
background-color: #111A0F;
}
</style>
border-color css
<style>
span { border-color: #111A0F; }
span { border-color: rgb(17,26,15); }
td.TdClassName
{
border-color: #111A0F;
}
.TagClassName
{
border-color: #111A0F;
}
</style>