Shades of Midnight Moss #1E2521
Tints of Midnight Moss #1E2521
RGB
CMYK
RGB Variations
Color information
#1E2521 (or 0x1E2521) is known color: Midnight Moss. HEX triplet: 1E, 25 and 21. RGB value is (30,37,33). Sum of RGB (Red+Green+Blue) = 30+37+33=100 (13% of max value = 765). Red value is 30 (12.11% from 255 or 30% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 37 - color contains mainly: green. Hex color #1E2521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2521 is #E1DADE. Grayscale: #222222. Windows color (decimal): -14801631 or 2172190. OLE color: 2172190.
HSL color Cylindrical-coordinate representation of color #1E2521: hue angle of 145.71º degrees, saturation: 0.1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1E2521 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 37 | 33 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.85 |
| HSL | 145.71º | 0.1% | 0.13% | - |
| HSV(B) | 145.71º | 0.19% | 0.15% | - |
| XYZ | 1.47 | 1.71 | 1.69 | - |
| YUV | 34.45 | 127.18 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 37 | 33 | 0.19 | 0 | 0.11 | 0.85 | 145.71 | 0.1 | 0.13 |
| Hex | 1E | 25 | 21 | 13 | 0 | B | 55 | 92 | A | D |
| Octal | 36 | 45 | 41 | 23 | 0 | 13 | 125 | 222 | 12 | 15 |
| Binary | 11110 | 100101 | 100001 | 10011 | 0 | 1011 | 1010101 | 10010010 | 1010 | 1101 |
Color Harmonies of #1E2521
Complementary color
Monochromatic Colors of #1E2521
Black with #1E2521
Text Example
Text Example
White with #1E2521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2521; }
p { color: rgb(30,37,33); }
H1.HeaderClassName
{
color: #1E2521;
}
.AnyTagClassName
{
color: #1E2521;
}
</style>
background-color css
<style>
a { background-color: #1E2521; }
a { background-color: rgb(30,37,33); }
div.DivClassName
{
background-color: #1E2521;
}
.BgClassName
{
background-color: #1E2521;
}
</style>
border-color css
<style>
span { border-color: #1E2521; }
span { border-color: rgb(30,37,33); }
td.TdClassName
{
border-color: #1E2521;
}
.TagClassName
{
border-color: #1E2521;
}
</style>