#20253A

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

Shades of Midnight Express #20253A

Tints of Midnight Express #20253A

Color information

#20253A (or 0x20253A) is unknown color: approx Midnight Express. HEX triplet: 20, 25 and 3A. RGB value is (32,37,58). Sum of RGB (Red+Green+Blue) = 32+37+58=127 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.20% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 58 - color contains mainly: blue. Hex color #20253A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20253A is #DFDAC5. Grayscale: #252525. Windows color (decimal): -14670534 or 3810592. OLE color: 3810592.

HSL color Cylindrical-coordinate representation of color #20253A: hue angle of 228.46º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #20253A is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB323758-
CMYK0.450.3600.77
HSL228.46º28.89%17.65%-
HSV(B)228.46º44.83%22.75%-
XYZ2.021.944.27-
YUV37.9139.34123.79-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 25.20%
GREEN value IS 37 (14.84% from 255) = 29.13%
BLUE value IS 58 (23.05% from 255) = 45.67%
R=25.20%
G=29.13%
B=45.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3237580.450.3600.77228.4628.8917.65
Hex20253A2D2404De41d12
Octal404572554401153443522
Binary10000010010111101010110110010001001101111001001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20253A; }

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

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

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

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

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

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

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

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