Shades of Myrtle #1E411C
Tints of Myrtle #1E411C
RGB
CMYK
RGB Variations
Color information
#1E411C (or 0x1E411C) is known color: Myrtle. HEX triplet: 1E, 41 and 1C. RGB value is (30,65,28). Sum of RGB (Red+Green+Blue) = 30+65+28=123 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.39% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #1E411C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E411C is #E1BEE3. Grayscale: #323232. Windows color (decimal): -14794468 or 1851678. OLE color: 1851678.
HSL color Cylindrical-coordinate representation of color #1E411C: hue angle of 116.76º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1E411C is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 65 | 28 | - |
| CMYK | 0.54 | 0 | 0.57 | 0.75 |
| HSL | 116.76º | 0.4% | 0.18% | - |
| HSV(B) | 116.76º | 0.57% | 0.25% | - |
| XYZ | 2.64 | 4.14 | 1.76 | - |
| YUV | 50.32 | 115.4 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 65 | 28 | 0.54 | 0 | 0.57 | 0.75 | 116.76 | 0.4 | 0.18 |
| Hex | 1E | 41 | 1C | 36 | 0 | 39 | 4B | 75 | 28 | 12 |
| Octal | 36 | 101 | 34 | 66 | 0 | 71 | 113 | 165 | 50 | 22 |
| Binary | 11110 | 1000001 | 11100 | 110110 | 0 | 111001 | 1001011 | 1110101 | 101000 | 10010 |
Color Harmonies of #1E411C
Complementary color
Monochromatic Colors of #1E411C
Black with #1E411C
Text Example
Text Example
White with #1E411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E411C; }
p { color: rgb(30,65,28); }
H1.HeaderClassName
{
color: #1E411C;
}
.AnyTagClassName
{
color: #1E411C;
}
</style>
background-color css
<style>
a { background-color: #1E411C; }
a { background-color: rgb(30,65,28); }
div.DivClassName
{
background-color: #1E411C;
}
.BgClassName
{
background-color: #1E411C;
}
</style>
border-color css
<style>
span { border-color: #1E411C; }
span { border-color: rgb(30,65,28); }
td.TdClassName
{
border-color: #1E411C;
}
.TagClassName
{
border-color: #1E411C;
}
</style>