Shades of Myrtle #11220B
Tints of Myrtle #11220B
RGB
CMYK
RGB Variations
Color information
#11220B (or 0x11220B) is known color: Myrtle. HEX triplet: 11, 22 and 0B. RGB value is (17,34,11). Sum of RGB (Red+Green+Blue) = 17+34+11=62 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.42% from 62); Green value is 34 (13.67% from 255 or 54.84% from 62); Blue value is 11 (4.69% from 255 or 17.74% from 62); Max value from RGB is 34 - color contains mainly: green. Hex color #11220B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11220B is #EEDDF4. Grayscale: #1A1A1A. Windows color (decimal): -15654389 or 729617. OLE color: 729617.
HSL color Cylindrical-coordinate representation of color #11220B: hue angle of 104.35º degrees, saturation: 0.51, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #11220B is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 17 | 34 | 11 | - |
| CMYK | 0.50 | 0 | 0.68 | 0.87 |
| HSL | 104.35º | 0.51% | 0.09% | - |
| HSV(B) | 104.35º | 0.68% | 0.13% | - |
| XYZ | 0.86 | 1.29 | 0.52 | - |
| YUV | 26.3 | 119.37 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 11 | 0.50 | 0 | 0.68 | 0.87 | 104.35 | 0.51 | 0.09 |
| Hex | 11 | 22 | B | 32 | 0 | 44 | 57 | 68 | 33 | 9 |
| Octal | 21 | 42 | 13 | 62 | 0 | 104 | 127 | 150 | 63 | 11 |
| Binary | 10001 | 100010 | 1011 | 110010 | 0 | 1000100 | 1010111 | 1101000 | 110011 | 1001 |
Color Harmonies of #11220B
Complementary color
Monochromatic Colors of #11220B
Black with #11220B
Text Example
Text Example
White with #11220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11220B; }
p { color: rgb(17,34,11); }
H1.HeaderClassName
{
color: #11220B;
}
.AnyTagClassName
{
color: #11220B;
}
</style>
background-color css
<style>
a { background-color: #11220B; }
a { background-color: rgb(17,34,11); }
div.DivClassName
{
background-color: #11220B;
}
.BgClassName
{
background-color: #11220B;
}
</style>
border-color css
<style>
span { border-color: #11220B; }
span { border-color: rgb(17,34,11); }
td.TdClassName
{
border-color: #11220B;
}
.TagClassName
{
border-color: #11220B;
}
</style>