Shades of Midnight Moss #161F1A
Tints of Midnight Moss #161F1A
RGB
CMYK
RGB Variations
Color information
#161F1A (or 0x161F1A) is known color: Midnight Moss. HEX triplet: 16, 1F and 1A. RGB value is (22,31,26). Sum of RGB (Red+Green+Blue) = 22+31+26=79 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.85% from 79); Green value is 31 (12.5% from 255 or 39.24% from 79); Blue value is 26 (10.55% from 255 or 32.91% from 79); Max value from RGB is 31 - color contains mainly: green. Hex color #161F1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161F1A is #E9E0E5. Grayscale: #1B1B1B. Windows color (decimal): -15327462 or 1711894. OLE color: 1711894.
HSL color Cylindrical-coordinate representation of color #161F1A: hue angle of 146.67º degrees, saturation: 0.17, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #161F1A is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 22 | 31 | 26 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.88 |
| HSL | 146.67º | 0.17% | 0.1% | - |
| HSV(B) | 146.67º | 0.29% | 0.12% | - |
| XYZ | 1.01 | 1.23 | 1.16 | - |
| YUV | 27.74 | 127.02 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 31 | 26 | 0.29 | 0 | 0.16 | 0.88 | 146.67 | 0.17 | 0.1 |
| Hex | 16 | 1F | 1A | 1D | 0 | 10 | 58 | 93 | 11 | A |
| Octal | 26 | 37 | 32 | 35 | 0 | 20 | 130 | 223 | 21 | 12 |
| Binary | 10110 | 11111 | 11010 | 11101 | 0 | 10000 | 1011000 | 10010011 | 10001 | 1010 |
Color Harmonies of #161F1A
Complementary color
Monochromatic Colors of #161F1A
Black with #161F1A
Text Example
Text Example
White with #161F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161F1A; }
p { color: rgb(22,31,26); }
H1.HeaderClassName
{
color: #161F1A;
}
.AnyTagClassName
{
color: #161F1A;
}
</style>
background-color css
<style>
a { background-color: #161F1A; }
a { background-color: rgb(22,31,26); }
div.DivClassName
{
background-color: #161F1A;
}
.BgClassName
{
background-color: #161F1A;
}
</style>
border-color css
<style>
span { border-color: #161F1A; }
span { border-color: rgb(22,31,26); }
td.TdClassName
{
border-color: #161F1A;
}
.TagClassName
{
border-color: #161F1A;
}
</style>