Shades of Myrtle #13290B
Tints of Myrtle #13290B
RGB
CMYK
RGB Variations
Color information
#13290B (or 0x13290B) is known color: Myrtle. HEX triplet: 13, 29 and 0B. RGB value is (19,41,11). Sum of RGB (Red+Green+Blue) = 19+41+11=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 41 (16.41% from 255 or 57.75% from 71); Blue value is 11 (4.69% from 255 or 15.49% from 71); Max value from RGB is 41 - color contains mainly: green. Hex color #13290B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13290B is #ECD6F4. Grayscale: #1F1F1F. Windows color (decimal): -15521525 or 731411. OLE color: 731411.
HSL color Cylindrical-coordinate representation of color #13290B: hue angle of 104º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #13290B is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 41 | 11 | - |
| CMYK | 0.54 | 0 | 0.73 | 0.84 |
| HSL | 104º | 0.58% | 0.1% | - |
| HSV(B) | 104º | 0.73% | 0.16% | - |
| XYZ | 1.12 | 1.75 | 0.59 | - |
| YUV | 31 | 116.71 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 11 | 0.54 | 0 | 0.73 | 0.84 | 104 | 0.58 | 0.1 |
| Hex | 13 | 29 | B | 36 | 0 | 49 | 54 | 68 | 3A | A |
| Octal | 23 | 51 | 13 | 66 | 0 | 111 | 124 | 150 | 72 | 12 |
| Binary | 10011 | 101001 | 1011 | 110110 | 0 | 1001001 | 1010100 | 1101000 | 111010 | 1010 |
Color Harmonies of #13290B
Complementary color
Monochromatic Colors of #13290B
Black with #13290B
Text Example
Text Example
White with #13290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13290B; }
p { color: rgb(19,41,11); }
H1.HeaderClassName
{
color: #13290B;
}
.AnyTagClassName
{
color: #13290B;
}
</style>
background-color css
<style>
a { background-color: #13290B; }
a { background-color: rgb(19,41,11); }
div.DivClassName
{
background-color: #13290B;
}
.BgClassName
{
background-color: #13290B;
}
</style>
border-color css
<style>
span { border-color: #13290B; }
span { border-color: rgb(19,41,11); }
td.TdClassName
{
border-color: #13290B;
}
.TagClassName
{
border-color: #13290B;
}
</style>