Shades of Midnight #203046
Tints of Midnight #203046
RGB
CMYK
RGB Variations
Color information
#203046 (or 0x203046) is known color: Midnight. HEX triplet: 20, 30 and 46. RGB value is (32,48,70). Sum of RGB (Red+Green+Blue) = 32+48+70=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 70 (27.73% from 255 or 46.67% from 150); Max value from RGB is 70 - color contains mainly: blue. Hex color #203046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203046 is #DFCFB9. Grayscale: #2D2D2D. Windows color (decimal): -14667706 or 4599840. OLE color: 4599840.
HSL color Cylindrical-coordinate representation of color #203046: hue angle of 214.74º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #203046 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 48 | 70 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.73 |
| HSL | 214.74º | 0.37% | 0.2% | - |
| HSV(B) | 214.74º | 0.54% | 0.27% | - |
| XYZ | 2.76 | 2.86 | 6.2 | - |
| YUV | 45.72 | 141.7 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 48 | 70 | 0.54 | 0.31 | 0 | 0.73 | 214.74 | 0.37 | 0.2 |
| Hex | 20 | 30 | 46 | 36 | 1F | 0 | 49 | D7 | 25 | 14 |
| Octal | 40 | 60 | 106 | 66 | 37 | 0 | 111 | 327 | 45 | 24 |
| Binary | 100000 | 110000 | 1000110 | 110110 | 11111 | 0 | 1001001 | 11010111 | 100101 | 10100 |
Color Harmonies of #203046
Complementary color
Monochromatic Colors of #203046
Black with #203046
Text Example
Text Example
White with #203046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203046; }
p { color: rgb(32,48,70); }
H1.HeaderClassName
{
color: #203046;
}
.AnyTagClassName
{
color: #203046;
}
</style>
background-color css
<style>
a { background-color: #203046; }
a { background-color: rgb(32,48,70); }
div.DivClassName
{
background-color: #203046;
}
.BgClassName
{
background-color: #203046;
}
</style>
border-color css
<style>
span { border-color: #203046; }
span { border-color: rgb(32,48,70); }
td.TdClassName
{
border-color: #203046;
}
.TagClassName
{
border-color: #203046;
}
</style>