Shades of Myrtle #13310C
Tints of Myrtle #13310C
RGB
CMYK
RGB Variations
Color information
#13310C (or 0x13310C) is known color: Myrtle. HEX triplet: 13, 31 and 0C. RGB value is (19,49,12). Sum of RGB (Red+Green+Blue) = 19+49+12=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 49 (19.53% from 255 or 61.25% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 49 - color contains mainly: green. Hex color #13310C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13310C is #ECCEF3. Grayscale: #232323. Windows color (decimal): -15519476 or 798995. OLE color: 798995.
HSL color Cylindrical-coordinate representation of color #13310C: hue angle of 108.65º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #13310C is Cyan = 0.61, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 49 | 12 | - |
| CMYK | 0.61 | 0 | 0.76 | 0.81 |
| HSL | 108.65º | 0.61% | 0.12% | - |
| HSV(B) | 108.65º | 0.76% | 0.19% | - |
| XYZ | 1.43 | 2.36 | 0.73 | - |
| YUV | 35.81 | 114.56 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 12 | 0.61 | 0 | 0.76 | 0.81 | 108.65 | 0.61 | 0.12 |
| Hex | 13 | 31 | C | 3D | 0 | 4C | 51 | 6D | 3D | C |
| Octal | 23 | 61 | 14 | 75 | 0 | 114 | 121 | 155 | 75 | 14 |
| Binary | 10011 | 110001 | 1100 | 111101 | 0 | 1001100 | 1010001 | 1101101 | 111101 | 1100 |
Color Harmonies of #13310C
Complementary color
Monochromatic Colors of #13310C
Black with #13310C
Text Example
Text Example
White with #13310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13310C; }
p { color: rgb(19,49,12); }
H1.HeaderClassName
{
color: #13310C;
}
.AnyTagClassName
{
color: #13310C;
}
</style>
background-color css
<style>
a { background-color: #13310C; }
a { background-color: rgb(19,49,12); }
div.DivClassName
{
background-color: #13310C;
}
.BgClassName
{
background-color: #13310C;
}
</style>
border-color css
<style>
span { border-color: #13310C; }
span { border-color: rgb(19,49,12); }
td.TdClassName
{
border-color: #13310C;
}
.TagClassName
{
border-color: #13310C;
}
</style>