Shades of Midnight #212C38
Tints of Midnight #212C38
RGB
CMYK
RGB Variations
Color information
#212C38 (or 0x212C38) is known color: Midnight. HEX triplet: 21, 2C and 38. RGB value is (33,44,56). Sum of RGB (Red+Green+Blue) = 33+44+56=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 44 (17.58% from 255 or 33.08% from 133); Blue value is 56 (22.27% from 255 or 42.11% from 133); Max value from RGB is 56 - color contains mainly: blue. Hex color #212C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212C38 is #DED3C7. Grayscale: #2A2A2A. Windows color (decimal): -14603208 or 3681313. OLE color: 3681313.
HSL color Cylindrical-coordinate representation of color #212C38: hue angle of 211.3º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #212C38 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 44 | 56 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.78 |
| HSL | 211.3º | 0.26% | 0.17% | - |
| HSV(B) | 211.3º | 0.41% | 0.22% | - |
| XYZ | 2.24 | 2.41 | 4.09 | - |
| YUV | 42.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 44 | 56 | 0.41 | 0.21 | 0 | 0.78 | 211.3 | 0.26 | 0.17 |
| Hex | 21 | 2C | 38 | 29 | 15 | 0 | 4E | D3 | 1A | 11 |
| Octal | 41 | 54 | 70 | 51 | 25 | 0 | 116 | 323 | 32 | 21 |
| Binary | 100001 | 101100 | 111000 | 101001 | 10101 | 0 | 1001110 | 11010011 | 11010 | 10001 |
Color Harmonies of #212C38
Complementary color
Monochromatic Colors of #212C38
Black with #212C38
Text Example
Text Example
White with #212C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212C38; }
p { color: rgb(33,44,56); }
H1.HeaderClassName
{
color: #212C38;
}
.AnyTagClassName
{
color: #212C38;
}
</style>
background-color css
<style>
a { background-color: #212C38; }
a { background-color: rgb(33,44,56); }
div.DivClassName
{
background-color: #212C38;
}
.BgClassName
{
background-color: #212C38;
}
</style>
border-color css
<style>
span { border-color: #212C38; }
span { border-color: rgb(33,44,56); }
td.TdClassName
{
border-color: #212C38;
}
.TagClassName
{
border-color: #212C38;
}
</style>