Shades of Myrtle #193315
Tints of Myrtle #193315
RGB
CMYK
RGB Variations
Color information
#193315 (or 0x193315) is known color: Myrtle. HEX triplet: 19, 33 and 15. RGB value is (25,51,21). Sum of RGB (Red+Green+Blue) = 25+51+21=97 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.77% from 97); Green value is 51 (20.31% from 255 or 52.58% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 51 - color contains mainly: green. Hex color #193315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193315 is #E6CCEA. Grayscale: #272727. Windows color (decimal): -15125739 or 1389337. OLE color: 1389337.
HSL color Cylindrical-coordinate representation of color #193315: hue angle of 112º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #193315 is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 25 | 51 | 21 | - |
| CMYK | 0.51 | 0 | 0.59 | 0.8 |
| HSL | 112º | 0.42% | 0.14% | - |
| HSV(B) | 112º | 0.59% | 0.2% | - |
| XYZ | 1.72 | 2.63 | 1.13 | - |
| YUV | 39.81 | 117.39 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 51 | 21 | 0.51 | 0 | 0.59 | 0.8 | 112 | 0.42 | 0.14 |
| Hex | 19 | 33 | 15 | 33 | 0 | 3B | 50 | 70 | 2A | E |
| Octal | 31 | 63 | 25 | 63 | 0 | 73 | 120 | 160 | 52 | 16 |
| Binary | 11001 | 110011 | 10101 | 110011 | 0 | 111011 | 1010000 | 1110000 | 101010 | 1110 |
Color Harmonies of #193315
Complementary color
Monochromatic Colors of #193315
Black with #193315
Text Example
Text Example
White with #193315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193315; }
p { color: rgb(25,51,21); }
H1.HeaderClassName
{
color: #193315;
}
.AnyTagClassName
{
color: #193315;
}
</style>
background-color css
<style>
a { background-color: #193315; }
a { background-color: rgb(25,51,21); }
div.DivClassName
{
background-color: #193315;
}
.BgClassName
{
background-color: #193315;
}
</style>
border-color css
<style>
span { border-color: #193315; }
span { border-color: rgb(25,51,21); }
td.TdClassName
{
border-color: #193315;
}
.TagClassName
{
border-color: #193315;
}
</style>