Shades of Midnight Moss #16221B
Tints of Midnight Moss #16221B
RGB
CMYK
RGB Variations
Color information
#16221B (or 0x16221B) is known color: Midnight Moss. HEX triplet: 16, 22 and 1B. RGB value is (22,34,27). Sum of RGB (Red+Green+Blue) = 22+34+27=83 (10% of max value = 765). Red value is 22 (8.98% from 255 or 26.51% from 83); Green value is 34 (13.67% from 255 or 40.96% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 34 - color contains mainly: green. Hex color #16221B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16221B is #E9DDE4. Grayscale: #1D1D1D. Windows color (decimal): -15326693 or 1778198. OLE color: 1778198.
HSL color Cylindrical-coordinate representation of color #16221B: hue angle of 145º degrees, saturation: 0.21, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #16221B is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 22 | 34 | 27 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.87 |
| HSL | 145º | 0.21% | 0.11% | - |
| HSV(B) | 145º | 0.35% | 0.13% | - |
| XYZ | 1.1 | 1.39 | 1.25 | - |
| YUV | 29.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 34 | 27 | 0.35 | 0 | 0.21 | 0.87 | 145 | 0.21 | 0.11 |
| Hex | 16 | 22 | 1B | 23 | 0 | 15 | 57 | 91 | 15 | B |
| Octal | 26 | 42 | 33 | 43 | 0 | 25 | 127 | 221 | 25 | 13 |
| Binary | 10110 | 100010 | 11011 | 100011 | 0 | 10101 | 1010111 | 10010001 | 10101 | 1011 |
Color Harmonies of #16221B
Complementary color
Monochromatic Colors of #16221B
Black with #16221B
Text Example
Text Example
White with #16221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16221B; }
p { color: rgb(22,34,27); }
H1.HeaderClassName
{
color: #16221B;
}
.AnyTagClassName
{
color: #16221B;
}
</style>
background-color css
<style>
a { background-color: #16221B; }
a { background-color: rgb(22,34,27); }
div.DivClassName
{
background-color: #16221B;
}
.BgClassName
{
background-color: #16221B;
}
</style>
border-color css
<style>
span { border-color: #16221B; }
span { border-color: rgb(22,34,27); }
td.TdClassName
{
border-color: #16221B;
}
.TagClassName
{
border-color: #16221B;
}
</style>