Shades of Midnight Express #212239
Tints of Midnight Express #212239
RGB
CMYK
RGB Variations
Color information
#212239 (or 0x212239) is known color: Midnight Express. HEX triplet: 21, 22 and 39. RGB value is (33,34,57). Sum of RGB (Red+Green+Blue) = 33+34+57=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 57 (22.66% from 255 or 45.97% from 124); Max value from RGB is 57 - color contains mainly: blue. Hex color #212239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212239 is #DEDDC6. Grayscale: #242424. Windows color (decimal): -14605767 or 3744289. OLE color: 3744289.
HSL color Cylindrical-coordinate representation of color #212239: hue angle of 237.5º 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 #212239 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 34 | 57 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.78 |
| HSL | 237.5º | 0.27% | 0.18% | - |
| HSV(B) | 237.5º | 0.42% | 0.22% | - |
| XYZ | 1.94 | 1.76 | 4.11 | - |
| YUV | 36.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 34 | 57 | 0.42 | 0.40 | 0 | 0.78 | 237.5 | 0.27 | 0.18 |
| Hex | 21 | 22 | 39 | 2A | 28 | 0 | 4E | EE | 1B | 12 |
| Octal | 41 | 42 | 71 | 52 | 50 | 0 | 116 | 356 | 33 | 22 |
| Binary | 100001 | 100010 | 111001 | 101010 | 101000 | 0 | 1001110 | 11101110 | 11011 | 10010 |
Color Harmonies of #212239
Complementary color
Monochromatic Colors of #212239
Black with #212239
Text Example
Text Example
White with #212239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212239; }
p { color: rgb(33,34,57); }
H1.HeaderClassName
{
color: #212239;
}
.AnyTagClassName
{
color: #212239;
}
</style>
background-color css
<style>
a { background-color: #212239; }
a { background-color: rgb(33,34,57); }
div.DivClassName
{
background-color: #212239;
}
.BgClassName
{
background-color: #212239;
}
</style>
border-color css
<style>
span { border-color: #212239; }
span { border-color: rgb(33,34,57); }
td.TdClassName
{
border-color: #212239;
}
.TagClassName
{
border-color: #212239;
}
</style>