Shades of Myrtle #1E331A
Tints of Myrtle #1E331A
RGB
CMYK
RGB Variations
Color information
#1E331A (or 0x1E331A) is known color: Myrtle. HEX triplet: 1E, 33 and 1A. RGB value is (30,51,26). Sum of RGB (Red+Green+Blue) = 30+51+26=107 (14% of max value = 765). Red value is 30 (12.11% from 255 or 28.04% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 51 - color contains mainly: green. Hex color #1E331A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E331A is #E1CCE5. Grayscale: #292929. Windows color (decimal): -14798054 or 1717022. OLE color: 1717022.
HSL color Cylindrical-coordinate representation of color #1E331A: hue angle of 110.4º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1E331A is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 30 | 51 | 26 | - |
| CMYK | 0.41 | 0 | 0.49 | 0.8 |
| HSL | 110.4º | 0.32% | 0.15% | - |
| HSV(B) | 110.4º | 0.49% | 0.2% | - |
| XYZ | 1.91 | 2.72 | 1.4 | - |
| YUV | 41.87 | 119.04 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 51 | 26 | 0.41 | 0 | 0.49 | 0.8 | 110.4 | 0.32 | 0.15 |
| Hex | 1E | 33 | 1A | 29 | 0 | 31 | 50 | 6E | 20 | F |
| Octal | 36 | 63 | 32 | 51 | 0 | 61 | 120 | 156 | 40 | 17 |
| Binary | 11110 | 110011 | 11010 | 101001 | 0 | 110001 | 1010000 | 1101110 | 100000 | 1111 |
Color Harmonies of #1E331A
Complementary color
Monochromatic Colors of #1E331A
Black with #1E331A
Text Example
Text Example
White with #1E331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E331A; }
p { color: rgb(30,51,26); }
H1.HeaderClassName
{
color: #1E331A;
}
.AnyTagClassName
{
color: #1E331A;
}
</style>
background-color css
<style>
a { background-color: #1E331A; }
a { background-color: rgb(30,51,26); }
div.DivClassName
{
background-color: #1E331A;
}
.BgClassName
{
background-color: #1E331A;
}
</style>
border-color css
<style>
span { border-color: #1E331A; }
span { border-color: rgb(30,51,26); }
td.TdClassName
{
border-color: #1E331A;
}
.TagClassName
{
border-color: #1E331A;
}
</style>