Shades of Midnight Express #202941
Tints of Midnight Express #202941
RGB
CMYK
RGB Variations
Color information
#202941 (or 0x202941) is known color: Midnight Express. HEX triplet: 20, 29 and 41. RGB value is (32,41,65). Sum of RGB (Red+Green+Blue) = 32+41+65=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 65 - color contains mainly: blue. Hex color #202941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202941 is #DFD6BE. Grayscale: #282828. Windows color (decimal): -14669503 or 4270368. OLE color: 4270368.
HSL color Cylindrical-coordinate representation of color #202941: hue angle of 223.64º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #202941 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 41 | 65 | - |
| CMYK | 0.51 | 0.37 | 0 | 0.75 |
| HSL | 223.64º | 0.34% | 0.19% | - |
| HSV(B) | 223.64º | 0.51% | 0.25% | - |
| XYZ | 2.34 | 2.27 | 5.32 | - |
| YUV | 41.05 | 141.52 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 41 | 65 | 0.51 | 0.37 | 0 | 0.75 | 223.64 | 0.34 | 0.19 |
| Hex | 20 | 29 | 41 | 33 | 25 | 0 | 4B | E0 | 22 | 13 |
| Octal | 40 | 51 | 101 | 63 | 45 | 0 | 113 | 340 | 42 | 23 |
| Binary | 100000 | 101001 | 1000001 | 110011 | 100101 | 0 | 1001011 | 11100000 | 100010 | 10011 |
Color Harmonies of #202941
Complementary color
Monochromatic Colors of #202941
Black with #202941
Text Example
Text Example
White with #202941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202941; }
p { color: rgb(32,41,65); }
H1.HeaderClassName
{
color: #202941;
}
.AnyTagClassName
{
color: #202941;
}
</style>
background-color css
<style>
a { background-color: #202941; }
a { background-color: rgb(32,41,65); }
div.DivClassName
{
background-color: #202941;
}
.BgClassName
{
background-color: #202941;
}
</style>
border-color css
<style>
span { border-color: #202941; }
span { border-color: rgb(32,41,65); }
td.TdClassName
{
border-color: #202941;
}
.TagClassName
{
border-color: #202941;
}
</style>