Shades of Myrtle #11310B
Tints of Myrtle #11310B
RGB
CMYK
RGB Variations
Color information
#11310B (or 0x11310B) is known color: Myrtle. HEX triplet: 11, 31 and 0B. RGB value is (17,49,11). Sum of RGB (Red+Green+Blue) = 17+49+11=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 49 (19.53% from 255 or 63.64% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 49 - color contains mainly: green. Hex color #11310B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11310B is #EECEF4. Grayscale: #232323. Windows color (decimal): -15650549 or 733457. OLE color: 733457.
HSL color Cylindrical-coordinate representation of color #11310B: hue angle of 110.53º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11310B is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 49 | 11 | - |
| CMYK | 0.65 | 0 | 0.78 | 0.81 |
| HSL | 110.53º | 0.63% | 0.12% | - |
| HSV(B) | 110.53º | 0.78% | 0.19% | - |
| XYZ | 1.39 | 2.34 | 0.7 | - |
| YUV | 35.1 | 114.4 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 11 | 0.65 | 0 | 0.78 | 0.81 | 110.53 | 0.63 | 0.12 |
| Hex | 11 | 31 | B | 41 | 0 | 4E | 51 | 6F | 3F | C |
| Octal | 21 | 61 | 13 | 101 | 0 | 116 | 121 | 157 | 77 | 14 |
| Binary | 10001 | 110001 | 1011 | 1000001 | 0 | 1001110 | 1010001 | 1101111 | 111111 | 1100 |
Color Harmonies of #11310B
Complementary color
Monochromatic Colors of #11310B
Black with #11310B
Text Example
Text Example
White with #11310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11310B; }
p { color: rgb(17,49,11); }
H1.HeaderClassName
{
color: #11310B;
}
.AnyTagClassName
{
color: #11310B;
}
</style>
background-color css
<style>
a { background-color: #11310B; }
a { background-color: rgb(17,49,11); }
div.DivClassName
{
background-color: #11310B;
}
.BgClassName
{
background-color: #11310B;
}
</style>
border-color css
<style>
span { border-color: #11310B; }
span { border-color: rgb(17,49,11); }
td.TdClassName
{
border-color: #11310B;
}
.TagClassName
{
border-color: #11310B;
}
</style>