Shades of Midnight Express #202341
Tints of Midnight Express #202341
RGB
CMYK
RGB Variations
Color information
#202341 (or 0x202341) is known color: Midnight Express. HEX triplet: 20, 23 and 41. RGB value is (32,35,65). Sum of RGB (Red+Green+Blue) = 32+35+65=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #202341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202341 is #DFDCBE. Grayscale: #252525. Windows color (decimal): -14671039 or 4268832. OLE color: 4268832.
HSL color Cylindrical-coordinate representation of color #202341: hue angle of 234.55º 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 #202341 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 35 | 65 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.75 |
| HSL | 234.55º | 0.34% | 0.19% | - |
| HSV(B) | 234.55º | 0.51% | 0.25% | - |
| XYZ | 2.15 | 1.89 | 5.25 | - |
| YUV | 37.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 65 | 0.51 | 0.46 | 0 | 0.75 | 234.55 | 0.34 | 0.19 |
| Hex | 20 | 23 | 41 | 33 | 2E | 0 | 4B | EB | 22 | 13 |
| Octal | 40 | 43 | 101 | 63 | 56 | 0 | 113 | 353 | 42 | 23 |
| Binary | 100000 | 100011 | 1000001 | 110011 | 101110 | 0 | 1001011 | 11101011 | 100010 | 10011 |
Color Harmonies of #202341
Complementary color
Monochromatic Colors of #202341
Black with #202341
Text Example
Text Example
White with #202341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202341; }
p { color: rgb(32,35,65); }
H1.HeaderClassName
{
color: #202341;
}
.AnyTagClassName
{
color: #202341;
}
</style>
background-color css
<style>
a { background-color: #202341; }
a { background-color: rgb(32,35,65); }
div.DivClassName
{
background-color: #202341;
}
.BgClassName
{
background-color: #202341;
}
</style>
border-color css
<style>
span { border-color: #202341; }
span { border-color: rgb(32,35,65); }
td.TdClassName
{
border-color: #202341;
}
.TagClassName
{
border-color: #202341;
}
</style>