Shades of Midnight Moss #161D19
Tints of Midnight Moss #161D19
RGB
CMYK
RGB Variations
Color information
#161D19 (or 0x161D19) is known color: Midnight Moss. HEX triplet: 16, 1D and 19. RGB value is (22,29,25). Sum of RGB (Red+Green+Blue) = 22+29+25=76 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.95% from 76); Green value is 29 (11.72% from 255 or 38.16% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 29 - color contains mainly: green. Hex color #161D19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161D19 is #E9E2E6. Grayscale: #1A1A1A. Windows color (decimal): -15327975 or 1645846. OLE color: 1645846.
HSL color Cylindrical-coordinate representation of color #161D19: hue angle of 145.71º degrees, saturation: 0.14, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #161D19 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 22 | 29 | 25 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.89 |
| HSL | 145.71º | 0.14% | 0.1% | - |
| HSV(B) | 145.71º | 0.24% | 0.11% | - |
| XYZ | 0.95 | 1.12 | 1.09 | - |
| YUV | 26.45 | 127.18 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 29 | 25 | 0.24 | 0 | 0.14 | 0.89 | 145.71 | 0.14 | 0.1 |
| Hex | 16 | 1D | 19 | 18 | 0 | E | 59 | 92 | E | A |
| Octal | 26 | 35 | 31 | 30 | 0 | 16 | 131 | 222 | 16 | 12 |
| Binary | 10110 | 11101 | 11001 | 11000 | 0 | 1110 | 1011001 | 10010010 | 1110 | 1010 |
Color Harmonies of #161D19
Complementary color
Monochromatic Colors of #161D19
Black with #161D19
Text Example
Text Example
White with #161D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161D19; }
p { color: rgb(22,29,25); }
H1.HeaderClassName
{
color: #161D19;
}
.AnyTagClassName
{
color: #161D19;
}
</style>
background-color css
<style>
a { background-color: #161D19; }
a { background-color: rgb(22,29,25); }
div.DivClassName
{
background-color: #161D19;
}
.BgClassName
{
background-color: #161D19;
}
</style>
border-color css
<style>
span { border-color: #161D19; }
span { border-color: rgb(22,29,25); }
td.TdClassName
{
border-color: #161D19;
}
.TagClassName
{
border-color: #161D19;
}
</style>