Shades of Midnight #202A38
Tints of Midnight #202A38
RGB
CMYK
RGB Variations
Color information
#202A38 (or 0x202A38) is known color: Midnight. HEX triplet: 20, 2A and 38. RGB value is (32,42,56). Sum of RGB (Red+Green+Blue) = 32+42+56=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 56 (22.27% from 255 or 43.08% from 130); Max value from RGB is 56 - color contains mainly: blue. Hex color #202A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202A38 is #DFD5C7. Grayscale: #282828. Windows color (decimal): -14669256 or 3680800. OLE color: 3680800.
HSL color Cylindrical-coordinate representation of color #202A38: hue angle of 215º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #202A38 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 42 | 56 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.78 |
| HSL | 215º | 0.27% | 0.17% | - |
| HSV(B) | 215º | 0.43% | 0.22% | - |
| XYZ | 2.14 | 2.25 | 4.06 | - |
| YUV | 40.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 56 | 0.43 | 0.25 | 0 | 0.78 | 215 | 0.27 | 0.17 |
| Hex | 20 | 2A | 38 | 2B | 19 | 0 | 4E | D7 | 1B | 11 |
| Octal | 40 | 52 | 70 | 53 | 31 | 0 | 116 | 327 | 33 | 21 |
| Binary | 100000 | 101010 | 111000 | 101011 | 11001 | 0 | 1001110 | 11010111 | 11011 | 10001 |
Color Harmonies of #202A38
Complementary color
Monochromatic Colors of #202A38
Black with #202A38
Text Example
Text Example
White with #202A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A38; }
p { color: rgb(32,42,56); }
H1.HeaderClassName
{
color: #202A38;
}
.AnyTagClassName
{
color: #202A38;
}
</style>
background-color css
<style>
a { background-color: #202A38; }
a { background-color: rgb(32,42,56); }
div.DivClassName
{
background-color: #202A38;
}
.BgClassName
{
background-color: #202A38;
}
</style>
border-color css
<style>
span { border-color: #202A38; }
span { border-color: rgb(32,42,56); }
td.TdClassName
{
border-color: #202A38;
}
.TagClassName
{
border-color: #202A38;
}
</style>