#203141

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

Shades of Midnight #203141

Tints of Midnight #203141

Color information

#203141 (or 0x203141) is unknown color: approx Midnight. HEX triplet: 20, 31 and 41. RGB value is (32,49,65). Sum of RGB (Red+Green+Blue) = 32+49+65=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 65 - color contains mainly: blue. Hex color #203141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203141 is #DFCEBE. Grayscale: #2D2D2D. Windows color (decimal): -14667455 or 4272416. OLE color: 4272416.

HSL color Cylindrical-coordinate representation of color #203141: hue angle of 209.09º 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 #203141 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB324965-
CMYK0.510.2500.75
HSL209.09º34.02%19.02%-
HSV(B)209.09º50.77%25.49%-
XYZ2.652.895.42-
YUV45.74138.87118.2-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.92%
GREEN value IS 49 (19.53% from 255) = 33.56%
BLUE value IS 65 (25.78% from 255) = 44.52%
R=21.92%
G=33.56%
B=44.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3249650.510.2500.75209.0934.0219.02
Hex203141331904Bd12213
Octal4061101633101133214223
Binary100000110001100000111001111001010010111101000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203141; }

 p { color: rgb(32,49,65); }

 H1.HeaderClassName
 {
   color: #203141;
 }
 .AnyTagClassName
 {
   color: #203141;
 }
</style>
background-color css

<style>
 a { background-color: #203141; }

 a { background-color: rgb(32,49,65); }

 div.DivClassName
 {
   background-color: #203141;
 }
 .BgClassName
 {
   background-color: #203141;
 }
</style>
border-color css

<style>
 span { border-color: #203141; }

 span { border-color: rgb(32,49,65); }

 td.TdClassName
 {
   border-color: #203141;
 }
 .TagClassName
 {
   border-color: #203141;
 }
</style>