Shades of Midnight Moss #18241D
Tints of Midnight Moss #18241D
RGB
CMYK
RGB Variations
Color information
#18241D (or 0x18241D) is known color: Midnight Moss. HEX triplet: 18, 24 and 1D. RGB value is (24,36,29). Sum of RGB (Red+Green+Blue) = 24+36+29=89 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.97% from 89); Green value is 36 (14.45% from 255 or 40.45% from 89); Blue value is 29 (11.72% from 255 or 32.58% from 89); Max value from RGB is 36 - color contains mainly: green. Hex color #18241D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18241D is #E7DBE2. Grayscale: #1F1F1F. Windows color (decimal): -15195107 or 1909784. OLE color: 1909784.
HSL color Cylindrical-coordinate representation of color #18241D: hue angle of 145º degrees, saturation: 0.2, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #18241D is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 24 | 36 | 29 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.86 |
| HSL | 145º | 0.2% | 0.12% | - |
| HSV(B) | 145º | 0.33% | 0.14% | - |
| XYZ | 1.23 | 1.54 | 1.4 | - |
| YUV | 31.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 29 | 0.33 | 0 | 0.19 | 0.86 | 145 | 0.2 | 0.12 |
| Hex | 18 | 24 | 1D | 21 | 0 | 13 | 56 | 91 | 14 | C |
| Octal | 30 | 44 | 35 | 41 | 0 | 23 | 126 | 221 | 24 | 14 |
| Binary | 11000 | 100100 | 11101 | 100001 | 0 | 10011 | 1010110 | 10010001 | 10100 | 1100 |
Color Harmonies of #18241D
Complementary color
Monochromatic Colors of #18241D
Black with #18241D
Text Example
Text Example
White with #18241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18241D; }
p { color: rgb(24,36,29); }
H1.HeaderClassName
{
color: #18241D;
}
.AnyTagClassName
{
color: #18241D;
}
</style>
background-color css
<style>
a { background-color: #18241D; }
a { background-color: rgb(24,36,29); }
div.DivClassName
{
background-color: #18241D;
}
.BgClassName
{
background-color: #18241D;
}
</style>
border-color css
<style>
span { border-color: #18241D; }
span { border-color: rgb(24,36,29); }
td.TdClassName
{
border-color: #18241D;
}
.TagClassName
{
border-color: #18241D;
}
</style>