Shades of Midnight Moss #18281E
Tints of Midnight Moss #18281E
RGB
CMYK
RGB Variations
Color information
#18281E (or 0x18281E) is known color: Midnight Moss. HEX triplet: 18, 28 and 1E. RGB value is (24,40,30). Sum of RGB (Red+Green+Blue) = 24+40+30=94 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.53% from 94); Green value is 40 (16.02% from 255 or 42.55% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 40 - color contains mainly: green. Hex color #18281E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18281E is #E7D7E1. Grayscale: #222222. Windows color (decimal): -15194082 or 1976344. OLE color: 1976344.
HSL color Cylindrical-coordinate representation of color #18281E: hue angle of 142.5º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #18281E is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 24 | 40 | 30 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.84 |
| HSL | 142.5º | 0.25% | 0.13% | - |
| HSV(B) | 142.5º | 0.4% | 0.16% | - |
| XYZ | 1.37 | 1.81 | 1.5 | - |
| YUV | 34.08 | 125.7 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 40 | 30 | 0.40 | 0 | 0.25 | 0.84 | 142.5 | 0.25 | 0.13 |
| Hex | 18 | 28 | 1E | 28 | 0 | 19 | 54 | 8E | 19 | D |
| Octal | 30 | 50 | 36 | 50 | 0 | 31 | 124 | 216 | 31 | 15 |
| Binary | 11000 | 101000 | 11110 | 101000 | 0 | 11001 | 1010100 | 10001110 | 11001 | 1101 |
Color Harmonies of #18281E
Complementary color
Monochromatic Colors of #18281E
Black with #18281E
Text Example
Text Example
White with #18281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18281E; }
p { color: rgb(24,40,30); }
H1.HeaderClassName
{
color: #18281E;
}
.AnyTagClassName
{
color: #18281E;
}
</style>
background-color css
<style>
a { background-color: #18281E; }
a { background-color: rgb(24,40,30); }
div.DivClassName
{
background-color: #18281E;
}
.BgClassName
{
background-color: #18281E;
}
</style>
border-color css
<style>
span { border-color: #18281E; }
span { border-color: rgb(24,40,30); }
td.TdClassName
{
border-color: #18281E;
}
.TagClassName
{
border-color: #18281E;
}
</style>