Shades of Myrtle #193212
Tints of Myrtle #193212
RGB
CMYK
RGB Variations
Color information
#193212 (or 0x193212) is known color: Myrtle. HEX triplet: 19, 32 and 12. RGB value is (25,50,18). Sum of RGB (Red+Green+Blue) = 25+50+18=93 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.88% from 93); Green value is 50 (19.92% from 255 or 53.76% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 50 - color contains mainly: green. Hex color #193212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193212 is #E6CDED. Grayscale: #262626. Windows color (decimal): -15125998 or 1192473. OLE color: 1192473.
HSL color Cylindrical-coordinate representation of color #193212: hue angle of 106.88º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #193212 is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 50 | 18 | - |
| CMYK | 0.50 | 0 | 0.64 | 0.80 |
| HSL | 106.88º | 0.47% | 0.13% | - |
| HSV(B) | 106.88º | 0.64% | 0.2% | - |
| XYZ | 1.65 | 2.53 | 0.97 | - |
| YUV | 38.88 | 116.22 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 18 | 0.50 | 0 | 0.64 | 0.80 | 106.88 | 0.47 | 0.13 |
| Hex | 19 | 32 | 12 | 32 | 0 | 40 | 50 | 6B | 2F | D |
| Octal | 31 | 62 | 22 | 62 | 0 | 100 | 120 | 153 | 57 | 15 |
| Binary | 11001 | 110010 | 10010 | 110010 | 0 | 1000000 | 1010000 | 1101011 | 101111 | 1101 |
Color Harmonies of #193212
Complementary color
Monochromatic Colors of #193212
Black with #193212
Text Example
Text Example
White with #193212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193212; }
p { color: rgb(25,50,18); }
H1.HeaderClassName
{
color: #193212;
}
.AnyTagClassName
{
color: #193212;
}
</style>
background-color css
<style>
a { background-color: #193212; }
a { background-color: rgb(25,50,18); }
div.DivClassName
{
background-color: #193212;
}
.BgClassName
{
background-color: #193212;
}
</style>
border-color css
<style>
span { border-color: #193212; }
span { border-color: rgb(25,50,18); }
td.TdClassName
{
border-color: #193212;
}
.TagClassName
{
border-color: #193212;
}
</style>