Shades of Myrtle #193314
Tints of Myrtle #193314
RGB
CMYK
RGB Variations
Color information
#193314 (or 0x193314) is known color: Myrtle. HEX triplet: 19, 33 and 14. RGB value is (25,51,20). Sum of RGB (Red+Green+Blue) = 25+51+20=96 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.04% from 96); Green value is 51 (20.31% from 255 or 53.12% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 51 - color contains mainly: green. Hex color #193314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193314 is #E6CCEB. Grayscale: #272727. Windows color (decimal): -15125740 or 1323801. OLE color: 1323801.
HSL color Cylindrical-coordinate representation of color #193314: hue angle of 110.32º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #193314 is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 25 | 51 | 20 | - |
| CMYK | 0.51 | 0 | 0.61 | 0.8 |
| HSL | 110.32º | 0.44% | 0.14% | - |
| HSV(B) | 110.32º | 0.61% | 0.2% | - |
| XYZ | 1.71 | 2.62 | 1.08 | - |
| YUV | 39.69 | 116.89 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 51 | 20 | 0.51 | 0 | 0.61 | 0.8 | 110.32 | 0.44 | 0.14 |
| Hex | 19 | 33 | 14 | 33 | 0 | 3D | 50 | 6E | 2C | E |
| Octal | 31 | 63 | 24 | 63 | 0 | 75 | 120 | 156 | 54 | 16 |
| Binary | 11001 | 110011 | 10100 | 110011 | 0 | 111101 | 1010000 | 1101110 | 101100 | 1110 |
Color Harmonies of #193314
Complementary color
Monochromatic Colors of #193314
Black with #193314
Text Example
Text Example
White with #193314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193314; }
p { color: rgb(25,51,20); }
H1.HeaderClassName
{
color: #193314;
}
.AnyTagClassName
{
color: #193314;
}
</style>
background-color css
<style>
a { background-color: #193314; }
a { background-color: rgb(25,51,20); }
div.DivClassName
{
background-color: #193314;
}
.BgClassName
{
background-color: #193314;
}
</style>
border-color css
<style>
span { border-color: #193314; }
span { border-color: rgb(25,51,20); }
td.TdClassName
{
border-color: #193314;
}
.TagClassName
{
border-color: #193314;
}
</style>