Shades of Midnight Moss #141E18
Tints of Midnight Moss #141E18
RGB
CMYK
RGB Variations
Color information
#141E18 (or 0x141E18) is known color: Midnight Moss. HEX triplet: 14, 1E and 18. RGB value is (20,30,24). Sum of RGB (Red+Green+Blue) = 20+30+24=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 30 (12.11% from 255 or 40.54% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 30 - color contains mainly: green. Hex color #141E18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141E18 is #EBE1E7. Grayscale: #1A1A1A. Windows color (decimal): -15458792 or 1580564. OLE color: 1580564.
HSL color Cylindrical-coordinate representation of color #141E18: hue angle of 144º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #141E18 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 20 | 30 | 24 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.88 |
| HSL | 144º | 0.2% | 0.1% | - |
| HSV(B) | 144º | 0.33% | 0.12% | - |
| XYZ | 0.92 | 1.14 | 1.04 | - |
| YUV | 26.33 | 126.69 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 24 | 0.33 | 0 | 0.20 | 0.88 | 144 | 0.2 | 0.1 |
| Hex | 14 | 1E | 18 | 21 | 0 | 14 | 58 | 90 | 14 | A |
| Octal | 24 | 36 | 30 | 41 | 0 | 24 | 130 | 220 | 24 | 12 |
| Binary | 10100 | 11110 | 11000 | 100001 | 0 | 10100 | 1011000 | 10010000 | 10100 | 1010 |
Color Harmonies of #141E18
Complementary color
Monochromatic Colors of #141E18
Black with #141E18
Text Example
Text Example
White with #141E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E18; }
p { color: rgb(20,30,24); }
H1.HeaderClassName
{
color: #141E18;
}
.AnyTagClassName
{
color: #141E18;
}
</style>
background-color css
<style>
a { background-color: #141E18; }
a { background-color: rgb(20,30,24); }
div.DivClassName
{
background-color: #141E18;
}
.BgClassName
{
background-color: #141E18;
}
</style>
border-color css
<style>
span { border-color: #141E18; }
span { border-color: rgb(20,30,24); }
td.TdClassName
{
border-color: #141E18;
}
.TagClassName
{
border-color: #141E18;
}
</style>