Shades of Midnight Moss #161B18
Tints of Midnight Moss #161B18
RGB
CMYK
RGB Variations
Color information
#161B18 (or 0x161B18) is known color: Midnight Moss. HEX triplet: 16, 1B and 18. RGB value is (22,27,24). Sum of RGB (Red+Green+Blue) = 22+27+24=73 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.14% from 73); Green value is 27 (10.94% from 255 or 36.99% from 73); Blue value is 24 (9.77% from 255 or 32.88% from 73); Max value from RGB is 27 - color contains mainly: green. Hex color #161B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161B18 is #E9E4E7. Grayscale: #191919. Windows color (decimal): -15328488 or 1579798. OLE color: 1579798.
HSL color Cylindrical-coordinate representation of color #161B18: hue angle of 144º degrees, saturation: 0.1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #161B18 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 22 | 27 | 24 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.89 |
| HSL | 144º | 0.1% | 0.1% | - |
| HSV(B) | 144º | 0.19% | 0.11% | - |
| XYZ | 0.89 | 1.02 | 1.01 | - |
| YUV | 25.16 | 127.34 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 27 | 24 | 0.19 | 0 | 0.11 | 0.89 | 144 | 0.1 | 0.1 |
| Hex | 16 | 1B | 18 | 13 | 0 | B | 59 | 90 | A | A |
| Octal | 26 | 33 | 30 | 23 | 0 | 13 | 131 | 220 | 12 | 12 |
| Binary | 10110 | 11011 | 11000 | 10011 | 0 | 1011 | 1011001 | 10010000 | 1010 | 1010 |
Color Harmonies of #161B18
Complementary color
Monochromatic Colors of #161B18
Black with #161B18
Text Example
Text Example
White with #161B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161B18; }
p { color: rgb(22,27,24); }
H1.HeaderClassName
{
color: #161B18;
}
.AnyTagClassName
{
color: #161B18;
}
</style>
background-color css
<style>
a { background-color: #161B18; }
a { background-color: rgb(22,27,24); }
div.DivClassName
{
background-color: #161B18;
}
.BgClassName
{
background-color: #161B18;
}
</style>
border-color css
<style>
span { border-color: #161B18; }
span { border-color: rgb(22,27,24); }
td.TdClassName
{
border-color: #161B18;
}
.TagClassName
{
border-color: #161B18;
}
</style>