Shades of Midnight Express #212633
Tints of Midnight Express #212633
RGB
CMYK
RGB Variations
Color information
#212633 (or 0x212633) is known color: Midnight Express. HEX triplet: 21, 26 and 33. RGB value is (33,38,51). Sum of RGB (Red+Green+Blue) = 33+38+51=122 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.05% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 51 (20.31% from 255 or 41.80% from 122); Max value from RGB is 51 - color contains mainly: blue. Hex color #212633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212633 is #DED9CC. Grayscale: #252525. Windows color (decimal): -14604749 or 3352097. OLE color: 3352097.
HSL color Cylindrical-coordinate representation of color #212633: hue angle of 223.33º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #212633 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 33 | 38 | 51 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.8 |
| HSL | 223.33º | 0.21% | 0.16% | - |
| HSV(B) | 223.33º | 0.35% | 0.2% | - |
| XYZ | 1.92 | 1.95 | 3.41 | - |
| YUV | 37.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 38 | 51 | 0.35 | 0.25 | 0 | 0.8 | 223.33 | 0.21 | 0.16 |
| Hex | 21 | 26 | 33 | 23 | 19 | 0 | 50 | DF | 15 | 10 |
| Octal | 41 | 46 | 63 | 43 | 31 | 0 | 120 | 337 | 25 | 20 |
| Binary | 100001 | 100110 | 110011 | 100011 | 11001 | 0 | 1010000 | 11011111 | 10101 | 10000 |
Color Harmonies of #212633
Complementary color
Monochromatic Colors of #212633
Black with #212633
Text Example
Text Example
White with #212633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212633; }
p { color: rgb(33,38,51); }
H1.HeaderClassName
{
color: #212633;
}
.AnyTagClassName
{
color: #212633;
}
</style>
background-color css
<style>
a { background-color: #212633; }
a { background-color: rgb(33,38,51); }
div.DivClassName
{
background-color: #212633;
}
.BgClassName
{
background-color: #212633;
}
</style>
border-color css
<style>
span { border-color: #212633; }
span { border-color: rgb(33,38,51); }
td.TdClassName
{
border-color: #212633;
}
.TagClassName
{
border-color: #212633;
}
</style>