Shades of Midnight Moss #222825
Tints of Midnight Moss #222825
RGB
CMYK
RGB Variations
Color information
#222825 (or 0x222825) is known color: Midnight Moss. HEX triplet: 22, 28 and 25. RGB value is (34,40,37). Sum of RGB (Red+Green+Blue) = 34+40+37=111 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.63% from 111); Green value is 40 (16.02% from 255 or 36.04% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 40 - color contains mainly: green. Hex color #222825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222825 is #DDD7DA. Grayscale: #252525. Windows color (decimal): -14538715 or 2435106. OLE color: 2435106.
HSL color Cylindrical-coordinate representation of color #222825: hue angle of 150º degrees, saturation: 0.08, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #222825 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 34 | 40 | 37 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.84 |
| HSL | 150º | 0.08% | 0.15% | - |
| HSV(B) | 150º | 0.15% | 0.16% | - |
| XYZ | 1.75 | 1.99 | 2.04 | - |
| YUV | 37.86 | 127.51 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 40 | 37 | 0.15 | 0 | 0.07 | 0.84 | 150 | 0.08 | 0.15 |
| Hex | 22 | 28 | 25 | F | 0 | 7 | 54 | 96 | 8 | F |
| Octal | 42 | 50 | 45 | 17 | 0 | 7 | 124 | 226 | 10 | 17 |
| Binary | 100010 | 101000 | 100101 | 1111 | 0 | 111 | 1010100 | 10010110 | 1000 | 1111 |
Color Harmonies of #222825
Complementary color
Monochromatic Colors of #222825
Black with #222825
Text Example
Text Example
White with #222825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222825; }
p { color: rgb(34,40,37); }
H1.HeaderClassName
{
color: #222825;
}
.AnyTagClassName
{
color: #222825;
}
</style>
background-color css
<style>
a { background-color: #222825; }
a { background-color: rgb(34,40,37); }
div.DivClassName
{
background-color: #222825;
}
.BgClassName
{
background-color: #222825;
}
</style>
border-color css
<style>
span { border-color: #222825; }
span { border-color: rgb(34,40,37); }
td.TdClassName
{
border-color: #222825;
}
.TagClassName
{
border-color: #222825;
}
</style>