Shades of Midnight #202A39
Tints of Midnight #202A39
RGB
CMYK
RGB Variations
Color information
#202A39 (or 0x202A39) is known color: Midnight. HEX triplet: 20, 2A and 39. RGB value is (32,42,57). Sum of RGB (Red+Green+Blue) = 32+42+57=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 42 (16.80% from 255 or 32.06% from 131); Blue value is 57 (22.66% from 255 or 43.51% from 131); Max value from RGB is 57 - color contains mainly: blue. Hex color #202A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202A39 is #DFD5C6. Grayscale: #282828. Windows color (decimal): -14669255 or 3746336. OLE color: 3746336.
HSL color Cylindrical-coordinate representation of color #202A39: hue angle of 216º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #202A39 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 42 | 57 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.78 |
| HSL | 216º | 0.28% | 0.17% | - |
| HSV(B) | 216º | 0.44% | 0.22% | - |
| XYZ | 2.16 | 2.26 | 4.19 | - |
| YUV | 40.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 57 | 0.44 | 0.26 | 0 | 0.78 | 216 | 0.28 | 0.17 |
| Hex | 20 | 2A | 39 | 2C | 1A | 0 | 4E | D8 | 1C | 11 |
| Octal | 40 | 52 | 71 | 54 | 32 | 0 | 116 | 330 | 34 | 21 |
| Binary | 100000 | 101010 | 111001 | 101100 | 11010 | 0 | 1001110 | 11011000 | 11100 | 10001 |
Color Harmonies of #202A39
Complementary color
Monochromatic Colors of #202A39
Black with #202A39
Text Example
Text Example
White with #202A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A39; }
p { color: rgb(32,42,57); }
H1.HeaderClassName
{
color: #202A39;
}
.AnyTagClassName
{
color: #202A39;
}
</style>
background-color css
<style>
a { background-color: #202A39; }
a { background-color: rgb(32,42,57); }
div.DivClassName
{
background-color: #202A39;
}
.BgClassName
{
background-color: #202A39;
}
</style>
border-color css
<style>
span { border-color: #202A39; }
span { border-color: rgb(32,42,57); }
td.TdClassName
{
border-color: #202A39;
}
.TagClassName
{
border-color: #202A39;
}
</style>