Shades of Midnight Express #222838
Tints of Midnight Express #222838
RGB
CMYK
RGB Variations
Color information
#222838 (or 0x222838) is known color: Midnight Express. HEX triplet: 22, 28 and 38. RGB value is (34,40,56). Sum of RGB (Red+Green+Blue) = 34+40+56=130 (17% of max value = 765). Red value is 34 (13.67% from 255 or 26.15% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 56 (22.27% from 255 or 43.08% from 130); Max value from RGB is 56 - color contains mainly: blue. Hex color #222838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222838 is #DDD7C7. Grayscale: #272727. Windows color (decimal): -14538696 or 3680290. OLE color: 3680290.
HSL color Cylindrical-coordinate representation of color #222838: hue angle of 223.64º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #222838 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 34 | 40 | 56 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.78 |
| HSL | 223.64º | 0.24% | 0.18% | - |
| HSV(B) | 223.64º | 0.39% | 0.22% | - |
| XYZ | 2.13 | 2.14 | 4.04 | - |
| YUV | 40.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 40 | 56 | 0.39 | 0.29 | 0 | 0.78 | 223.64 | 0.24 | 0.18 |
| Hex | 22 | 28 | 38 | 27 | 1D | 0 | 4E | E0 | 18 | 12 |
| Octal | 42 | 50 | 70 | 47 | 35 | 0 | 116 | 340 | 30 | 22 |
| Binary | 100010 | 101000 | 111000 | 100111 | 11101 | 0 | 1001110 | 11100000 | 11000 | 10010 |
Color Harmonies of #222838
Complementary color
Monochromatic Colors of #222838
Black with #222838
Text Example
Text Example
White with #222838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222838; }
p { color: rgb(34,40,56); }
H1.HeaderClassName
{
color: #222838;
}
.AnyTagClassName
{
color: #222838;
}
</style>
background-color css
<style>
a { background-color: #222838; }
a { background-color: rgb(34,40,56); }
div.DivClassName
{
background-color: #222838;
}
.BgClassName
{
background-color: #222838;
}
</style>
border-color css
<style>
span { border-color: #222838; }
span { border-color: rgb(34,40,56); }
td.TdClassName
{
border-color: #222838;
}
.TagClassName
{
border-color: #222838;
}
</style>