#202530

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

Shades of Midnight Express #202530

Tints of Midnight Express #202530

Color information

#202530 (or 0x202530) is unknown color: approx Midnight Express. HEX triplet: 20, 25 and 30. RGB value is (32,37,48). Sum of RGB (Red+Green+Blue) = 32+37+48=117 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.35% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 48 (19.14% from 255 or 41.03% from 117); Max value from RGB is 48 - color contains mainly: blue. Hex color #202530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202530 is #DFDACF. Grayscale: #242424. Windows color (decimal): -14670544 or 3155232. OLE color: 3155232.

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

Color convert

RGB323748-
CMYK0.330.2300.81
HSL221.25º20%15.69%-
HSV(B)221.25º33.33%18.82%-
XYZ1.791.843.06-
YUV36.76134.34124.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 27.35%
GREEN value IS 37 (14.84% from 255) = 31.62%
BLUE value IS 48 (19.14% from 255) = 41.03%
R=27.35%
G=31.62%
B=41.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3237480.330.2300.81221.252015.69
Hex2025302117051dd1410
Octal404560412701213352420
Binary1000001001011100001000011011101010001110111011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202530; }

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

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

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

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

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

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

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

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