Shades of Midnight Express #202B41
Tints of Midnight Express #202B41
RGB
CMYK
RGB Variations
Color information
#202B41 (or 0x202B41) is known color: Midnight Express. HEX triplet: 20, 2B and 41. RGB value is (32,43,65). Sum of RGB (Red+Green+Blue) = 32+43+65=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 43 (17.19% from 255 or 30.71% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 65 - color contains mainly: blue. Hex color #202B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202B41 is #DFD4BE. Grayscale: #2A2A2A. Windows color (decimal): -14668991 or 4270880. OLE color: 4270880.
HSL color Cylindrical-coordinate representation of color #202B41: hue angle of 220º 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 #202B41 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 43 | 65 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.75 |
| HSL | 220º | 0.34% | 0.19% | - |
| HSV(B) | 220º | 0.51% | 0.25% | - |
| XYZ | 2.41 | 2.42 | 5.34 | - |
| YUV | 42.22 | 140.86 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 65 | 0.51 | 0.34 | 0 | 0.75 | 220 | 0.34 | 0.19 |
| Hex | 20 | 2B | 41 | 33 | 22 | 0 | 4B | DC | 22 | 13 |
| Octal | 40 | 53 | 101 | 63 | 42 | 0 | 113 | 334 | 42 | 23 |
| Binary | 100000 | 101011 | 1000001 | 110011 | 100010 | 0 | 1001011 | 11011100 | 100010 | 10011 |
Color Harmonies of #202B41
Complementary color
Monochromatic Colors of #202B41
Black with #202B41
Text Example
Text Example
White with #202B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202B41; }
p { color: rgb(32,43,65); }
H1.HeaderClassName
{
color: #202B41;
}
.AnyTagClassName
{
color: #202B41;
}
</style>
background-color css
<style>
a { background-color: #202B41; }
a { background-color: rgb(32,43,65); }
div.DivClassName
{
background-color: #202B41;
}
.BgClassName
{
background-color: #202B41;
}
</style>
border-color css
<style>
span { border-color: #202B41; }
span { border-color: rgb(32,43,65); }
td.TdClassName
{
border-color: #202B41;
}
.TagClassName
{
border-color: #202B41;
}
</style>