Shades of Midnight #213140
Tints of Midnight #213140
RGB
CMYK
RGB Variations
Color information
#213140 (or 0x213140) is known color: Midnight. HEX triplet: 21, 31 and 40. RGB value is (33,49,64). Sum of RGB (Red+Green+Blue) = 33+49+64=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 64 - color contains mainly: blue. Hex color #213140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213140 is #DECEBF. Grayscale: #2D2D2D. Windows color (decimal): -14601920 or 4206881. OLE color: 4206881.
HSL color Cylindrical-coordinate representation of color #213140: hue angle of 209.03º 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 #213140 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 49 | 64 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.75 |
| HSL | 209.03º | 0.32% | 0.19% | - |
| HSV(B) | 209.03º | 0.48% | 0.25% | - |
| XYZ | 2.65 | 2.89 | 5.27 | - |
| YUV | 45.93 | 138.2 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 64 | 0.48 | 0.23 | 0 | 0.75 | 209.03 | 0.32 | 0.19 |
| Hex | 21 | 31 | 40 | 30 | 17 | 0 | 4B | D1 | 20 | 13 |
| Octal | 41 | 61 | 100 | 60 | 27 | 0 | 113 | 321 | 40 | 23 |
| Binary | 100001 | 110001 | 1000000 | 110000 | 10111 | 0 | 1001011 | 11010001 | 100000 | 10011 |
Color Harmonies of #213140
Complementary color
Monochromatic Colors of #213140
Black with #213140
Text Example
Text Example
White with #213140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213140; }
p { color: rgb(33,49,64); }
H1.HeaderClassName
{
color: #213140;
}
.AnyTagClassName
{
color: #213140;
}
</style>
background-color css
<style>
a { background-color: #213140; }
a { background-color: rgb(33,49,64); }
div.DivClassName
{
background-color: #213140;
}
.BgClassName
{
background-color: #213140;
}
</style>
border-color css
<style>
span { border-color: #213140; }
span { border-color: rgb(33,49,64); }
td.TdClassName
{
border-color: #213140;
}
.TagClassName
{
border-color: #213140;
}
</style>