Shades of Midnight Express #212338
Tints of Midnight Express #212338
RGB
CMYK
RGB Variations
Color information
#212338 (or 0x212338) is known color: Midnight Express. HEX triplet: 21, 23 and 38. RGB value is (33,35,56). Sum of RGB (Red+Green+Blue) = 33+35+56=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 56 (22.27% from 255 or 45.16% from 124); Max value from RGB is 56 - color contains mainly: blue. Hex color #212338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212338 is #DEDCC7. Grayscale: #242424. Windows color (decimal): -14605512 or 3679009. OLE color: 3679009.
HSL color Cylindrical-coordinate representation of color #212338: hue angle of 234.78º 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 #212338 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 35 | 56 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.78 |
| HSL | 234.78º | 0.26% | 0.17% | - |
| HSV(B) | 234.78º | 0.41% | 0.22% | - |
| XYZ | 1.94 | 1.81 | 3.99 | - |
| YUV | 36.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 35 | 56 | 0.41 | 0.37 | 0 | 0.78 | 234.78 | 0.26 | 0.17 |
| Hex | 21 | 23 | 38 | 29 | 25 | 0 | 4E | EB | 1A | 11 |
| Octal | 41 | 43 | 70 | 51 | 45 | 0 | 116 | 353 | 32 | 21 |
| Binary | 100001 | 100011 | 111000 | 101001 | 100101 | 0 | 1001110 | 11101011 | 11010 | 10001 |
Color Harmonies of #212338
Complementary color
Monochromatic Colors of #212338
Black with #212338
Text Example
Text Example
White with #212338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212338; }
p { color: rgb(33,35,56); }
H1.HeaderClassName
{
color: #212338;
}
.AnyTagClassName
{
color: #212338;
}
</style>
background-color css
<style>
a { background-color: #212338; }
a { background-color: rgb(33,35,56); }
div.DivClassName
{
background-color: #212338;
}
.BgClassName
{
background-color: #212338;
}
</style>
border-color css
<style>
span { border-color: #212338; }
span { border-color: rgb(33,35,56); }
td.TdClassName
{
border-color: #212338;
}
.TagClassName
{
border-color: #212338;
}
</style>