Shades of Midnight Express #212B42
Tints of Midnight Express #212B42
RGB
CMYK
RGB Variations
Color information
#212B42 (or 0x212B42) is known color: Midnight Express. HEX triplet: 21, 2B and 42. RGB value is (33,43,66). Sum of RGB (Red+Green+Blue) = 33+43+66=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 43 (17.19% from 255 or 30.28% from 142); Blue value is 66 (26.17% from 255 or 46.48% from 142); Max value from RGB is 66 - color contains mainly: blue. Hex color #212B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212B42 is #DED4BD. Grayscale: #2A2A2A. Windows color (decimal): -14603454 or 4336417. OLE color: 4336417.
HSL color Cylindrical-coordinate representation of color #212B42: hue angle of 221.82º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #212B42 is Cyan = 0.5, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 43 | 66 | - |
| CMYK | 0.5 | 0.35 | 0 | 0.74 |
| HSL | 221.82º | 0.33% | 0.19% | - |
| HSV(B) | 221.82º | 0.5% | 0.26% | - |
| XYZ | 2.47 | 2.44 | 5.5 | - |
| YUV | 42.63 | 141.19 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 66 | 0.5 | 0.35 | 0 | 0.74 | 221.82 | 0.33 | 0.19 |
| Hex | 21 | 2B | 42 | 32 | 23 | 0 | 4A | DE | 21 | 13 |
| Octal | 41 | 53 | 102 | 62 | 43 | 0 | 112 | 336 | 41 | 23 |
| Binary | 100001 | 101011 | 1000010 | 110010 | 100011 | 0 | 1001010 | 11011110 | 100001 | 10011 |
Color Harmonies of #212B42
Complementary color
Monochromatic Colors of #212B42
Black with #212B42
Text Example
Text Example
White with #212B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212B42; }
p { color: rgb(33,43,66); }
H1.HeaderClassName
{
color: #212B42;
}
.AnyTagClassName
{
color: #212B42;
}
</style>
background-color css
<style>
a { background-color: #212B42; }
a { background-color: rgb(33,43,66); }
div.DivClassName
{
background-color: #212B42;
}
.BgClassName
{
background-color: #212B42;
}
</style>
border-color css
<style>
span { border-color: #212B42; }
span { border-color: rgb(33,43,66); }
td.TdClassName
{
border-color: #212B42;
}
.TagClassName
{
border-color: #212B42;
}
</style>