Shades of Midnight Express #212A43
Tints of Midnight Express #212A43
RGB
CMYK
RGB Variations
Color information
#212A43 (or 0x212A43) is known color: Midnight Express. HEX triplet: 21, 2A and 43. RGB value is (33,42,67). Sum of RGB (Red+Green+Blue) = 33+42+67=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 67 (26.56% from 255 or 47.18% from 142); Max value from RGB is 67 - color contains mainly: blue. Hex color #212A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212A43 is #DED5BC. Grayscale: #2A2A2A. Windows color (decimal): -14603709 or 4401697. OLE color: 4401697.
HSL color Cylindrical-coordinate representation of color #212A43: hue angle of 224.12º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #212A43 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 42 | 67 | - |
| CMYK | 0.51 | 0.37 | 0 | 0.74 |
| HSL | 224.12º | 0.34% | 0.2% | - |
| HSV(B) | 224.12º | 0.51% | 0.26% | - |
| XYZ | 2.47 | 2.38 | 5.64 | - |
| YUV | 42.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 67 | 0.51 | 0.37 | 0 | 0.74 | 224.12 | 0.34 | 0.2 |
| Hex | 21 | 2A | 43 | 33 | 25 | 0 | 4A | E0 | 22 | 14 |
| Octal | 41 | 52 | 103 | 63 | 45 | 0 | 112 | 340 | 42 | 24 |
| Binary | 100001 | 101010 | 1000011 | 110011 | 100101 | 0 | 1001010 | 11100000 | 100010 | 10100 |
Color Harmonies of #212A43
Complementary color
Monochromatic Colors of #212A43
Black with #212A43
Text Example
Text Example
White with #212A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212A43; }
p { color: rgb(33,42,67); }
H1.HeaderClassName
{
color: #212A43;
}
.AnyTagClassName
{
color: #212A43;
}
</style>
background-color css
<style>
a { background-color: #212A43; }
a { background-color: rgb(33,42,67); }
div.DivClassName
{
background-color: #212A43;
}
.BgClassName
{
background-color: #212A43;
}
</style>
border-color css
<style>
span { border-color: #212A43; }
span { border-color: rgb(33,42,67); }
td.TdClassName
{
border-color: #212A43;
}
.TagClassName
{
border-color: #212A43;
}
</style>