Shades of Myrtle #192913
Tints of Myrtle #192913
RGB
CMYK
RGB Variations
Color information
#192913 (or 0x192913) is known color: Myrtle. HEX triplet: 19, 29 and 13. RGB value is (25,41,19). Sum of RGB (Red+Green+Blue) = 25+41+19=85 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.41% from 85); Green value is 41 (16.41% from 255 or 48.24% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 41 - color contains mainly: green. Hex color #192913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192913 is #E6D6EC. Grayscale: #212121. Windows color (decimal): -15128301 or 1255705. OLE color: 1255705.
HSL color Cylindrical-coordinate representation of color #192913: hue angle of 103.64º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #192913 is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 41 | 19 | - |
| CMYK | 0.39 | 0 | 0.54 | 0.84 |
| HSL | 103.64º | 0.37% | 0.12% | - |
| HSV(B) | 103.64º | 0.54% | 0.16% | - |
| XYZ | 1.31 | 1.84 | 0.9 | - |
| YUV | 33.71 | 119.7 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 41 | 19 | 0.39 | 0 | 0.54 | 0.84 | 103.64 | 0.37 | 0.12 |
| Hex | 19 | 29 | 13 | 27 | 0 | 36 | 54 | 68 | 25 | C |
| Octal | 31 | 51 | 23 | 47 | 0 | 66 | 124 | 150 | 45 | 14 |
| Binary | 11001 | 101001 | 10011 | 100111 | 0 | 110110 | 1010100 | 1101000 | 100101 | 1100 |
Color Harmonies of #192913
Complementary color
Monochromatic Colors of #192913
Black with #192913
Text Example
Text Example
White with #192913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192913; }
p { color: rgb(25,41,19); }
H1.HeaderClassName
{
color: #192913;
}
.AnyTagClassName
{
color: #192913;
}
</style>
background-color css
<style>
a { background-color: #192913; }
a { background-color: rgb(25,41,19); }
div.DivClassName
{
background-color: #192913;
}
.BgClassName
{
background-color: #192913;
}
</style>
border-color css
<style>
span { border-color: #192913; }
span { border-color: rgb(25,41,19); }
td.TdClassName
{
border-color: #192913;
}
.TagClassName
{
border-color: #192913;
}
</style>