Shades of Midnight Express #212939
Tints of Midnight Express #212939
RGB
CMYK
RGB Variations
Color information
#212939 (or 0x212939) is known color: Midnight Express. HEX triplet: 21, 29 and 39. RGB value is (33,41,57). Sum of RGB (Red+Green+Blue) = 33+41+57=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 57 (22.66% from 255 or 43.51% from 131); Max value from RGB is 57 - color contains mainly: blue. Hex color #212939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212939 is #DED6C6. Grayscale: #282828. Windows color (decimal): -14603975 or 3746081. OLE color: 3746081.
HSL color Cylindrical-coordinate representation of color #212939: hue angle of 220º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #212939 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 41 | 57 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.78 |
| HSL | 220º | 0.27% | 0.18% | - |
| HSV(B) | 220º | 0.42% | 0.22% | - |
| XYZ | 2.16 | 2.2 | 4.18 | - |
| YUV | 40.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 57 | 0.42 | 0.28 | 0 | 0.78 | 220 | 0.27 | 0.18 |
| Hex | 21 | 29 | 39 | 2A | 1C | 0 | 4E | DC | 1B | 12 |
| Octal | 41 | 51 | 71 | 52 | 34 | 0 | 116 | 334 | 33 | 22 |
| Binary | 100001 | 101001 | 111001 | 101010 | 11100 | 0 | 1001110 | 11011100 | 11011 | 10010 |
Color Harmonies of #212939
Complementary color
Monochromatic Colors of #212939
Black with #212939
Text Example
Text Example
White with #212939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212939; }
p { color: rgb(33,41,57); }
H1.HeaderClassName
{
color: #212939;
}
.AnyTagClassName
{
color: #212939;
}
</style>
background-color css
<style>
a { background-color: #212939; }
a { background-color: rgb(33,41,57); }
div.DivClassName
{
background-color: #212939;
}
.BgClassName
{
background-color: #212939;
}
</style>
border-color css
<style>
span { border-color: #212939; }
span { border-color: rgb(33,41,57); }
td.TdClassName
{
border-color: #212939;
}
.TagClassName
{
border-color: #212939;
}
</style>