Shades of Myrtle #193B1D
Tints of Myrtle #193B1D
RGB
CMYK
RGB Variations
Color information
#193B1D (or 0x193B1D) is known color: Myrtle. HEX triplet: 19, 3B and 1D. RGB value is (25,59,29). Sum of RGB (Red+Green+Blue) = 25+59+29=113 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.12% from 113); Green value is 59 (23.44% from 255 or 52.21% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 59 - color contains mainly: green. Hex color #193B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193B1D is #E6C4E2. Grayscale: #2D2D2D. Windows color (decimal): -15123683 or 1915673. OLE color: 1915673.
HSL color Cylindrical-coordinate representation of color #193B1D: hue angle of 127.06º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #193B1D is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 59 | 29 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.77 |
| HSL | 127.06º | 0.4% | 0.16% | - |
| HSV(B) | 127.06º | 0.58% | 0.23% | - |
| XYZ | 2.19 | 3.42 | 1.71 | - |
| YUV | 45.41 | 118.74 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 29 | 0.58 | 0 | 0.51 | 0.77 | 127.06 | 0.4 | 0.16 |
| Hex | 19 | 3B | 1D | 3A | 0 | 33 | 4D | 7F | 28 | 10 |
| Octal | 31 | 73 | 35 | 72 | 0 | 63 | 115 | 177 | 50 | 20 |
| Binary | 11001 | 111011 | 11101 | 111010 | 0 | 110011 | 1001101 | 1111111 | 101000 | 10000 |
Color Harmonies of #193B1D
Complementary color
Monochromatic Colors of #193B1D
Black with #193B1D
Text Example
Text Example
White with #193B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193B1D; }
p { color: rgb(25,59,29); }
H1.HeaderClassName
{
color: #193B1D;
}
.AnyTagClassName
{
color: #193B1D;
}
</style>
background-color css
<style>
a { background-color: #193B1D; }
a { background-color: rgb(25,59,29); }
div.DivClassName
{
background-color: #193B1D;
}
.BgClassName
{
background-color: #193B1D;
}
</style>
border-color css
<style>
span { border-color: #193B1D; }
span { border-color: rgb(25,59,29); }
td.TdClassName
{
border-color: #193B1D;
}
.TagClassName
{
border-color: #193B1D;
}
</style>