Shades of Myrtle #193311
Tints of Myrtle #193311
RGB
CMYK
RGB Variations
Color information
#193311 (or 0x193311) is known color: Myrtle. HEX triplet: 19, 33 and 11. RGB value is (25,51,17). Sum of RGB (Red+Green+Blue) = 25+51+17=93 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.88% from 93); Green value is 51 (20.31% from 255 or 54.84% from 93); Blue value is 17 (7.03% from 255 or 18.28% from 93); Max value from RGB is 51 - color contains mainly: green. Hex color #193311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193311 is #E6CCEE. Grayscale: #272727. Windows color (decimal): -15125743 or 1127193. OLE color: 1127193.
HSL color Cylindrical-coordinate representation of color #193311: hue angle of 105.88º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #193311 is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 25 | 51 | 17 | - |
| CMYK | 0.51 | 0 | 0.67 | 0.8 |
| HSL | 105.88º | 0.5% | 0.13% | - |
| HSV(B) | 105.88º | 0.67% | 0.2% | - |
| XYZ | 1.69 | 2.61 | 0.95 | - |
| YUV | 39.35 | 115.39 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 51 | 17 | 0.51 | 0 | 0.67 | 0.8 | 105.88 | 0.5 | 0.13 |
| Hex | 19 | 33 | 11 | 33 | 0 | 43 | 50 | 6A | 32 | D |
| Octal | 31 | 63 | 21 | 63 | 0 | 103 | 120 | 152 | 62 | 15 |
| Binary | 11001 | 110011 | 10001 | 110011 | 0 | 1000011 | 1010000 | 1101010 | 110010 | 1101 |
Color Harmonies of #193311
Complementary color
Monochromatic Colors of #193311
Black with #193311
Text Example
Text Example
White with #193311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193311; }
p { color: rgb(25,51,17); }
H1.HeaderClassName
{
color: #193311;
}
.AnyTagClassName
{
color: #193311;
}
</style>
background-color css
<style>
a { background-color: #193311; }
a { background-color: rgb(25,51,17); }
div.DivClassName
{
background-color: #193311;
}
.BgClassName
{
background-color: #193311;
}
</style>
border-color css
<style>
span { border-color: #193311; }
span { border-color: rgb(25,51,17); }
td.TdClassName
{
border-color: #193311;
}
.TagClassName
{
border-color: #193311;
}
</style>