Shades of Midnight #202A37
Tints of Midnight #202A37
RGB
CMYK
RGB Variations
Color information
#202A37 (or 0x202A37) is known color: Midnight. HEX triplet: 20, 2A and 37. RGB value is (32,42,55). Sum of RGB (Red+Green+Blue) = 32+42+55=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 42 (16.80% from 255 or 32.56% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 55 - color contains mainly: blue. Hex color #202A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202A37 is #DFD5C8. Grayscale: #282828. Windows color (decimal): -14669257 or 3615264. OLE color: 3615264.
HSL color Cylindrical-coordinate representation of color #202A37: hue angle of 213.91º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #202A37 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 42 | 55 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.78 |
| HSL | 213.91º | 0.26% | 0.17% | - |
| HSV(B) | 213.91º | 0.42% | 0.22% | - |
| XYZ | 2.11 | 2.24 | 3.94 | - |
| YUV | 40.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 55 | 0.42 | 0.24 | 0 | 0.78 | 213.91 | 0.26 | 0.17 |
| Hex | 20 | 2A | 37 | 2A | 18 | 0 | 4E | D6 | 1A | 11 |
| Octal | 40 | 52 | 67 | 52 | 30 | 0 | 116 | 326 | 32 | 21 |
| Binary | 100000 | 101010 | 110111 | 101010 | 11000 | 0 | 1001110 | 11010110 | 11010 | 10001 |
Color Harmonies of #202A37
Complementary color
Monochromatic Colors of #202A37
Black with #202A37
Text Example
Text Example
White with #202A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A37; }
p { color: rgb(32,42,55); }
H1.HeaderClassName
{
color: #202A37;
}
.AnyTagClassName
{
color: #202A37;
}
</style>
background-color css
<style>
a { background-color: #202A37; }
a { background-color: rgb(32,42,55); }
div.DivClassName
{
background-color: #202A37;
}
.BgClassName
{
background-color: #202A37;
}
</style>
border-color css
<style>
span { border-color: #202A37; }
span { border-color: rgb(32,42,55); }
td.TdClassName
{
border-color: #202A37;
}
.TagClassName
{
border-color: #202A37;
}
</style>