Shades of Midnight Express #212738
Tints of Midnight Express #212738
RGB
CMYK
RGB Variations
Color information
#212738 (or 0x212738) is known color: Midnight Express. HEX triplet: 21, 27 and 38. RGB value is (33,39,56). Sum of RGB (Red+Green+Blue) = 33+39+56=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 56 - color contains mainly: blue. Hex color #212738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212738 is #DED8C7. Grayscale: #272727. Windows color (decimal): -14604488 or 3680033. OLE color: 3680033.
HSL color Cylindrical-coordinate representation of color #212738: hue angle of 224.35º 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 #212738 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 39 | 56 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.78 |
| HSL | 224.35º | 0.26% | 0.17% | - |
| HSV(B) | 224.35º | 0.41% | 0.22% | - |
| XYZ | 2.07 | 2.06 | 4.03 | - |
| YUV | 39.14 | 137.51 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 56 | 0.41 | 0.30 | 0 | 0.78 | 224.35 | 0.26 | 0.17 |
| Hex | 21 | 27 | 38 | 29 | 1E | 0 | 4E | E0 | 1A | 11 |
| Octal | 41 | 47 | 70 | 51 | 36 | 0 | 116 | 340 | 32 | 21 |
| Binary | 100001 | 100111 | 111000 | 101001 | 11110 | 0 | 1001110 | 11100000 | 11010 | 10001 |
Color Harmonies of #212738
Complementary color
Monochromatic Colors of #212738
Black with #212738
Text Example
Text Example
White with #212738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212738; }
p { color: rgb(33,39,56); }
H1.HeaderClassName
{
color: #212738;
}
.AnyTagClassName
{
color: #212738;
}
</style>
background-color css
<style>
a { background-color: #212738; }
a { background-color: rgb(33,39,56); }
div.DivClassName
{
background-color: #212738;
}
.BgClassName
{
background-color: #212738;
}
</style>
border-color css
<style>
span { border-color: #212738; }
span { border-color: rgb(33,39,56); }
td.TdClassName
{
border-color: #212738;
}
.TagClassName
{
border-color: #212738;
}
</style>