Shades of Midnight Moss #223027
Tints of Midnight Moss #223027
RGB
CMYK
RGB Variations
Color information
#223027 (or 0x223027) is known color: Midnight Moss. HEX triplet: 22, 30 and 27. RGB value is (34,48,39). Sum of RGB (Red+Green+Blue) = 34+48+39=121 (16% of max value = 765). Red value is 34 (13.67% from 255 or 28.10% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 48 - color contains mainly: green. Hex color #223027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223027 is #DDCFD8. Grayscale: #2A2A2A. Windows color (decimal): -14536665 or 2568226. OLE color: 2568226.
HSL color Cylindrical-coordinate representation of color #223027: hue angle of 141.43º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #223027 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 34 | 48 | 39 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.81 |
| HSL | 141.43º | 0.17% | 0.16% | - |
| HSV(B) | 141.43º | 0.29% | 0.19% | - |
| XYZ | 2.08 | 2.6 | 2.31 | - |
| YUV | 42.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 48 | 39 | 0.29 | 0 | 0.19 | 0.81 | 141.43 | 0.17 | 0.16 |
| Hex | 22 | 30 | 27 | 1D | 0 | 13 | 51 | 8D | 11 | 10 |
| Octal | 42 | 60 | 47 | 35 | 0 | 23 | 121 | 215 | 21 | 20 |
| Binary | 100010 | 110000 | 100111 | 11101 | 0 | 10011 | 1010001 | 10001101 | 10001 | 10000 |
Color Harmonies of #223027
Complementary color
Monochromatic Colors of #223027
Black with #223027
Text Example
Text Example
White with #223027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223027; }
p { color: rgb(34,48,39); }
H1.HeaderClassName
{
color: #223027;
}
.AnyTagClassName
{
color: #223027;
}
</style>
background-color css
<style>
a { background-color: #223027; }
a { background-color: rgb(34,48,39); }
div.DivClassName
{
background-color: #223027;
}
.BgClassName
{
background-color: #223027;
}
</style>
border-color css
<style>
span { border-color: #223027; }
span { border-color: rgb(34,48,39); }
td.TdClassName
{
border-color: #223027;
}
.TagClassName
{
border-color: #223027;
}
</style>