Shades of Midnight Express #21293F
Tints of Midnight Express #21293F
RGB
CMYK
RGB Variations
Color information
#21293F (or 0x21293F) is known color: Midnight Express. HEX triplet: 21, 29 and 3F. RGB value is (33,41,63). Sum of RGB (Red+Green+Blue) = 33+41+63=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 63 (25% from 255 or 45.99% from 137); Max value from RGB is 63 - color contains mainly: blue. Hex color #21293F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21293F is #DED6C0. Grayscale: #292929. Windows color (decimal): -14603969 or 4139297. OLE color: 4139297.
HSL color Cylindrical-coordinate representation of color #21293F: hue angle of 224º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #21293F is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 41 | 63 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.75 |
| HSL | 224º | 0.31% | 0.19% | - |
| HSV(B) | 224º | 0.48% | 0.25% | - |
| XYZ | 2.32 | 2.27 | 5.02 | - |
| YUV | 41.12 | 140.35 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 63 | 0.48 | 0.35 | 0 | 0.75 | 224 | 0.31 | 0.19 |
| Hex | 21 | 29 | 3F | 30 | 23 | 0 | 4B | E0 | 1F | 13 |
| Octal | 41 | 51 | 77 | 60 | 43 | 0 | 113 | 340 | 37 | 23 |
| Binary | 100001 | 101001 | 111111 | 110000 | 100011 | 0 | 1001011 | 11100000 | 11111 | 10011 |
Color Harmonies of #21293F
Complementary color
Monochromatic Colors of #21293F
Black with #21293F
Text Example
Text Example
White with #21293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21293F; }
p { color: rgb(33,41,63); }
H1.HeaderClassName
{
color: #21293F;
}
.AnyTagClassName
{
color: #21293F;
}
</style>
background-color css
<style>
a { background-color: #21293F; }
a { background-color: rgb(33,41,63); }
div.DivClassName
{
background-color: #21293F;
}
.BgClassName
{
background-color: #21293F;
}
</style>
border-color css
<style>
span { border-color: #21293F; }
span { border-color: rgb(33,41,63); }
td.TdClassName
{
border-color: #21293F;
}
.TagClassName
{
border-color: #21293F;
}
</style>