Shades of Midnight Express #212734
Tints of Midnight Express #212734
RGB
CMYK
RGB Variations
Color information
#212734 (or 0x212734) is known color: Midnight Express. HEX triplet: 21, 27 and 34. RGB value is (33,39,52). Sum of RGB (Red+Green+Blue) = 33+39+52=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 52 (20.70% from 255 or 41.94% from 124); Max value from RGB is 52 - color contains mainly: blue. Hex color #212734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212734 is #DED8CB. Grayscale: #262626. Windows color (decimal): -14604492 or 3417889. OLE color: 3417889.
HSL color Cylindrical-coordinate representation of color #212734: hue angle of 221.05º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #212734 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 39 | 52 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.80 |
| HSL | 221.05º | 0.22% | 0.17% | - |
| HSV(B) | 221.05º | 0.37% | 0.2% | - |
| XYZ | 1.97 | 2.02 | 3.54 | - |
| YUV | 38.69 | 135.51 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 52 | 0.37 | 0.25 | 0 | 0.80 | 221.05 | 0.22 | 0.17 |
| Hex | 21 | 27 | 34 | 25 | 19 | 0 | 50 | DD | 16 | 11 |
| Octal | 41 | 47 | 64 | 45 | 31 | 0 | 120 | 335 | 26 | 21 |
| Binary | 100001 | 100111 | 110100 | 100101 | 11001 | 0 | 1010000 | 11011101 | 10110 | 10001 |
Color Harmonies of #212734
Complementary color
Monochromatic Colors of #212734
Black with #212734
Text Example
Text Example
White with #212734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212734; }
p { color: rgb(33,39,52); }
H1.HeaderClassName
{
color: #212734;
}
.AnyTagClassName
{
color: #212734;
}
</style>
background-color css
<style>
a { background-color: #212734; }
a { background-color: rgb(33,39,52); }
div.DivClassName
{
background-color: #212734;
}
.BgClassName
{
background-color: #212734;
}
</style>
border-color css
<style>
span { border-color: #212734; }
span { border-color: rgb(33,39,52); }
td.TdClassName
{
border-color: #212734;
}
.TagClassName
{
border-color: #212734;
}
</style>