Shades of Myrtle #13310E
Tints of Myrtle #13310E
RGB
CMYK
RGB Variations
Color information
#13310E (or 0x13310E) is known color: Myrtle. HEX triplet: 13, 31 and 0E. RGB value is (19,49,14). Sum of RGB (Red+Green+Blue) = 19+49+14=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 49 (19.53% from 255 or 59.76% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 49 - color contains mainly: green. Hex color #13310E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13310E is #ECCEF1. Grayscale: #242424. Windows color (decimal): -15519474 or 930067. OLE color: 930067.
HSL color Cylindrical-coordinate representation of color #13310E: hue angle of 111.43º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #13310E is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 49 | 14 | - |
| CMYK | 0.61 | 0 | 0.71 | 0.81 |
| HSL | 111.43º | 0.56% | 0.12% | - |
| HSV(B) | 111.43º | 0.71% | 0.19% | - |
| XYZ | 1.45 | 2.37 | 0.8 | - |
| YUV | 36.04 | 115.56 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 14 | 0.61 | 0 | 0.71 | 0.81 | 111.43 | 0.56 | 0.12 |
| Hex | 13 | 31 | E | 3D | 0 | 47 | 51 | 6F | 38 | C |
| Octal | 23 | 61 | 16 | 75 | 0 | 107 | 121 | 157 | 70 | 14 |
| Binary | 10011 | 110001 | 1110 | 111101 | 0 | 1000111 | 1010001 | 1101111 | 111000 | 1100 |
Color Harmonies of #13310E
Complementary color
Monochromatic Colors of #13310E
Black with #13310E
Text Example
Text Example
White with #13310E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13310E; }
p { color: rgb(19,49,14); }
H1.HeaderClassName
{
color: #13310E;
}
.AnyTagClassName
{
color: #13310E;
}
</style>
background-color css
<style>
a { background-color: #13310E; }
a { background-color: rgb(19,49,14); }
div.DivClassName
{
background-color: #13310E;
}
.BgClassName
{
background-color: #13310E;
}
</style>
border-color css
<style>
span { border-color: #13310E; }
span { border-color: rgb(19,49,14); }
td.TdClassName
{
border-color: #13310E;
}
.TagClassName
{
border-color: #13310E;
}
</style>