Shades of Myrtle #133115
Tints of Myrtle #133115
RGB
CMYK
RGB Variations
Color information
#133115 (or 0x133115) is known color: Myrtle. HEX triplet: 13, 31 and 15. RGB value is (19,49,21). Sum of RGB (Red+Green+Blue) = 19+49+21=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 49 (19.53% from 255 or 55.06% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 49 - color contains mainly: green. Hex color #133115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133115 is #ECCEEA. Grayscale: #242424. Windows color (decimal): -15519467 or 1388819. OLE color: 1388819.
HSL color Cylindrical-coordinate representation of color #133115: hue angle of 124º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #133115 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 49 | 21 | - |
| CMYK | 0.61 | 0 | 0.57 | 0.81 |
| HSL | 124º | 0.44% | 0.13% | - |
| HSV(B) | 124º | 0.61% | 0.19% | - |
| XYZ | 1.5 | 2.39 | 1.09 | - |
| YUV | 36.84 | 119.06 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 21 | 0.61 | 0 | 0.57 | 0.81 | 124 | 0.44 | 0.13 |
| Hex | 13 | 31 | 15 | 3D | 0 | 39 | 51 | 7C | 2C | D |
| Octal | 23 | 61 | 25 | 75 | 0 | 71 | 121 | 174 | 54 | 15 |
| Binary | 10011 | 110001 | 10101 | 111101 | 0 | 111001 | 1010001 | 1111100 | 101100 | 1101 |
Color Harmonies of #133115
Complementary color
Monochromatic Colors of #133115
Black with #133115
Text Example
Text Example
White with #133115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133115; }
p { color: rgb(19,49,21); }
H1.HeaderClassName
{
color: #133115;
}
.AnyTagClassName
{
color: #133115;
}
</style>
background-color css
<style>
a { background-color: #133115; }
a { background-color: rgb(19,49,21); }
div.DivClassName
{
background-color: #133115;
}
.BgClassName
{
background-color: #133115;
}
</style>
border-color css
<style>
span { border-color: #133115; }
span { border-color: rgb(19,49,21); }
td.TdClassName
{
border-color: #133115;
}
.TagClassName
{
border-color: #133115;
}
</style>