Shades of Midnight Express #21273A
Tints of Midnight Express #21273A
RGB
CMYK
RGB Variations
Color information
#21273A (or 0x21273A) is known color: Midnight Express. HEX triplet: 21, 27 and 3A. RGB value is (33,39,58). Sum of RGB (Red+Green+Blue) = 33+39+58=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 58 - color contains mainly: blue. Hex color #21273A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21273A is #DED8C5. Grayscale: #272727. Windows color (decimal): -14604486 or 3811105. OLE color: 3811105.
HSL color Cylindrical-coordinate representation of color #21273A: hue angle of 225.6º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #21273A is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 33 | 39 | 58 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.77 |
| HSL | 225.6º | 0.27% | 0.18% | - |
| HSV(B) | 225.6º | 0.43% | 0.23% | - |
| XYZ | 2.12 | 2.08 | 4.29 | - |
| YUV | 39.37 | 138.51 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 58 | 0.43 | 0.33 | 0 | 0.77 | 225.6 | 0.27 | 0.18 |
| Hex | 21 | 27 | 3A | 2B | 21 | 0 | 4D | E2 | 1B | 12 |
| Octal | 41 | 47 | 72 | 53 | 41 | 0 | 115 | 342 | 33 | 22 |
| Binary | 100001 | 100111 | 111010 | 101011 | 100001 | 0 | 1001101 | 11100010 | 11011 | 10010 |
Color Harmonies of #21273A
Complementary color
Monochromatic Colors of #21273A
Black with #21273A
Text Example
Text Example
White with #21273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21273A; }
p { color: rgb(33,39,58); }
H1.HeaderClassName
{
color: #21273A;
}
.AnyTagClassName
{
color: #21273A;
}
</style>
background-color css
<style>
a { background-color: #21273A; }
a { background-color: rgb(33,39,58); }
div.DivClassName
{
background-color: #21273A;
}
.BgClassName
{
background-color: #21273A;
}
</style>
border-color css
<style>
span { border-color: #21273A; }
span { border-color: rgb(33,39,58); }
td.TdClassName
{
border-color: #21273A;
}
.TagClassName
{
border-color: #21273A;
}
</style>