Shades of Myrtle #113113
Tints of Myrtle #113113
RGB
CMYK
RGB Variations
Color information
#113113 (or 0x113113) is known color: Myrtle. HEX triplet: 11, 31 and 13. RGB value is (17,49,19). Sum of RGB (Red+Green+Blue) = 17+49+19=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 49 (19.53% from 255 or 57.65% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 49 - color contains mainly: green. Hex color #113113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113113 is #EECEEC. Grayscale: #242424. Windows color (decimal): -15650541 or 1257745. OLE color: 1257745.
HSL color Cylindrical-coordinate representation of color #113113: hue angle of 123.75º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #113113 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 49 | 19 | - |
| CMYK | 0.65 | 0 | 0.61 | 0.81 |
| HSL | 123.75º | 0.48% | 0.13% | - |
| HSV(B) | 123.75º | 0.65% | 0.19% | - |
| XYZ | 1.45 | 2.36 | 1 | - |
| YUV | 36.01 | 118.4 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 19 | 0.65 | 0 | 0.61 | 0.81 | 123.75 | 0.48 | 0.13 |
| Hex | 11 | 31 | 13 | 41 | 0 | 3D | 51 | 7C | 30 | D |
| Octal | 21 | 61 | 23 | 101 | 0 | 75 | 121 | 174 | 60 | 15 |
| Binary | 10001 | 110001 | 10011 | 1000001 | 0 | 111101 | 1010001 | 1111100 | 110000 | 1101 |
Color Harmonies of #113113
Complementary color
Monochromatic Colors of #113113
Black with #113113
Text Example
Text Example
White with #113113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113113; }
p { color: rgb(17,49,19); }
H1.HeaderClassName
{
color: #113113;
}
.AnyTagClassName
{
color: #113113;
}
</style>
background-color css
<style>
a { background-color: #113113; }
a { background-color: rgb(17,49,19); }
div.DivClassName
{
background-color: #113113;
}
.BgClassName
{
background-color: #113113;
}
</style>
border-color css
<style>
span { border-color: #113113; }
span { border-color: rgb(17,49,19); }
td.TdClassName
{
border-color: #113113;
}
.TagClassName
{
border-color: #113113;
}
</style>