Shades of Midnight Moss #222C27
Tints of Midnight Moss #222C27
RGB
CMYK
RGB Variations
Color information
#222C27 (or 0x222C27) is known color: Midnight Moss. HEX triplet: 22, 2C and 27. RGB value is (34,44,39). Sum of RGB (Red+Green+Blue) = 34+44+39=117 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.06% from 117); Green value is 44 (17.58% from 255 or 37.61% from 117); Blue value is 39 (15.62% from 255 or 33.33% from 117); Max value from RGB is 44 - color contains mainly: green. Hex color #222C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222C27 is #DDD3D8. Grayscale: #282828. Windows color (decimal): -14537689 or 2567202. OLE color: 2567202.
HSL color Cylindrical-coordinate representation of color #222C27: hue angle of 150º degrees, saturation: 0.13, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #222C27 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 34 | 44 | 39 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.83 |
| HSL | 150º | 0.13% | 0.15% | - |
| HSV(B) | 150º | 0.23% | 0.17% | - |
| XYZ | 1.93 | 2.29 | 2.26 | - |
| YUV | 40.44 | 127.19 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 44 | 39 | 0.23 | 0 | 0.11 | 0.83 | 150 | 0.13 | 0.15 |
| Hex | 22 | 2C | 27 | 17 | 0 | B | 53 | 96 | D | F |
| Octal | 42 | 54 | 47 | 27 | 0 | 13 | 123 | 226 | 15 | 17 |
| Binary | 100010 | 101100 | 100111 | 10111 | 0 | 1011 | 1010011 | 10010110 | 1101 | 1111 |
Color Harmonies of #222C27
Complementary color
Monochromatic Colors of #222C27
Black with #222C27
Text Example
Text Example
White with #222C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222C27; }
p { color: rgb(34,44,39); }
H1.HeaderClassName
{
color: #222C27;
}
.AnyTagClassName
{
color: #222C27;
}
</style>
background-color css
<style>
a { background-color: #222C27; }
a { background-color: rgb(34,44,39); }
div.DivClassName
{
background-color: #222C27;
}
.BgClassName
{
background-color: #222C27;
}
</style>
border-color css
<style>
span { border-color: #222C27; }
span { border-color: rgb(34,44,39); }
td.TdClassName
{
border-color: #222C27;
}
.TagClassName
{
border-color: #222C27;
}
</style>