Shades of Midnight Express #212838
Tints of Midnight Express #212838
RGB
CMYK
RGB Variations
Color information
#212838 (or 0x212838) is known color: Midnight Express. HEX triplet: 21, 28 and 38. RGB value is (33,40,56). Sum of RGB (Red+Green+Blue) = 33+40+56=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 56 - color contains mainly: blue. Hex color #212838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212838 is #DED7C7. Grayscale: #272727. Windows color (decimal): -14604232 or 3680289. OLE color: 3680289.
HSL color Cylindrical-coordinate representation of color #212838: hue angle of 221.74º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #212838 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 40 | 56 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.78 |
| HSL | 221.74º | 0.26% | 0.17% | - |
| HSV(B) | 221.74º | 0.41% | 0.22% | - |
| XYZ | 2.1 | 2.13 | 4.04 | - |
| YUV | 39.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 40 | 56 | 0.41 | 0.29 | 0 | 0.78 | 221.74 | 0.26 | 0.17 |
| Hex | 21 | 28 | 38 | 29 | 1D | 0 | 4E | DE | 1A | 11 |
| Octal | 41 | 50 | 70 | 51 | 35 | 0 | 116 | 336 | 32 | 21 |
| Binary | 100001 | 101000 | 111000 | 101001 | 11101 | 0 | 1001110 | 11011110 | 11010 | 10001 |
Color Harmonies of #212838
Complementary color
Monochromatic Colors of #212838
Black with #212838
Text Example
Text Example
White with #212838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212838; }
p { color: rgb(33,40,56); }
H1.HeaderClassName
{
color: #212838;
}
.AnyTagClassName
{
color: #212838;
}
</style>
background-color css
<style>
a { background-color: #212838; }
a { background-color: rgb(33,40,56); }
div.DivClassName
{
background-color: #212838;
}
.BgClassName
{
background-color: #212838;
}
</style>
border-color css
<style>
span { border-color: #212838; }
span { border-color: rgb(33,40,56); }
td.TdClassName
{
border-color: #212838;
}
.TagClassName
{
border-color: #212838;
}
</style>