Shades of Myrtle #11200F
Tints of Myrtle #11200F
RGB
CMYK
RGB Variations
Color information
#11200F (or 0x11200F) is known color: Myrtle. HEX triplet: 11, 20 and 0F. RGB value is (17,32,15). Sum of RGB (Red+Green+Blue) = 17+32+15=64 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.56% from 64); Green value is 32 (12.89% from 255 or 50% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 32 - color contains mainly: green. Hex color #11200F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11200F is #EEDFF0. Grayscale: #191919. Windows color (decimal): -15654897 or 991249. OLE color: 991249.
HSL color Cylindrical-coordinate representation of color #11200F: hue angle of 112.94º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #11200F is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 17 | 32 | 15 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.87 |
| HSL | 112.94º | 0.36% | 0.09% | - |
| HSV(B) | 112.94º | 0.53% | 0.13% | - |
| XYZ | 0.83 | 1.19 | 0.64 | - |
| YUV | 25.58 | 122.03 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 32 | 15 | 0.47 | 0 | 0.53 | 0.87 | 112.94 | 0.36 | 0.09 |
| Hex | 11 | 20 | F | 2F | 0 | 35 | 57 | 71 | 24 | 9 |
| Octal | 21 | 40 | 17 | 57 | 0 | 65 | 127 | 161 | 44 | 11 |
| Binary | 10001 | 100000 | 1111 | 101111 | 0 | 110101 | 1010111 | 1110001 | 100100 | 1001 |
Color Harmonies of #11200F
Complementary color
Monochromatic Colors of #11200F
Black with #11200F
Text Example
Text Example
White with #11200F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11200F; }
p { color: rgb(17,32,15); }
H1.HeaderClassName
{
color: #11200F;
}
.AnyTagClassName
{
color: #11200F;
}
</style>
background-color css
<style>
a { background-color: #11200F; }
a { background-color: rgb(17,32,15); }
div.DivClassName
{
background-color: #11200F;
}
.BgClassName
{
background-color: #11200F;
}
</style>
border-color css
<style>
span { border-color: #11200F; }
span { border-color: rgb(17,32,15); }
td.TdClassName
{
border-color: #11200F;
}
.TagClassName
{
border-color: #11200F;
}
</style>