Shades of Myrtle #1E381C
Tints of Myrtle #1E381C
RGB
CMYK
RGB Variations
Color information
#1E381C (or 0x1E381C) is known color: Myrtle. HEX triplet: 1E, 38 and 1C. RGB value is (30,56,28). Sum of RGB (Red+Green+Blue) = 30+56+28=114 (15% of max value = 765). Red value is 30 (12.11% from 255 or 26.32% from 114); Green value is 56 (22.27% from 255 or 49.12% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 56 - color contains mainly: green. Hex color #1E381C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E381C is #E1C7E3. Grayscale: #2D2D2D. Windows color (decimal): -14796772 or 1849374. OLE color: 1849374.
HSL color Cylindrical-coordinate representation of color #1E381C: hue angle of 115.71º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1E381C is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 56 | 28 | - |
| CMYK | 0.46 | 0 | 0.50 | 0.78 |
| HSL | 115.71º | 0.33% | 0.16% | - |
| HSV(B) | 115.71º | 0.5% | 0.22% | - |
| XYZ | 2.16 | 3.19 | 1.6 | - |
| YUV | 45.03 | 118.39 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 56 | 28 | 0.46 | 0 | 0.50 | 0.78 | 115.71 | 0.33 | 0.16 |
| Hex | 1E | 38 | 1C | 2E | 0 | 32 | 4E | 74 | 21 | 10 |
| Octal | 36 | 70 | 34 | 56 | 0 | 62 | 116 | 164 | 41 | 20 |
| Binary | 11110 | 111000 | 11100 | 101110 | 0 | 110010 | 1001110 | 1110100 | 100001 | 10000 |
Color Harmonies of #1E381C
Complementary color
Monochromatic Colors of #1E381C
Black with #1E381C
Text Example
Text Example
White with #1E381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E381C; }
p { color: rgb(30,56,28); }
H1.HeaderClassName
{
color: #1E381C;
}
.AnyTagClassName
{
color: #1E381C;
}
</style>
background-color css
<style>
a { background-color: #1E381C; }
a { background-color: rgb(30,56,28); }
div.DivClassName
{
background-color: #1E381C;
}
.BgClassName
{
background-color: #1E381C;
}
</style>
border-color css
<style>
span { border-color: #1E381C; }
span { border-color: rgb(30,56,28); }
td.TdClassName
{
border-color: #1E381C;
}
.TagClassName
{
border-color: #1E381C;
}
</style>