Shades of Myrtle #1E331C
Tints of Myrtle #1E331C
RGB
CMYK
RGB Variations
Color information
#1E331C (or 0x1E331C) is known color: Myrtle. HEX triplet: 1E, 33 and 1C. RGB value is (30,51,28). Sum of RGB (Red+Green+Blue) = 30+51+28=109 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.52% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 51 - color contains mainly: green. Hex color #1E331C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E331C is #E1CCE3. Grayscale: #2A2A2A. Windows color (decimal): -14798052 or 1848094. OLE color: 1848094.
HSL color Cylindrical-coordinate representation of color #1E331C: hue angle of 114.78º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1E331C is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 30 | 51 | 28 | - |
| CMYK | 0.41 | 0 | 0.45 | 0.8 |
| HSL | 114.78º | 0.29% | 0.15% | - |
| HSV(B) | 114.78º | 0.45% | 0.2% | - |
| XYZ | 1.93 | 2.73 | 1.52 | - |
| YUV | 42.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 51 | 28 | 0.41 | 0 | 0.45 | 0.8 | 114.78 | 0.29 | 0.15 |
| Hex | 1E | 33 | 1C | 29 | 0 | 2D | 50 | 73 | 1D | F |
| Octal | 36 | 63 | 34 | 51 | 0 | 55 | 120 | 163 | 35 | 17 |
| Binary | 11110 | 110011 | 11100 | 101001 | 0 | 101101 | 1010000 | 1110011 | 11101 | 1111 |
Color Harmonies of #1E331C
Complementary color
Monochromatic Colors of #1E331C
Black with #1E331C
Text Example
Text Example
White with #1E331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E331C; }
p { color: rgb(30,51,28); }
H1.HeaderClassName
{
color: #1E331C;
}
.AnyTagClassName
{
color: #1E331C;
}
</style>
background-color css
<style>
a { background-color: #1E331C; }
a { background-color: rgb(30,51,28); }
div.DivClassName
{
background-color: #1E331C;
}
.BgClassName
{
background-color: #1E331C;
}
</style>
border-color css
<style>
span { border-color: #1E331C; }
span { border-color: rgb(30,51,28); }
td.TdClassName
{
border-color: #1E331C;
}
.TagClassName
{
border-color: #1E331C;
}
</style>