Shades of Myrtle #11210D
Tints of Myrtle #11210D
RGB
CMYK
RGB Variations
Color information
#11210D (or 0x11210D) is known color: Myrtle. HEX triplet: 11, 21 and 0D. RGB value is (17,33,13). Sum of RGB (Red+Green+Blue) = 17+33+13=63 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.98% from 63); Green value is 33 (13.28% from 255 or 52.38% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 33 - color contains mainly: green. Hex color #11210D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11210D is #EEDEF2. Grayscale: #1A1A1A. Windows color (decimal): -15654643 or 860433. OLE color: 860433.
HSL color Cylindrical-coordinate representation of color #11210D: hue angle of 108º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #11210D is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 17 | 33 | 13 | - |
| CMYK | 0.48 | 0 | 0.61 | 0.87 |
| HSL | 108º | 0.43% | 0.09% | - |
| HSV(B) | 108º | 0.61% | 0.13% | - |
| XYZ | 0.85 | 1.24 | 0.57 | - |
| YUV | 25.94 | 120.7 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 33 | 13 | 0.48 | 0 | 0.61 | 0.87 | 108 | 0.43 | 0.09 |
| Hex | 11 | 21 | D | 30 | 0 | 3D | 57 | 6C | 2B | 9 |
| Octal | 21 | 41 | 15 | 60 | 0 | 75 | 127 | 154 | 53 | 11 |
| Binary | 10001 | 100001 | 1101 | 110000 | 0 | 111101 | 1010111 | 1101100 | 101011 | 1001 |
Color Harmonies of #11210D
Complementary color
Monochromatic Colors of #11210D
Black with #11210D
Text Example
Text Example
White with #11210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11210D; }
p { color: rgb(17,33,13); }
H1.HeaderClassName
{
color: #11210D;
}
.AnyTagClassName
{
color: #11210D;
}
</style>
background-color css
<style>
a { background-color: #11210D; }
a { background-color: rgb(17,33,13); }
div.DivClassName
{
background-color: #11210D;
}
.BgClassName
{
background-color: #11210D;
}
</style>
border-color css
<style>
span { border-color: #11210D; }
span { border-color: rgb(17,33,13); }
td.TdClassName
{
border-color: #11210D;
}
.TagClassName
{
border-color: #11210D;
}
</style>