Shades of Myrtle #193113
Tints of Myrtle #193113
RGB
CMYK
RGB Variations
Color information
#193113 (or 0x193113) is known color: Myrtle. HEX triplet: 19, 31 and 13. RGB value is (25,49,19). Sum of RGB (Red+Green+Blue) = 25+49+19=93 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.88% from 93); Green value is 49 (19.53% from 255 or 52.69% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 49 - color contains mainly: green. Hex color #193113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193113 is #E6CEEC. Grayscale: #262626. Windows color (decimal): -15126253 or 1257753. OLE color: 1257753.
HSL color Cylindrical-coordinate representation of color #193113: hue angle of 108º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #193113 is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 25 | 49 | 19 | - |
| CMYK | 0.49 | 0 | 0.61 | 0.81 |
| HSL | 108º | 0.44% | 0.13% | - |
| HSV(B) | 108º | 0.61% | 0.19% | - |
| XYZ | 1.62 | 2.45 | 1 | - |
| YUV | 38.4 | 117.05 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 19 | 0.49 | 0 | 0.61 | 0.81 | 108 | 0.44 | 0.13 |
| Hex | 19 | 31 | 13 | 31 | 0 | 3D | 51 | 6C | 2C | D |
| Octal | 31 | 61 | 23 | 61 | 0 | 75 | 121 | 154 | 54 | 15 |
| Binary | 11001 | 110001 | 10011 | 110001 | 0 | 111101 | 1010001 | 1101100 | 101100 | 1101 |
Color Harmonies of #193113
Complementary color
Monochromatic Colors of #193113
Black with #193113
Text Example
Text Example
White with #193113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193113; }
p { color: rgb(25,49,19); }
H1.HeaderClassName
{
color: #193113;
}
.AnyTagClassName
{
color: #193113;
}
</style>
background-color css
<style>
a { background-color: #193113; }
a { background-color: rgb(25,49,19); }
div.DivClassName
{
background-color: #193113;
}
.BgClassName
{
background-color: #193113;
}
</style>
border-color css
<style>
span { border-color: #193113; }
span { border-color: rgb(25,49,19); }
td.TdClassName
{
border-color: #193113;
}
.TagClassName
{
border-color: #193113;
}
</style>