Shades of Myrtle #192118
Tints of Myrtle #192118
RGB
CMYK
RGB Variations
Color information
#192118 (or 0x192118) is known color: Myrtle. HEX triplet: 19, 21 and 18. RGB value is (25,33,24). Sum of RGB (Red+Green+Blue) = 25+33+24=82 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.49% from 82); Green value is 33 (13.28% from 255 or 40.24% from 82); Blue value is 24 (9.77% from 255 or 29.27% from 82); Max value from RGB is 33 - color contains mainly: green. Hex color #192118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192118 is #E6DEE7. Grayscale: #1D1D1D. Windows color (decimal): -15130344 or 1581337. OLE color: 1581337.
HSL color Cylindrical-coordinate representation of color #192118: hue angle of 113.33º degrees, saturation: 0.16, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #192118 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 33 | 24 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.87 |
| HSL | 113.33º | 0.16% | 0.11% | - |
| HSV(B) | 113.33º | 0.27% | 0.13% | - |
| XYZ | 1.11 | 1.36 | 1.07 | - |
| YUV | 29.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 24 | 0.24 | 0 | 0.27 | 0.87 | 113.33 | 0.16 | 0.11 |
| Hex | 19 | 21 | 18 | 18 | 0 | 1B | 57 | 71 | 10 | B |
| Octal | 31 | 41 | 30 | 30 | 0 | 33 | 127 | 161 | 20 | 13 |
| Binary | 11001 | 100001 | 11000 | 11000 | 0 | 11011 | 1010111 | 1110001 | 10000 | 1011 |
Color Harmonies of #192118
Complementary color
Monochromatic Colors of #192118
Black with #192118
Text Example
Text Example
White with #192118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192118; }
p { color: rgb(25,33,24); }
H1.HeaderClassName
{
color: #192118;
}
.AnyTagClassName
{
color: #192118;
}
</style>
background-color css
<style>
a { background-color: #192118; }
a { background-color: rgb(25,33,24); }
div.DivClassName
{
background-color: #192118;
}
.BgClassName
{
background-color: #192118;
}
</style>
border-color css
<style>
span { border-color: #192118; }
span { border-color: rgb(25,33,24); }
td.TdClassName
{
border-color: #192118;
}
.TagClassName
{
border-color: #192118;
}
</style>