Shades of Myrtle #11320B
Tints of Myrtle #11320B
RGB
CMYK
RGB Variations
Color information
#11320B (or 0x11320B) is known color: Myrtle. HEX triplet: 11, 32 and 0B. RGB value is (17,50,11). Sum of RGB (Red+Green+Blue) = 17+50+11=78 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.79% from 78); Green value is 50 (19.92% from 255 or 64.10% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 50 - color contains mainly: green. Hex color #11320B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11320B is #EECDF4. Grayscale: #232323. Windows color (decimal): -15650293 or 733713. OLE color: 733713.
HSL color Cylindrical-coordinate representation of color #11320B: hue angle of 110.77º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11320B is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 50 | 11 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.80 |
| HSL | 110.77º | 0.64% | 0.12% | - |
| HSV(B) | 110.77º | 0.78% | 0.2% | - |
| XYZ | 1.43 | 2.42 | 0.71 | - |
| YUV | 35.69 | 114.07 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 50 | 11 | 0.66 | 0 | 0.78 | 0.80 | 110.77 | 0.64 | 0.12 |
| Hex | 11 | 32 | B | 42 | 0 | 4E | 50 | 6F | 40 | C |
| Octal | 21 | 62 | 13 | 102 | 0 | 116 | 120 | 157 | 100 | 14 |
| Binary | 10001 | 110010 | 1011 | 1000010 | 0 | 1001110 | 1010000 | 1101111 | 1000000 | 1100 |
Color Harmonies of #11320B
Complementary color
Monochromatic Colors of #11320B
Black with #11320B
Text Example
Text Example
White with #11320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11320B; }
p { color: rgb(17,50,11); }
H1.HeaderClassName
{
color: #11320B;
}
.AnyTagClassName
{
color: #11320B;
}
</style>
background-color css
<style>
a { background-color: #11320B; }
a { background-color: rgb(17,50,11); }
div.DivClassName
{
background-color: #11320B;
}
.BgClassName
{
background-color: #11320B;
}
</style>
border-color css
<style>
span { border-color: #11320B; }
span { border-color: rgb(17,50,11); }
td.TdClassName
{
border-color: #11320B;
}
.TagClassName
{
border-color: #11320B;
}
</style>