Shades of Midnight Moss #181C1A
Tints of Midnight Moss #181C1A
RGB
CMYK
RGB Variations
Color information
#181C1A (or 0x181C1A) is known color: Midnight Moss. HEX triplet: 18, 1C and 1A. RGB value is (24,28,26). Sum of RGB (Red+Green+Blue) = 24+28+26=78 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.77% from 78); Green value is 28 (11.33% from 255 or 35.90% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 28 - color contains mainly: green. Hex color #181C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181C1A is #E7E3E5. Grayscale: #1A1A1A. Windows color (decimal): -15197158 or 1711128. OLE color: 1711128.
HSL color Cylindrical-coordinate representation of color #181C1A: hue angle of 150º degrees, saturation: 0.08, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #181C1A is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 28 | 26 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.89 |
| HSL | 150º | 0.08% | 0.1% | - |
| HSV(B) | 150º | 0.14% | 0.11% | - |
| XYZ | 0.98 | 1.1 | 1.14 | - |
| YUV | 26.58 | 127.67 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 26 | 0.14 | 0 | 0.07 | 0.89 | 150 | 0.08 | 0.1 |
| Hex | 18 | 1C | 1A | E | 0 | 7 | 59 | 96 | 8 | A |
| Octal | 30 | 34 | 32 | 16 | 0 | 7 | 131 | 226 | 10 | 12 |
| Binary | 11000 | 11100 | 11010 | 1110 | 0 | 111 | 1011001 | 10010110 | 1000 | 1010 |
Color Harmonies of #181C1A
Complementary color
Monochromatic Colors of #181C1A
Black with #181C1A
Text Example
Text Example
White with #181C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181C1A; }
p { color: rgb(24,28,26); }
H1.HeaderClassName
{
color: #181C1A;
}
.AnyTagClassName
{
color: #181C1A;
}
</style>
background-color css
<style>
a { background-color: #181C1A; }
a { background-color: rgb(24,28,26); }
div.DivClassName
{
background-color: #181C1A;
}
.BgClassName
{
background-color: #181C1A;
}
</style>
border-color css
<style>
span { border-color: #181C1A; }
span { border-color: rgb(24,28,26); }
td.TdClassName
{
border-color: #181C1A;
}
.TagClassName
{
border-color: #181C1A;
}
</style>