Shades of Myrtle #13290E
Tints of Myrtle #13290E
RGB
CMYK
RGB Variations
Color information
#13290E (or 0x13290E) is known color: Myrtle. HEX triplet: 13, 29 and 0E. RGB value is (19,41,14). Sum of RGB (Red+Green+Blue) = 19+41+14=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 41 (16.41% from 255 or 55.41% from 74); Blue value is 14 (5.86% from 255 or 18.92% from 74); Max value from RGB is 41 - color contains mainly: green. Hex color #13290E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13290E is #ECD6F1. Grayscale: #1F1F1F. Windows color (decimal): -15521522 or 928019. OLE color: 928019.
HSL color Cylindrical-coordinate representation of color #13290E: hue angle of 108.89º degrees, saturation: 0.49, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #13290E is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 41 | 14 | - |
| CMYK | 0.54 | 0 | 0.66 | 0.84 |
| HSL | 108.89º | 0.49% | 0.11% | - |
| HSV(B) | 108.89º | 0.66% | 0.16% | - |
| XYZ | 1.14 | 1.76 | 0.69 | - |
| YUV | 31.34 | 118.21 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 14 | 0.54 | 0 | 0.66 | 0.84 | 108.89 | 0.49 | 0.11 |
| Hex | 13 | 29 | E | 36 | 0 | 42 | 54 | 6D | 31 | B |
| Octal | 23 | 51 | 16 | 66 | 0 | 102 | 124 | 155 | 61 | 13 |
| Binary | 10011 | 101001 | 1110 | 110110 | 0 | 1000010 | 1010100 | 1101101 | 110001 | 1011 |
Color Harmonies of #13290E
Complementary color
Monochromatic Colors of #13290E
Black with #13290E
Text Example
Text Example
White with #13290E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13290E; }
p { color: rgb(19,41,14); }
H1.HeaderClassName
{
color: #13290E;
}
.AnyTagClassName
{
color: #13290E;
}
</style>
background-color css
<style>
a { background-color: #13290E; }
a { background-color: rgb(19,41,14); }
div.DivClassName
{
background-color: #13290E;
}
.BgClassName
{
background-color: #13290E;
}
</style>
border-color css
<style>
span { border-color: #13290E; }
span { border-color: rgb(19,41,14); }
td.TdClassName
{
border-color: #13290E;
}
.TagClassName
{
border-color: #13290E;
}
</style>