Shades of Midnight Express #212B40
Tints of Midnight Express #212B40
RGB
CMYK
RGB Variations
Color information
#212B40 (or 0x212B40) is known color: Midnight Express. HEX triplet: 21, 2B and 40. RGB value is (33,43,64). Sum of RGB (Red+Green+Blue) = 33+43+64=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 43 (17.19% from 255 or 30.71% from 140); Blue value is 64 (25.39% from 255 or 45.71% from 140); Max value from RGB is 64 - color contains mainly: blue. Hex color #212B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212B40 is #DED4BF. Grayscale: #2A2A2A. Windows color (decimal): -14603456 or 4205345. OLE color: 4205345.
HSL color Cylindrical-coordinate representation of color #212B40: hue angle of 220.65º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #212B40 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 43 | 64 | - |
| CMYK | 0.48 | 0.33 | 0 | 0.75 |
| HSL | 220.65º | 0.32% | 0.19% | - |
| HSV(B) | 220.65º | 0.48% | 0.25% | - |
| XYZ | 2.42 | 2.42 | 5.19 | - |
| YUV | 42.4 | 140.19 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 64 | 0.48 | 0.33 | 0 | 0.75 | 220.65 | 0.32 | 0.19 |
| Hex | 21 | 2B | 40 | 30 | 21 | 0 | 4B | DD | 20 | 13 |
| Octal | 41 | 53 | 100 | 60 | 41 | 0 | 113 | 335 | 40 | 23 |
| Binary | 100001 | 101011 | 1000000 | 110000 | 100001 | 0 | 1001011 | 11011101 | 100000 | 10011 |
Color Harmonies of #212B40
Complementary color
Monochromatic Colors of #212B40
Black with #212B40
Text Example
Text Example
White with #212B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212B40; }
p { color: rgb(33,43,64); }
H1.HeaderClassName
{
color: #212B40;
}
.AnyTagClassName
{
color: #212B40;
}
</style>
background-color css
<style>
a { background-color: #212B40; }
a { background-color: rgb(33,43,64); }
div.DivClassName
{
background-color: #212B40;
}
.BgClassName
{
background-color: #212B40;
}
</style>
border-color css
<style>
span { border-color: #212B40; }
span { border-color: rgb(33,43,64); }
td.TdClassName
{
border-color: #212B40;
}
.TagClassName
{
border-color: #212B40;
}
</style>