Shades of Midnight Express #21273F
Tints of Midnight Express #21273F
RGB
CMYK
RGB Variations
Color information
#21273F (or 0x21273F) is known color: Midnight Express. HEX triplet: 21, 27 and 3F. RGB value is (33,39,63). Sum of RGB (Red+Green+Blue) = 33+39+63=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 63 - color contains mainly: blue. Hex color #21273F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21273F is #DED8C0. Grayscale: #272727. Windows color (decimal): -14604481 or 4138785. OLE color: 4138785.
HSL color Cylindrical-coordinate representation of color #21273F: hue angle of 228º 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 #21273F is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 39 | 63 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.75 |
| HSL | 228º | 0.31% | 0.19% | - |
| HSV(B) | 228º | 0.48% | 0.25% | - |
| XYZ | 2.25 | 2.13 | 5 | - |
| YUV | 39.94 | 141.01 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 63 | 0.48 | 0.38 | 0 | 0.75 | 228 | 0.31 | 0.19 |
| Hex | 21 | 27 | 3F | 30 | 26 | 0 | 4B | E4 | 1F | 13 |
| Octal | 41 | 47 | 77 | 60 | 46 | 0 | 113 | 344 | 37 | 23 |
| Binary | 100001 | 100111 | 111111 | 110000 | 100110 | 0 | 1001011 | 11100100 | 11111 | 10011 |
Color Harmonies of #21273F
Complementary color
Monochromatic Colors of #21273F
Black with #21273F
Text Example
Text Example
White with #21273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21273F; }
p { color: rgb(33,39,63); }
H1.HeaderClassName
{
color: #21273F;
}
.AnyTagClassName
{
color: #21273F;
}
</style>
background-color css
<style>
a { background-color: #21273F; }
a { background-color: rgb(33,39,63); }
div.DivClassName
{
background-color: #21273F;
}
.BgClassName
{
background-color: #21273F;
}
</style>
border-color css
<style>
span { border-color: #21273F; }
span { border-color: rgb(33,39,63); }
td.TdClassName
{
border-color: #21273F;
}
.TagClassName
{
border-color: #21273F;
}
</style>