Shades of Midnight Express #212735
Tints of Midnight Express #212735
RGB
CMYK
RGB Variations
Color information
#212735 (or 0x212735) is known color: Midnight Express. HEX triplet: 21, 27 and 35. RGB value is (33,39,53). Sum of RGB (Red+Green+Blue) = 33+39+53=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 39 (15.62% from 255 or 31.2% from 125); Blue value is 53 (21.09% from 255 or 42.4% from 125); Max value from RGB is 53 - color contains mainly: blue. Hex color #212735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212735 is #DED8CA. Grayscale: #262626. Windows color (decimal): -14604491 or 3483425. OLE color: 3483425.
HSL color Cylindrical-coordinate representation of color #212735: hue angle of 222º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #212735 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 33 | 39 | 53 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.79 |
| HSL | 222º | 0.23% | 0.17% | - |
| HSV(B) | 222º | 0.38% | 0.21% | - |
| XYZ | 2 | 2.03 | 3.66 | - |
| YUV | 38.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 53 | 0.38 | 0.26 | 0 | 0.79 | 222 | 0.23 | 0.17 |
| Hex | 21 | 27 | 35 | 26 | 1A | 0 | 4F | DE | 17 | 11 |
| Octal | 41 | 47 | 65 | 46 | 32 | 0 | 117 | 336 | 27 | 21 |
| Binary | 100001 | 100111 | 110101 | 100110 | 11010 | 0 | 1001111 | 11011110 | 10111 | 10001 |
Color Harmonies of #212735
Complementary color
Monochromatic Colors of #212735
Black with #212735
Text Example
Text Example
White with #212735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212735; }
p { color: rgb(33,39,53); }
H1.HeaderClassName
{
color: #212735;
}
.AnyTagClassName
{
color: #212735;
}
</style>
background-color css
<style>
a { background-color: #212735; }
a { background-color: rgb(33,39,53); }
div.DivClassName
{
background-color: #212735;
}
.BgClassName
{
background-color: #212735;
}
</style>
border-color css
<style>
span { border-color: #212735; }
span { border-color: rgb(33,39,53); }
td.TdClassName
{
border-color: #212735;
}
.TagClassName
{
border-color: #212735;
}
</style>