Shades of Midnight #203041
Tints of Midnight #203041
RGB
CMYK
RGB Variations
Color information
#203041 (or 0x203041) is known color: Midnight. HEX triplet: 20, 30 and 41. RGB value is (32,48,65). Sum of RGB (Red+Green+Blue) = 32+48+65=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #203041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203041 is #DFCFBE. Grayscale: #2D2D2D. Windows color (decimal): -14667711 or 4272160. OLE color: 4272160.
HSL color Cylindrical-coordinate representation of color #203041: hue angle of 210.91º 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 #203041 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 48 | 65 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.75 |
| HSL | 210.91º | 0.34% | 0.19% | - |
| HSV(B) | 210.91º | 0.51% | 0.25% | - |
| XYZ | 2.61 | 2.8 | 5.4 | - |
| YUV | 45.15 | 139.2 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 48 | 65 | 0.51 | 0.26 | 0 | 0.75 | 210.91 | 0.34 | 0.19 |
| Hex | 20 | 30 | 41 | 33 | 1A | 0 | 4B | D3 | 22 | 13 |
| Octal | 40 | 60 | 101 | 63 | 32 | 0 | 113 | 323 | 42 | 23 |
| Binary | 100000 | 110000 | 1000001 | 110011 | 11010 | 0 | 1001011 | 11010011 | 100010 | 10011 |
Color Harmonies of #203041
Complementary color
Monochromatic Colors of #203041
Black with #203041
Text Example
Text Example
White with #203041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203041; }
p { color: rgb(32,48,65); }
H1.HeaderClassName
{
color: #203041;
}
.AnyTagClassName
{
color: #203041;
}
</style>
background-color css
<style>
a { background-color: #203041; }
a { background-color: rgb(32,48,65); }
div.DivClassName
{
background-color: #203041;
}
.BgClassName
{
background-color: #203041;
}
</style>
border-color css
<style>
span { border-color: #203041; }
span { border-color: rgb(32,48,65); }
td.TdClassName
{
border-color: #203041;
}
.TagClassName
{
border-color: #203041;
}
</style>