Shades of Myrtle #1E381F
Tints of Myrtle #1E381F
RGB
CMYK
RGB Variations
Color information
#1E381F (or 0x1E381F) is known color: Myrtle. HEX triplet: 1E, 38 and 1F. RGB value is (30,56,31). Sum of RGB (Red+Green+Blue) = 30+56+31=117 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.64% from 117); Green value is 56 (22.27% from 255 or 47.86% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 56 - color contains mainly: green. Hex color #1E381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E381F is #E1C7E0. Grayscale: #2D2D2D. Windows color (decimal): -14796769 or 2045982. OLE color: 2045982.
HSL color Cylindrical-coordinate representation of color #1E381F: hue angle of 122.31º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1E381F is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 56 | 31 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.78 |
| HSL | 122.31º | 0.3% | 0.17% | - |
| HSV(B) | 122.31º | 0.46% | 0.22% | - |
| XYZ | 2.2 | 3.2 | 1.8 | - |
| YUV | 45.38 | 119.89 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 56 | 31 | 0.46 | 0 | 0.45 | 0.78 | 122.31 | 0.3 | 0.17 |
| Hex | 1E | 38 | 1F | 2E | 0 | 2D | 4E | 7A | 1E | 11 |
| Octal | 36 | 70 | 37 | 56 | 0 | 55 | 116 | 172 | 36 | 21 |
| Binary | 11110 | 111000 | 11111 | 101110 | 0 | 101101 | 1001110 | 1111010 | 11110 | 10001 |
Color Harmonies of #1E381F
Complementary color
Monochromatic Colors of #1E381F
Black with #1E381F
Text Example
Text Example
White with #1E381F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E381F; }
p { color: rgb(30,56,31); }
H1.HeaderClassName
{
color: #1E381F;
}
.AnyTagClassName
{
color: #1E381F;
}
</style>
background-color css
<style>
a { background-color: #1E381F; }
a { background-color: rgb(30,56,31); }
div.DivClassName
{
background-color: #1E381F;
}
.BgClassName
{
background-color: #1E381F;
}
</style>
border-color css
<style>
span { border-color: #1E381F; }
span { border-color: rgb(30,56,31); }
td.TdClassName
{
border-color: #1E381F;
}
.TagClassName
{
border-color: #1E381F;
}
</style>