Shades of Midnight Express #202A42
Tints of Midnight Express #202A42
RGB
CMYK
RGB Variations
Color information
#202A42 (or 0x202A42) is known color: Midnight Express. HEX triplet: 20, 2A and 42. RGB value is (32,42,66). Sum of RGB (Red+Green+Blue) = 32+42+66=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 66 (26.17% from 255 or 47.14% from 140); Max value from RGB is 66 - color contains mainly: blue. Hex color #202A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202A42 is #DFD5BD. Grayscale: #292929. Windows color (decimal): -14669246 or 4336160. OLE color: 4336160.
HSL color Cylindrical-coordinate representation of color #202A42: hue angle of 222.35º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #202A42 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 42 | 66 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.74 |
| HSL | 222.35º | 0.35% | 0.19% | - |
| HSV(B) | 222.35º | 0.52% | 0.26% | - |
| XYZ | 2.41 | 2.36 | 5.48 | - |
| YUV | 41.75 | 141.69 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 66 | 0.52 | 0.36 | 0 | 0.74 | 222.35 | 0.35 | 0.19 |
| Hex | 20 | 2A | 42 | 34 | 24 | 0 | 4A | DE | 23 | 13 |
| Octal | 40 | 52 | 102 | 64 | 44 | 0 | 112 | 336 | 43 | 23 |
| Binary | 100000 | 101010 | 1000010 | 110100 | 100100 | 0 | 1001010 | 11011110 | 100011 | 10011 |
Color Harmonies of #202A42
Complementary color
Monochromatic Colors of #202A42
Black with #202A42
Text Example
Text Example
White with #202A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A42; }
p { color: rgb(32,42,66); }
H1.HeaderClassName
{
color: #202A42;
}
.AnyTagClassName
{
color: #202A42;
}
</style>
background-color css
<style>
a { background-color: #202A42; }
a { background-color: rgb(32,42,66); }
div.DivClassName
{
background-color: #202A42;
}
.BgClassName
{
background-color: #202A42;
}
</style>
border-color css
<style>
span { border-color: #202A42; }
span { border-color: rgb(32,42,66); }
td.TdClassName
{
border-color: #202A42;
}
.TagClassName
{
border-color: #202A42;
}
</style>