Shades of Midnight Express #212733
Tints of Midnight Express #212733
RGB
CMYK
RGB Variations
Color information
#212733 (or 0x212733) is known color: Midnight Express. HEX triplet: 21, 27 and 33. RGB value is (33,39,51). Sum of RGB (Red+Green+Blue) = 33+39+51=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 51 (20.31% from 255 or 41.46% from 123); Max value from RGB is 51 - color contains mainly: blue. Hex color #212733 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212733 is #DED8CC. Grayscale: #262626. Windows color (decimal): -14604493 or 3352353. OLE color: 3352353.
HSL color Cylindrical-coordinate representation of color #212733: hue angle of 220º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #212733 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 33 | 39 | 51 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.8 |
| HSL | 220º | 0.21% | 0.16% | - |
| HSV(B) | 220º | 0.35% | 0.2% | - |
| XYZ | 1.95 | 2.01 | 3.42 | - |
| YUV | 38.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 51 | 0.35 | 0.24 | 0 | 0.8 | 220 | 0.21 | 0.16 |
| Hex | 21 | 27 | 33 | 23 | 18 | 0 | 50 | DC | 15 | 10 |
| Octal | 41 | 47 | 63 | 43 | 30 | 0 | 120 | 334 | 25 | 20 |
| Binary | 100001 | 100111 | 110011 | 100011 | 11000 | 0 | 1010000 | 11011100 | 10101 | 10000 |
Color Harmonies of #212733
Complementary color
Monochromatic Colors of #212733
Black with #212733
Text Example
Text Example
White with #212733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212733; }
p { color: rgb(33,39,51); }
H1.HeaderClassName
{
color: #212733;
}
.AnyTagClassName
{
color: #212733;
}
</style>
background-color css
<style>
a { background-color: #212733; }
a { background-color: rgb(33,39,51); }
div.DivClassName
{
background-color: #212733;
}
.BgClassName
{
background-color: #212733;
}
</style>
border-color css
<style>
span { border-color: #212733; }
span { border-color: rgb(33,39,51); }
td.TdClassName
{
border-color: #212733;
}
.TagClassName
{
border-color: #212733;
}
</style>