Shades of Midnight #212B3A
Tints of Midnight #212B3A
RGB
CMYK
RGB Variations
Color information
#212B3A (or 0x212B3A) is known color: Midnight. HEX triplet: 21, 2B and 3A. RGB value is (33,43,58). Sum of RGB (Red+Green+Blue) = 33+43+58=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 43 (17.19% from 255 or 32.09% from 134); Blue value is 58 (23.05% from 255 or 43.28% from 134); Max value from RGB is 58 - color contains mainly: blue. Hex color #212B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212B3A is #DED4C5. Grayscale: #292929. Windows color (decimal): -14603462 or 3812129. OLE color: 3812129.
HSL color Cylindrical-coordinate representation of color #212B3A: hue angle of 216º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #212B3A is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 33 | 43 | 58 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.77 |
| HSL | 216º | 0.27% | 0.18% | - |
| HSV(B) | 216º | 0.43% | 0.23% | - |
| XYZ | 2.25 | 2.36 | 4.34 | - |
| YUV | 41.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 58 | 0.43 | 0.26 | 0 | 0.77 | 216 | 0.27 | 0.18 |
| Hex | 21 | 2B | 3A | 2B | 1A | 0 | 4D | D8 | 1B | 12 |
| Octal | 41 | 53 | 72 | 53 | 32 | 0 | 115 | 330 | 33 | 22 |
| Binary | 100001 | 101011 | 111010 | 101011 | 11010 | 0 | 1001101 | 11011000 | 11011 | 10010 |
Color Harmonies of #212B3A
Complementary color
Monochromatic Colors of #212B3A
Black with #212B3A
Text Example
Text Example
White with #212B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212B3A; }
p { color: rgb(33,43,58); }
H1.HeaderClassName
{
color: #212B3A;
}
.AnyTagClassName
{
color: #212B3A;
}
</style>
background-color css
<style>
a { background-color: #212B3A; }
a { background-color: rgb(33,43,58); }
div.DivClassName
{
background-color: #212B3A;
}
.BgClassName
{
background-color: #212B3A;
}
</style>
border-color css
<style>
span { border-color: #212B3A; }
span { border-color: rgb(33,43,58); }
td.TdClassName
{
border-color: #212B3A;
}
.TagClassName
{
border-color: #212B3A;
}
</style>