Shades of Midnight Express #202A41
Tints of Midnight Express #202A41
RGB
CMYK
RGB Variations
Color information
#202A41 (or 0x202A41) is known color: Midnight Express. HEX triplet: 20, 2A and 41. RGB value is (32,42,65). Sum of RGB (Red+Green+Blue) = 32+42+65=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 65 - color contains mainly: blue. Hex color #202A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202A41 is #DFD5BE. Grayscale: #292929. Windows color (decimal): -14669247 or 4270624. OLE color: 4270624.
HSL color Cylindrical-coordinate representation of color #202A41: hue angle of 221.82º 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 #202A41 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 42 | 65 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.75 |
| HSL | 221.82º | 0.34% | 0.19% | - |
| HSV(B) | 221.82º | 0.51% | 0.25% | - |
| XYZ | 2.38 | 2.34 | 5.33 | - |
| YUV | 41.63 | 141.19 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 65 | 0.51 | 0.35 | 0 | 0.75 | 221.82 | 0.34 | 0.19 |
| Hex | 20 | 2A | 41 | 33 | 23 | 0 | 4B | DE | 22 | 13 |
| Octal | 40 | 52 | 101 | 63 | 43 | 0 | 113 | 336 | 42 | 23 |
| Binary | 100000 | 101010 | 1000001 | 110011 | 100011 | 0 | 1001011 | 11011110 | 100010 | 10011 |
Color Harmonies of #202A41
Complementary color
Monochromatic Colors of #202A41
Black with #202A41
Text Example
Text Example
White with #202A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A41; }
p { color: rgb(32,42,65); }
H1.HeaderClassName
{
color: #202A41;
}
.AnyTagClassName
{
color: #202A41;
}
</style>
background-color css
<style>
a { background-color: #202A41; }
a { background-color: rgb(32,42,65); }
div.DivClassName
{
background-color: #202A41;
}
.BgClassName
{
background-color: #202A41;
}
</style>
border-color css
<style>
span { border-color: #202A41; }
span { border-color: rgb(32,42,65); }
td.TdClassName
{
border-color: #202A41;
}
.TagClassName
{
border-color: #202A41;
}
</style>