#203041

Color #203041 Midnight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight #203041

Tints of Midnight #203041

Color information

#203041 (or 0x203041) is unknown color: approx 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

RGB324865-
CMYK0.510.2600.75
HSL210.91º34.02%19.02%-
HSV(B)210.91º50.77%25.49%-
XYZ2.612.85.4-
YUV45.15139.2118.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 22.07%
GREEN value IS 48 (19.14% from 255) = 33.10%
BLUE value IS 65 (25.78% from 255) = 44.83%
R=22.07%
G=33.10%
B=44.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3248650.510.2600.75210.9134.0219.02
Hex203041331A04Bd32213
Octal4060101633201133234223
Binary100000110000100000111001111010010010111101001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>