Shades of Midnight Moss #18271E
Tints of Midnight Moss #18271E
RGB
CMYK
RGB Variations
Color information
#18271E (or 0x18271E) is known color: Midnight Moss. HEX triplet: 18, 27 and 1E. RGB value is (24,39,30). Sum of RGB (Red+Green+Blue) = 24+39+30=93 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.81% from 93); Green value is 39 (15.62% from 255 or 41.94% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 39 - color contains mainly: green. Hex color #18271E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18271E is #E7D8E1. Grayscale: #212121. Windows color (decimal): -15194338 or 1976088. OLE color: 1976088.
HSL color Cylindrical-coordinate representation of color #18271E: hue angle of 144º degrees, saturation: 0.24, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #18271E is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 39 | 30 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.85 |
| HSL | 144º | 0.24% | 0.12% | - |
| HSV(B) | 144º | 0.38% | 0.15% | - |
| XYZ | 1.34 | 1.74 | 1.49 | - |
| YUV | 33.49 | 126.03 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 39 | 30 | 0.38 | 0 | 0.23 | 0.85 | 144 | 0.24 | 0.12 |
| Hex | 18 | 27 | 1E | 26 | 0 | 17 | 55 | 90 | 18 | C |
| Octal | 30 | 47 | 36 | 46 | 0 | 27 | 125 | 220 | 30 | 14 |
| Binary | 11000 | 100111 | 11110 | 100110 | 0 | 10111 | 1010101 | 10010000 | 11000 | 1100 |
Color Harmonies of #18271E
Complementary color
Monochromatic Colors of #18271E
Black with #18271E
Text Example
Text Example
White with #18271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18271E; }
p { color: rgb(24,39,30); }
H1.HeaderClassName
{
color: #18271E;
}
.AnyTagClassName
{
color: #18271E;
}
</style>
background-color css
<style>
a { background-color: #18271E; }
a { background-color: rgb(24,39,30); }
div.DivClassName
{
background-color: #18271E;
}
.BgClassName
{
background-color: #18271E;
}
</style>
border-color css
<style>
span { border-color: #18271E; }
span { border-color: rgb(24,39,30); }
td.TdClassName
{
border-color: #18271E;
}
.TagClassName
{
border-color: #18271E;
}
</style>