Shades of Myrtle #193011
Tints of Myrtle #193011
RGB
CMYK
RGB Variations
Color information
#193011 (or 0x193011) is known color: Myrtle. HEX triplet: 19, 30 and 11. RGB value is (25,48,17). Sum of RGB (Red+Green+Blue) = 25+48+17=90 (11% of max value = 765). Red value is 25 (10.16% from 255 or 27.78% from 90); Green value is 48 (19.14% from 255 or 53.33% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 48 - color contains mainly: green. Hex color #193011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193011 is #E6CFEE. Grayscale: #252525. Windows color (decimal): -15126511 or 1126425. OLE color: 1126425.
HSL color Cylindrical-coordinate representation of color #193011: hue angle of 104.52º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #193011 is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 25 | 48 | 17 | - |
| CMYK | 0.48 | 0 | 0.65 | 0.81 |
| HSL | 104.52º | 0.48% | 0.13% | - |
| HSV(B) | 104.52º | 0.65% | 0.19% | - |
| XYZ | 1.56 | 2.36 | 0.9 | - |
| YUV | 37.59 | 116.38 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 48 | 17 | 0.48 | 0 | 0.65 | 0.81 | 104.52 | 0.48 | 0.13 |
| Hex | 19 | 30 | 11 | 30 | 0 | 41 | 51 | 69 | 30 | D |
| Octal | 31 | 60 | 21 | 60 | 0 | 101 | 121 | 151 | 60 | 15 |
| Binary | 11001 | 110000 | 10001 | 110000 | 0 | 1000001 | 1010001 | 1101001 | 110000 | 1101 |
Color Harmonies of #193011
Complementary color
Monochromatic Colors of #193011
Black with #193011
Text Example
Text Example
White with #193011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193011; }
p { color: rgb(25,48,17); }
H1.HeaderClassName
{
color: #193011;
}
.AnyTagClassName
{
color: #193011;
}
</style>
background-color css
<style>
a { background-color: #193011; }
a { background-color: rgb(25,48,17); }
div.DivClassName
{
background-color: #193011;
}
.BgClassName
{
background-color: #193011;
}
</style>
border-color css
<style>
span { border-color: #193011; }
span { border-color: rgb(25,48,17); }
td.TdClassName
{
border-color: #193011;
}
.TagClassName
{
border-color: #193011;
}
</style>