Shades of Midnight Express #212744
Tints of Midnight Express #212744
RGB
CMYK
RGB Variations
Color information
#212744 (or 0x212744) is known color: Midnight Express. HEX triplet: 21, 27 and 44. RGB value is (33,39,68). Sum of RGB (Red+Green+Blue) = 33+39+68=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 68 (26.95% from 255 or 48.57% from 140); Max value from RGB is 68 - color contains mainly: blue. Hex color #212744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212744 is #DED8BB. Grayscale: #282828. Windows color (decimal): -14604476 or 4466465. OLE color: 4466465.
HSL color Cylindrical-coordinate representation of color #212744: hue angle of 229.71º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #212744 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 39 | 68 | - |
| CMYK | 0.51 | 0.43 | 0 | 0.73 |
| HSL | 229.71º | 0.35% | 0.2% | - |
| HSV(B) | 229.71º | 0.51% | 0.27% | - |
| XYZ | 2.4 | 2.19 | 5.77 | - |
| YUV | 40.51 | 143.51 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 68 | 0.51 | 0.43 | 0 | 0.73 | 229.71 | 0.35 | 0.2 |
| Hex | 21 | 27 | 44 | 33 | 2B | 0 | 49 | E6 | 23 | 14 |
| Octal | 41 | 47 | 104 | 63 | 53 | 0 | 111 | 346 | 43 | 24 |
| Binary | 100001 | 100111 | 1000100 | 110011 | 101011 | 0 | 1001001 | 11100110 | 100011 | 10100 |
Color Harmonies of #212744
Complementary color
Monochromatic Colors of #212744
Black with #212744
Text Example
Text Example
White with #212744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212744; }
p { color: rgb(33,39,68); }
H1.HeaderClassName
{
color: #212744;
}
.AnyTagClassName
{
color: #212744;
}
</style>
background-color css
<style>
a { background-color: #212744; }
a { background-color: rgb(33,39,68); }
div.DivClassName
{
background-color: #212744;
}
.BgClassName
{
background-color: #212744;
}
</style>
border-color css
<style>
span { border-color: #212744; }
span { border-color: rgb(33,39,68); }
td.TdClassName
{
border-color: #212744;
}
.TagClassName
{
border-color: #212744;
}
</style>