Shades of Midnight Express #212946
Tints of Midnight Express #212946
RGB
CMYK
RGB Variations
Color information
#212946 (or 0x212946) is known color: Midnight Express. HEX triplet: 21, 29 and 46. RGB value is (33,41,70). Sum of RGB (Red+Green+Blue) = 33+41+70=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 70 (27.73% from 255 or 48.61% from 144); Max value from RGB is 70 - color contains mainly: blue. Hex color #212946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212946 is #DED6B9. Grayscale: #292929. Windows color (decimal): -14603962 or 4598049. OLE color: 4598049.
HSL color Cylindrical-coordinate representation of color #212946: hue angle of 227.03º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #212946 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 41 | 70 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.73 |
| HSL | 227.03º | 0.36% | 0.2% | - |
| HSV(B) | 227.03º | 0.53% | 0.27% | - |
| XYZ | 2.53 | 2.35 | 6.12 | - |
| YUV | 41.91 | 143.85 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 70 | 0.53 | 0.41 | 0 | 0.73 | 227.03 | 0.36 | 0.2 |
| Hex | 21 | 29 | 46 | 35 | 29 | 0 | 49 | E3 | 24 | 14 |
| Octal | 41 | 51 | 106 | 65 | 51 | 0 | 111 | 343 | 44 | 24 |
| Binary | 100001 | 101001 | 1000110 | 110101 | 101001 | 0 | 1001001 | 11100011 | 100100 | 10100 |
Color Harmonies of #212946
Complementary color
Monochromatic Colors of #212946
Black with #212946
Text Example
Text Example
White with #212946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212946; }
p { color: rgb(33,41,70); }
H1.HeaderClassName
{
color: #212946;
}
.AnyTagClassName
{
color: #212946;
}
</style>
background-color css
<style>
a { background-color: #212946; }
a { background-color: rgb(33,41,70); }
div.DivClassName
{
background-color: #212946;
}
.BgClassName
{
background-color: #212946;
}
</style>
border-color css
<style>
span { border-color: #212946; }
span { border-color: rgb(33,41,70); }
td.TdClassName
{
border-color: #212946;
}
.TagClassName
{
border-color: #212946;
}
</style>