Shades of Midnight Express #212A3B
Tints of Midnight Express #212A3B
RGB
CMYK
RGB Variations
Color information
#212A3B (or 0x212A3B) is known color: Midnight Express. HEX triplet: 21, 2A and 3B. RGB value is (33,42,59). Sum of RGB (Red+Green+Blue) = 33+42+59=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 42 (16.80% from 255 or 31.34% from 134); Blue value is 59 (23.44% from 255 or 44.03% from 134); Max value from RGB is 59 - color contains mainly: blue. Hex color #212A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212A3B is #DED5C4. Grayscale: #292929. Windows color (decimal): -14603717 or 3877409. OLE color: 3877409.
HSL color Cylindrical-coordinate representation of color #212A3B: hue angle of 219.23º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #212A3B is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 33 | 42 | 59 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.77 |
| HSL | 219.23º | 0.28% | 0.18% | - |
| HSV(B) | 219.23º | 0.44% | 0.23% | - |
| XYZ | 2.24 | 2.3 | 4.46 | - |
| YUV | 41.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 59 | 0.44 | 0.29 | 0 | 0.77 | 219.23 | 0.28 | 0.18 |
| Hex | 21 | 2A | 3B | 2C | 1D | 0 | 4D | DB | 1C | 12 |
| Octal | 41 | 52 | 73 | 54 | 35 | 0 | 115 | 333 | 34 | 22 |
| Binary | 100001 | 101010 | 111011 | 101100 | 11101 | 0 | 1001101 | 11011011 | 11100 | 10010 |
Color Harmonies of #212A3B
Complementary color
Monochromatic Colors of #212A3B
Black with #212A3B
Text Example
Text Example
White with #212A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212A3B; }
p { color: rgb(33,42,59); }
H1.HeaderClassName
{
color: #212A3B;
}
.AnyTagClassName
{
color: #212A3B;
}
</style>
background-color css
<style>
a { background-color: #212A3B; }
a { background-color: rgb(33,42,59); }
div.DivClassName
{
background-color: #212A3B;
}
.BgClassName
{
background-color: #212A3B;
}
</style>
border-color css
<style>
span { border-color: #212A3B; }
span { border-color: rgb(33,42,59); }
td.TdClassName
{
border-color: #212A3B;
}
.TagClassName
{
border-color: #212A3B;
}
</style>