Shades of Myrtle #13380B
Tints of Myrtle #13380B
RGB
CMYK
RGB Variations
Color information
#13380B (or 0x13380B) is known color: Myrtle. HEX triplet: 13, 38 and 0B. RGB value is (19,56,11). Sum of RGB (Red+Green+Blue) = 19+56+11=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 56 (22.27% from 255 or 65.12% from 86); Blue value is 11 (4.69% from 255 or 12.79% from 86); Max value from RGB is 56 - color contains mainly: green. Hex color #13380B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13380B is #ECC7F4. Grayscale: #272727. Windows color (decimal): -15517685 or 735251. OLE color: 735251.
HSL color Cylindrical-coordinate representation of color #13380B: hue angle of 109.33º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13380B is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 56 | 11 | - |
| CMYK | 0.66 | 0 | 0.80 | 0.78 |
| HSL | 109.33º | 0.67% | 0.13% | - |
| HSV(B) | 109.33º | 0.8% | 0.22% | - |
| XYZ | 1.74 | 2.99 | 0.8 | - |
| YUV | 39.81 | 111.74 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 11 | 0.66 | 0 | 0.80 | 0.78 | 109.33 | 0.67 | 0.13 |
| Hex | 13 | 38 | B | 42 | 0 | 50 | 4E | 6D | 43 | D |
| Octal | 23 | 70 | 13 | 102 | 0 | 120 | 116 | 155 | 103 | 15 |
| Binary | 10011 | 111000 | 1011 | 1000010 | 0 | 1010000 | 1001110 | 1101101 | 1000011 | 1101 |
Color Harmonies of #13380B
Complementary color
Monochromatic Colors of #13380B
Black with #13380B
Text Example
Text Example
White with #13380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13380B; }
p { color: rgb(19,56,11); }
H1.HeaderClassName
{
color: #13380B;
}
.AnyTagClassName
{
color: #13380B;
}
</style>
background-color css
<style>
a { background-color: #13380B; }
a { background-color: rgb(19,56,11); }
div.DivClassName
{
background-color: #13380B;
}
.BgClassName
{
background-color: #13380B;
}
</style>
border-color css
<style>
span { border-color: #13380B; }
span { border-color: rgb(19,56,11); }
td.TdClassName
{
border-color: #13380B;
}
.TagClassName
{
border-color: #13380B;
}
</style>