Shades of Midnight Express #212837
Tints of Midnight Express #212837
RGB
CMYK
RGB Variations
Color information
#212837 (or 0x212837) is known color: Midnight Express. HEX triplet: 21, 28 and 37. RGB value is (33,40,55). Sum of RGB (Red+Green+Blue) = 33+40+55=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 55 (21.88% from 255 or 42.97% from 128); Max value from RGB is 55 - color contains mainly: blue. Hex color #212837 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212837 is #DED7C8. Grayscale: #272727. Windows color (decimal): -14604233 or 3614753. OLE color: 3614753.
HSL color Cylindrical-coordinate representation of color #212837: hue angle of 220.91º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #212837 is Cyan = 0.4, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 40 | 55 | - |
| CMYK | 0.4 | 0.27 | 0 | 0.78 |
| HSL | 220.91º | 0.25% | 0.17% | - |
| HSV(B) | 220.91º | 0.4% | 0.22% | - |
| XYZ | 2.08 | 2.12 | 3.91 | - |
| YUV | 39.62 | 136.68 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 40 | 55 | 0.4 | 0.27 | 0 | 0.78 | 220.91 | 0.25 | 0.17 |
| Hex | 21 | 28 | 37 | 28 | 1B | 0 | 4E | DD | 19 | 11 |
| Octal | 41 | 50 | 67 | 50 | 33 | 0 | 116 | 335 | 31 | 21 |
| Binary | 100001 | 101000 | 110111 | 101000 | 11011 | 0 | 1001110 | 11011101 | 11001 | 10001 |
Color Harmonies of #212837
Complementary color
Monochromatic Colors of #212837
Black with #212837
Text Example
Text Example
White with #212837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212837; }
p { color: rgb(33,40,55); }
H1.HeaderClassName
{
color: #212837;
}
.AnyTagClassName
{
color: #212837;
}
</style>
background-color css
<style>
a { background-color: #212837; }
a { background-color: rgb(33,40,55); }
div.DivClassName
{
background-color: #212837;
}
.BgClassName
{
background-color: #212837;
}
</style>
border-color css
<style>
span { border-color: #212837; }
span { border-color: rgb(33,40,55); }
td.TdClassName
{
border-color: #212837;
}
.TagClassName
{
border-color: #212837;
}
</style>