Shades of Midnight Express #20273F
Tints of Midnight Express #20273F
RGB
CMYK
RGB Variations
Color information
#20273F (or 0x20273F) is known color: Midnight Express. HEX triplet: 20, 27 and 3F. RGB value is (32,39,63). Sum of RGB (Red+Green+Blue) = 32+39+63=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 39 (15.62% from 255 or 29.10% from 134); Blue value is 63 (25% from 255 or 47.01% from 134); Max value from RGB is 63 - color contains mainly: blue. Hex color #20273F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20273F is #DFD8C0. Grayscale: #272727. Windows color (decimal): -14670017 or 4138784. OLE color: 4138784.
HSL color Cylindrical-coordinate representation of color #20273F: hue angle of 226.45º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #20273F is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 39 | 63 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.75 |
| HSL | 226.45º | 0.33% | 0.19% | - |
| HSV(B) | 226.45º | 0.49% | 0.25% | - |
| XYZ | 2.22 | 2.12 | 4.99 | - |
| YUV | 39.64 | 141.18 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 39 | 63 | 0.49 | 0.38 | 0 | 0.75 | 226.45 | 0.33 | 0.19 |
| Hex | 20 | 27 | 3F | 31 | 26 | 0 | 4B | E2 | 21 | 13 |
| Octal | 40 | 47 | 77 | 61 | 46 | 0 | 113 | 342 | 41 | 23 |
| Binary | 100000 | 100111 | 111111 | 110001 | 100110 | 0 | 1001011 | 11100010 | 100001 | 10011 |
Color Harmonies of #20273F
Complementary color
Monochromatic Colors of #20273F
Black with #20273F
Text Example
Text Example
White with #20273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20273F; }
p { color: rgb(32,39,63); }
H1.HeaderClassName
{
color: #20273F;
}
.AnyTagClassName
{
color: #20273F;
}
</style>
background-color css
<style>
a { background-color: #20273F; }
a { background-color: rgb(32,39,63); }
div.DivClassName
{
background-color: #20273F;
}
.BgClassName
{
background-color: #20273F;
}
</style>
border-color css
<style>
span { border-color: #20273F; }
span { border-color: rgb(32,39,63); }
td.TdClassName
{
border-color: #20273F;
}
.TagClassName
{
border-color: #20273F;
}
</style>