Shades of Myrtle #11300D
Tints of Myrtle #11300D
RGB
CMYK
RGB Variations
Color information
#11300D (or 0x11300D) is known color: Myrtle. HEX triplet: 11, 30 and 0D. RGB value is (17,48,13). Sum of RGB (Red+Green+Blue) = 17+48+13=78 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.79% from 78); Green value is 48 (19.14% from 255 or 61.54% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 48 - color contains mainly: green. Hex color #11300D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11300D is #EECFF2. Grayscale: #222222. Windows color (decimal): -15650803 or 864273. OLE color: 864273.
HSL color Cylindrical-coordinate representation of color #11300D: hue angle of 113.14º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11300D is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 48 | 13 | - |
| CMYK | 0.65 | 0 | 0.73 | 0.81 |
| HSL | 113.14º | 0.57% | 0.12% | - |
| HSV(B) | 113.14º | 0.73% | 0.19% | - |
| XYZ | 1.36 | 2.26 | 0.75 | - |
| YUV | 34.74 | 115.73 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 48 | 13 | 0.65 | 0 | 0.73 | 0.81 | 113.14 | 0.57 | 0.12 |
| Hex | 11 | 30 | D | 41 | 0 | 49 | 51 | 71 | 39 | C |
| Octal | 21 | 60 | 15 | 101 | 0 | 111 | 121 | 161 | 71 | 14 |
| Binary | 10001 | 110000 | 1101 | 1000001 | 0 | 1001001 | 1010001 | 1110001 | 111001 | 1100 |
Color Harmonies of #11300D
Complementary color
Monochromatic Colors of #11300D
Black with #11300D
Text Example
Text Example
White with #11300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11300D; }
p { color: rgb(17,48,13); }
H1.HeaderClassName
{
color: #11300D;
}
.AnyTagClassName
{
color: #11300D;
}
</style>
background-color css
<style>
a { background-color: #11300D; }
a { background-color: rgb(17,48,13); }
div.DivClassName
{
background-color: #11300D;
}
.BgClassName
{
background-color: #11300D;
}
</style>
border-color css
<style>
span { border-color: #11300D; }
span { border-color: rgb(17,48,13); }
td.TdClassName
{
border-color: #11300D;
}
.TagClassName
{
border-color: #11300D;
}
</style>