Shades of Myrtle #19310D
Tints of Myrtle #19310D
RGB
CMYK
RGB Variations
Color information
#19310D (or 0x19310D) is known color: Myrtle. HEX triplet: 19, 31 and 0D. RGB value is (25,49,13). Sum of RGB (Red+Green+Blue) = 25+49+13=87 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.74% from 87); Green value is 49 (19.53% from 255 or 56.32% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 49 - color contains mainly: green. Hex color #19310D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19310D is #E6CEF2. Grayscale: #252525. Windows color (decimal): -15126259 or 864537. OLE color: 864537.
HSL color Cylindrical-coordinate representation of color #19310D: hue angle of 100º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19310D is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 25 | 49 | 13 | - |
| CMYK | 0.49 | 0 | 0.73 | 0.81 |
| HSL | 100º | 0.58% | 0.12% | - |
| HSV(B) | 100º | 0.73% | 0.19% | - |
| XYZ | 1.57 | 2.43 | 0.77 | - |
| YUV | 37.72 | 114.05 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 13 | 0.49 | 0 | 0.73 | 0.81 | 100 | 0.58 | 0.12 |
| Hex | 19 | 31 | D | 31 | 0 | 49 | 51 | 64 | 3A | C |
| Octal | 31 | 61 | 15 | 61 | 0 | 111 | 121 | 144 | 72 | 14 |
| Binary | 11001 | 110001 | 1101 | 110001 | 0 | 1001001 | 1010001 | 1100100 | 111010 | 1100 |
Color Harmonies of #19310D
Complementary color
Monochromatic Colors of #19310D
Black with #19310D
Text Example
Text Example
White with #19310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19310D; }
p { color: rgb(25,49,13); }
H1.HeaderClassName
{
color: #19310D;
}
.AnyTagClassName
{
color: #19310D;
}
</style>
background-color css
<style>
a { background-color: #19310D; }
a { background-color: rgb(25,49,13); }
div.DivClassName
{
background-color: #19310D;
}
.BgClassName
{
background-color: #19310D;
}
</style>
border-color css
<style>
span { border-color: #19310D; }
span { border-color: rgb(25,49,13); }
td.TdClassName
{
border-color: #19310D;
}
.TagClassName
{
border-color: #19310D;
}
</style>