Shades of Myrtle #1E271C
Tints of Myrtle #1E271C
RGB
CMYK
RGB Variations
Color information
#1E271C (or 0x1E271C) is known color: Myrtle. HEX triplet: 1E, 27 and 1C. RGB value is (30,39,28). Sum of RGB (Red+Green+Blue) = 30+39+28=97 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.93% from 97); Green value is 39 (15.62% from 255 or 40.21% from 97); Blue value is 28 (11.33% from 255 or 28.87% from 97); Max value from RGB is 39 - color contains mainly: green. Hex color #1E271C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E271C is #E1D8E3. Grayscale: #232323. Windows color (decimal): -14801124 or 1845022. OLE color: 1845022.
HSL color Cylindrical-coordinate representation of color #1E271C: hue angle of 109.09º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #1E271C is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 39 | 28 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.85 |
| HSL | 109.09º | 0.16% | 0.13% | - |
| HSV(B) | 109.09º | 0.28% | 0.15% | - |
| XYZ | 1.47 | 1.81 | 1.37 | - |
| YUV | 35.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 39 | 28 | 0.23 | 0 | 0.28 | 0.85 | 109.09 | 0.16 | 0.13 |
| Hex | 1E | 27 | 1C | 17 | 0 | 1C | 55 | 6D | 10 | D |
| Octal | 36 | 47 | 34 | 27 | 0 | 34 | 125 | 155 | 20 | 15 |
| Binary | 11110 | 100111 | 11100 | 10111 | 0 | 11100 | 1010101 | 1101101 | 10000 | 1101 |
Color Harmonies of #1E271C
Complementary color
Monochromatic Colors of #1E271C
Black with #1E271C
Text Example
Text Example
White with #1E271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E271C; }
p { color: rgb(30,39,28); }
H1.HeaderClassName
{
color: #1E271C;
}
.AnyTagClassName
{
color: #1E271C;
}
</style>
background-color css
<style>
a { background-color: #1E271C; }
a { background-color: rgb(30,39,28); }
div.DivClassName
{
background-color: #1E271C;
}
.BgClassName
{
background-color: #1E271C;
}
</style>
border-color css
<style>
span { border-color: #1E271C; }
span { border-color: rgb(30,39,28); }
td.TdClassName
{
border-color: #1E271C;
}
.TagClassName
{
border-color: #1E271C;
}
</style>