#202531

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

Shades of Midnight Express #202531

Tints of Midnight Express #202531

Color information

#202531 (or 0x202531) is unknown color: approx Midnight Express. HEX triplet: 20, 25 and 31. RGB value is (32,37,49). Sum of RGB (Red+Green+Blue) = 32+37+49=118 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.12% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 49 (19.53% from 255 or 41.53% from 118); Max value from RGB is 49 - color contains mainly: blue. Hex color #202531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202531 is #DFDACE. Grayscale: #242424. Windows color (decimal): -14670543 or 3220768. OLE color: 3220768.

HSL color Cylindrical-coordinate representation of color #202531: hue angle of 222.35º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #202531 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB323749-
CMYK0.350.2400.81
HSL222.35º20.99%15.88%-
HSV(B)222.35º34.69%19.22%-
XYZ1.811.853.17-
YUV36.87134.84124.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 27.12%
GREEN value IS 37 (14.84% from 255) = 31.36%
BLUE value IS 49 (19.53% from 255) = 41.53%
R=27.12%
G=31.36%
B=41.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3237490.350.2400.81222.3520.9915.88
Hex2025312318051de1510
Octal404561433001213362520
Binary1000001001011100011000111100001010001110111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202531; }

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

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

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

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

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

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

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

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