Shades of Midnight Express #202138
Tints of Midnight Express #202138
RGB
CMYK
RGB Variations
Color information
#202138 (or 0x202138) is known color: Midnight Express. HEX triplet: 20, 21 and 38. RGB value is (32,33,56). Sum of RGB (Red+Green+Blue) = 32+33+56=121 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.45% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 56 (22.27% from 255 or 46.28% from 121); Max value from RGB is 56 - color contains mainly: blue. Hex color #202138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202138 is #DFDEC7. Grayscale: #232323. Windows color (decimal): -14671560 or 3678496. OLE color: 3678496.
HSL color Cylindrical-coordinate representation of color #202138: hue angle of 237.5º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #202138 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 33 | 56 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.78 |
| HSL | 237.5º | 0.27% | 0.17% | - |
| HSV(B) | 237.5º | 0.43% | 0.22% | - |
| XYZ | 1.85 | 1.68 | 3.97 | - |
| YUV | 35.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 56 | 0.43 | 0.41 | 0 | 0.78 | 237.5 | 0.27 | 0.17 |
| Hex | 20 | 21 | 38 | 2B | 29 | 0 | 4E | EE | 1B | 11 |
| Octal | 40 | 41 | 70 | 53 | 51 | 0 | 116 | 356 | 33 | 21 |
| Binary | 100000 | 100001 | 111000 | 101011 | 101001 | 0 | 1001110 | 11101110 | 11011 | 10001 |
Color Harmonies of #202138
Complementary color
Monochromatic Colors of #202138
Black with #202138
Text Example
Text Example
White with #202138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202138; }
p { color: rgb(32,33,56); }
H1.HeaderClassName
{
color: #202138;
}
.AnyTagClassName
{
color: #202138;
}
</style>
background-color css
<style>
a { background-color: #202138; }
a { background-color: rgb(32,33,56); }
div.DivClassName
{
background-color: #202138;
}
.BgClassName
{
background-color: #202138;
}
</style>
border-color css
<style>
span { border-color: #202138; }
span { border-color: rgb(32,33,56); }
td.TdClassName
{
border-color: #202138;
}
.TagClassName
{
border-color: #202138;
}
</style>