Shades of Midnight #212B39
Tints of Midnight #212B39
RGB
CMYK
RGB Variations
Color information
#212B39 (or 0x212B39) is known color: Midnight. HEX triplet: 21, 2B and 39. RGB value is (33,43,57). Sum of RGB (Red+Green+Blue) = 33+43+57=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 43 (17.19% from 255 or 32.33% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 57 - color contains mainly: blue. Hex color #212B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212B39 is #DED4C6. Grayscale: #292929. Windows color (decimal): -14603463 or 3746593. OLE color: 3746593.
HSL color Cylindrical-coordinate representation of color #212B39: hue angle of 215º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #212B39 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 43 | 57 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.78 |
| HSL | 215º | 0.27% | 0.18% | - |
| HSV(B) | 215º | 0.42% | 0.22% | - |
| XYZ | 2.23 | 2.35 | 4.21 | - |
| YUV | 41.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 57 | 0.42 | 0.25 | 0 | 0.78 | 215 | 0.27 | 0.18 |
| Hex | 21 | 2B | 39 | 2A | 19 | 0 | 4E | D7 | 1B | 12 |
| Octal | 41 | 53 | 71 | 52 | 31 | 0 | 116 | 327 | 33 | 22 |
| Binary | 100001 | 101011 | 111001 | 101010 | 11001 | 0 | 1001110 | 11010111 | 11011 | 10010 |
Color Harmonies of #212B39
Complementary color
Monochromatic Colors of #212B39
Black with #212B39
Text Example
Text Example
White with #212B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212B39; }
p { color: rgb(33,43,57); }
H1.HeaderClassName
{
color: #212B39;
}
.AnyTagClassName
{
color: #212B39;
}
</style>
background-color css
<style>
a { background-color: #212B39; }
a { background-color: rgb(33,43,57); }
div.DivClassName
{
background-color: #212B39;
}
.BgClassName
{
background-color: #212B39;
}
</style>
border-color css
<style>
span { border-color: #212B39; }
span { border-color: rgb(33,43,57); }
td.TdClassName
{
border-color: #212B39;
}
.TagClassName
{
border-color: #212B39;
}
</style>