Shades of Midnight Moss #222C26
Tints of Midnight Moss #222C26
RGB
CMYK
RGB Variations
Color information
#222C26 (or 0x222C26) is known color: Midnight Moss. HEX triplet: 22, 2C and 26. RGB value is (34,44,38). Sum of RGB (Red+Green+Blue) = 34+44+38=116 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.31% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 38 (15.23% from 255 or 32.76% from 116); Max value from RGB is 44 - color contains mainly: green. Hex color #222C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222C26 is #DDD3D9. Grayscale: #282828. Windows color (decimal): -14537690 or 2501666. OLE color: 2501666.
HSL color Cylindrical-coordinate representation of color #222C26: hue angle of 144º 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 #222C26 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 34 | 44 | 38 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.83 |
| HSL | 144º | 0.13% | 0.15% | - |
| HSV(B) | 144º | 0.23% | 0.17% | - |
| XYZ | 1.91 | 2.28 | 2.17 | - |
| YUV | 40.33 | 126.69 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 44 | 38 | 0.23 | 0 | 0.14 | 0.83 | 144 | 0.13 | 0.15 |
| Hex | 22 | 2C | 26 | 17 | 0 | E | 53 | 90 | D | F |
| Octal | 42 | 54 | 46 | 27 | 0 | 16 | 123 | 220 | 15 | 17 |
| Binary | 100010 | 101100 | 100110 | 10111 | 0 | 1110 | 1010011 | 10010000 | 1101 | 1111 |
Color Harmonies of #222C26
Complementary color
Monochromatic Colors of #222C26
Black with #222C26
Text Example
Text Example
White with #222C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222C26; }
p { color: rgb(34,44,38); }
H1.HeaderClassName
{
color: #222C26;
}
.AnyTagClassName
{
color: #222C26;
}
</style>
background-color css
<style>
a { background-color: #222C26; }
a { background-color: rgb(34,44,38); }
div.DivClassName
{
background-color: #222C26;
}
.BgClassName
{
background-color: #222C26;
}
</style>
border-color css
<style>
span { border-color: #222C26; }
span { border-color: rgb(34,44,38); }
td.TdClassName
{
border-color: #222C26;
}
.TagClassName
{
border-color: #222C26;
}
</style>