Shades of Midnight Express #21273E
Tints of Midnight Express #21273E
RGB
CMYK
RGB Variations
Color information
#21273E (or 0x21273E) is known color: Midnight Express. HEX triplet: 21, 27 and 3E. RGB value is (33,39,62). Sum of RGB (Red+Green+Blue) = 33+39+62=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 39 (15.62% from 255 or 29.10% from 134); Blue value is 62 (24.61% from 255 or 46.27% from 134); Max value from RGB is 62 - color contains mainly: blue. Hex color #21273E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21273E is #DED8C1. Grayscale: #272727. Windows color (decimal): -14604482 or 4073249. OLE color: 4073249.
HSL color Cylindrical-coordinate representation of color #21273E: hue angle of 227.59º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #21273E is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 39 | 62 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.76 |
| HSL | 227.59º | 0.31% | 0.19% | - |
| HSV(B) | 227.59º | 0.47% | 0.24% | - |
| XYZ | 2.22 | 2.12 | 4.85 | - |
| YUV | 39.83 | 140.51 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 62 | 0.47 | 0.37 | 0 | 0.76 | 227.59 | 0.31 | 0.19 |
| Hex | 21 | 27 | 3E | 2F | 25 | 0 | 4C | E4 | 1F | 13 |
| Octal | 41 | 47 | 76 | 57 | 45 | 0 | 114 | 344 | 37 | 23 |
| Binary | 100001 | 100111 | 111110 | 101111 | 100101 | 0 | 1001100 | 11100100 | 11111 | 10011 |
Color Harmonies of #21273E
Complementary color
Monochromatic Colors of #21273E
Black with #21273E
Text Example
Text Example
White with #21273E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21273E; }
p { color: rgb(33,39,62); }
H1.HeaderClassName
{
color: #21273E;
}
.AnyTagClassName
{
color: #21273E;
}
</style>
background-color css
<style>
a { background-color: #21273E; }
a { background-color: rgb(33,39,62); }
div.DivClassName
{
background-color: #21273E;
}
.BgClassName
{
background-color: #21273E;
}
</style>
border-color css
<style>
span { border-color: #21273E; }
span { border-color: rgb(33,39,62); }
td.TdClassName
{
border-color: #21273E;
}
.TagClassName
{
border-color: #21273E;
}
</style>