Shades of Myrtle #1E311D
Tints of Myrtle #1E311D
RGB
CMYK
RGB Variations
Color information
#1E311D (or 0x1E311D) is known color: Myrtle. HEX triplet: 1E, 31 and 1D. RGB value is (30,49,29). Sum of RGB (Red+Green+Blue) = 30+49+29=108 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.78% from 108); Green value is 49 (19.53% from 255 or 45.37% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 49 - color contains mainly: green. Hex color #1E311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E311D is #E1CEE2. Grayscale: #292929. Windows color (decimal): -14798563 or 1913118. OLE color: 1913118.
HSL color Cylindrical-coordinate representation of color #1E311D: hue angle of 117º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1E311D is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 49 | 29 | - |
| CMYK | 0.39 | 0 | 0.41 | 0.81 |
| HSL | 117º | 0.26% | 0.15% | - |
| HSV(B) | 117º | 0.41% | 0.19% | - |
| XYZ | 1.86 | 2.56 | 1.56 | - |
| YUV | 41.04 | 121.21 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 49 | 29 | 0.39 | 0 | 0.41 | 0.81 | 117 | 0.26 | 0.15 |
| Hex | 1E | 31 | 1D | 27 | 0 | 29 | 51 | 75 | 1A | F |
| Octal | 36 | 61 | 35 | 47 | 0 | 51 | 121 | 165 | 32 | 17 |
| Binary | 11110 | 110001 | 11101 | 100111 | 0 | 101001 | 1010001 | 1110101 | 11010 | 1111 |
Color Harmonies of #1E311D
Complementary color
Monochromatic Colors of #1E311D
Black with #1E311D
Text Example
Text Example
White with #1E311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E311D; }
p { color: rgb(30,49,29); }
H1.HeaderClassName
{
color: #1E311D;
}
.AnyTagClassName
{
color: #1E311D;
}
</style>
background-color css
<style>
a { background-color: #1E311D; }
a { background-color: rgb(30,49,29); }
div.DivClassName
{
background-color: #1E311D;
}
.BgClassName
{
background-color: #1E311D;
}
</style>
border-color css
<style>
span { border-color: #1E311D; }
span { border-color: rgb(30,49,29); }
td.TdClassName
{
border-color: #1E311D;
}
.TagClassName
{
border-color: #1E311D;
}
</style>