Shades of Myrtle #11240B
Tints of Myrtle #11240B
RGB
CMYK
RGB Variations
Color information
#11240B (or 0x11240B) is known color: Myrtle. HEX triplet: 11, 24 and 0B. RGB value is (17,36,11). Sum of RGB (Red+Green+Blue) = 17+36+11=64 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.56% from 64); Green value is 36 (14.45% from 255 or 56.25% from 64); Blue value is 11 (4.69% from 255 or 17.19% from 64); Max value from RGB is 36 - color contains mainly: green. Hex color #11240B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11240B is #EEDBF4. Grayscale: #1B1B1B. Windows color (decimal): -15653877 or 730129. OLE color: 730129.
HSL color Cylindrical-coordinate representation of color #11240B: hue angle of 105.6º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #11240B is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 17 | 36 | 11 | - |
| CMYK | 0.53 | 0 | 0.69 | 0.86 |
| HSL | 105.6º | 0.53% | 0.09% | - |
| HSV(B) | 105.6º | 0.69% | 0.14% | - |
| XYZ | 0.92 | 1.41 | 0.54 | - |
| YUV | 27.47 | 118.71 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 36 | 11 | 0.53 | 0 | 0.69 | 0.86 | 105.6 | 0.53 | 0.09 |
| Hex | 11 | 24 | B | 35 | 0 | 45 | 56 | 6A | 35 | 9 |
| Octal | 21 | 44 | 13 | 65 | 0 | 105 | 126 | 152 | 65 | 11 |
| Binary | 10001 | 100100 | 1011 | 110101 | 0 | 1000101 | 1010110 | 1101010 | 110101 | 1001 |
Color Harmonies of #11240B
Complementary color
Monochromatic Colors of #11240B
Black with #11240B
Text Example
Text Example
White with #11240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11240B; }
p { color: rgb(17,36,11); }
H1.HeaderClassName
{
color: #11240B;
}
.AnyTagClassName
{
color: #11240B;
}
</style>
background-color css
<style>
a { background-color: #11240B; }
a { background-color: rgb(17,36,11); }
div.DivClassName
{
background-color: #11240B;
}
.BgClassName
{
background-color: #11240B;
}
</style>
border-color css
<style>
span { border-color: #11240B; }
span { border-color: rgb(17,36,11); }
td.TdClassName
{
border-color: #11240B;
}
.TagClassName
{
border-color: #11240B;
}
</style>