Shades of Myrtle #11220D
Tints of Myrtle #11220D
RGB
CMYK
RGB Variations
Color information
#11220D (or 0x11220D) is known color: Myrtle. HEX triplet: 11, 22 and 0D. RGB value is (17,34,13). Sum of RGB (Red+Green+Blue) = 17+34+13=64 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.56% from 64); Green value is 34 (13.67% from 255 or 53.12% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 34 - color contains mainly: green. Hex color #11220D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11220D is #EEDDF2. Grayscale: #1A1A1A. Windows color (decimal): -15654387 or 860689. OLE color: 860689.
HSL color Cylindrical-coordinate representation of color #11220D: hue angle of 108.57º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #11220D is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 17 | 34 | 13 | - |
| CMYK | 0.50 | 0 | 0.62 | 0.87 |
| HSL | 108.57º | 0.45% | 0.09% | - |
| HSV(B) | 108.57º | 0.62% | 0.13% | - |
| XYZ | 0.88 | 1.29 | 0.58 | - |
| YUV | 26.52 | 120.37 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 13 | 0.50 | 0 | 0.62 | 0.87 | 108.57 | 0.45 | 0.09 |
| Hex | 11 | 22 | D | 32 | 0 | 3E | 57 | 6D | 2D | 9 |
| Octal | 21 | 42 | 15 | 62 | 0 | 76 | 127 | 155 | 55 | 11 |
| Binary | 10001 | 100010 | 1101 | 110010 | 0 | 111110 | 1010111 | 1101101 | 101101 | 1001 |
Color Harmonies of #11220D
Complementary color
Monochromatic Colors of #11220D
Black with #11220D
Text Example
Text Example
White with #11220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11220D; }
p { color: rgb(17,34,13); }
H1.HeaderClassName
{
color: #11220D;
}
.AnyTagClassName
{
color: #11220D;
}
</style>
background-color css
<style>
a { background-color: #11220D; }
a { background-color: rgb(17,34,13); }
div.DivClassName
{
background-color: #11220D;
}
.BgClassName
{
background-color: #11220D;
}
</style>
border-color css
<style>
span { border-color: #11220D; }
span { border-color: rgb(17,34,13); }
td.TdClassName
{
border-color: #11220D;
}
.TagClassName
{
border-color: #11220D;
}
</style>