Shades of Midnight Moss #1E3125
Tints of Midnight Moss #1E3125
RGB
CMYK
RGB Variations
Color information
#1E3125 (or 0x1E3125) is known color: Midnight Moss. HEX triplet: 1E, 31 and 25. RGB value is (30,49,37). Sum of RGB (Red+Green+Blue) = 30+49+37=116 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.86% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 37 (14.84% from 255 or 31.90% from 116); Max value from RGB is 49 - color contains mainly: green. Hex color #1E3125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3125 is #E1CEDA. Grayscale: #292929. Windows color (decimal): -14798555 or 2437406. OLE color: 2437406.
HSL color Cylindrical-coordinate representation of color #1E3125: hue angle of 142.11º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1E3125 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 49 | 37 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.81 |
| HSL | 142.11º | 0.24% | 0.15% | - |
| HSV(B) | 142.11º | 0.39% | 0.19% | - |
| XYZ | 1.97 | 2.61 | 2.15 | - |
| YUV | 41.95 | 125.21 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 49 | 37 | 0.39 | 0 | 0.24 | 0.81 | 142.11 | 0.24 | 0.15 |
| Hex | 1E | 31 | 25 | 27 | 0 | 18 | 51 | 8E | 18 | F |
| Octal | 36 | 61 | 45 | 47 | 0 | 30 | 121 | 216 | 30 | 17 |
| Binary | 11110 | 110001 | 100101 | 100111 | 0 | 11000 | 1010001 | 10001110 | 11000 | 1111 |
Color Harmonies of #1E3125
Complementary color
Monochromatic Colors of #1E3125
Black with #1E3125
Text Example
Text Example
White with #1E3125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3125; }
p { color: rgb(30,49,37); }
H1.HeaderClassName
{
color: #1E3125;
}
.AnyTagClassName
{
color: #1E3125;
}
</style>
background-color css
<style>
a { background-color: #1E3125; }
a { background-color: rgb(30,49,37); }
div.DivClassName
{
background-color: #1E3125;
}
.BgClassName
{
background-color: #1E3125;
}
</style>
border-color css
<style>
span { border-color: #1E3125; }
span { border-color: rgb(30,49,37); }
td.TdClassName
{
border-color: #1E3125;
}
.TagClassName
{
border-color: #1E3125;
}
</style>