#20293A

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

Shades of Midnight Express #20293A

Tints of Midnight Express #20293A

Color information

#20293A (or 0x20293A) is unknown color: approx Midnight Express. HEX triplet: 20, 29 and 3A. RGB value is (32,41,58). Sum of RGB (Red+Green+Blue) = 32+41+58=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 58 (23.05% from 255 or 44.27% from 131); Max value from RGB is 58 - color contains mainly: blue. Hex color #20293A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20293A is #DFD6C5. Grayscale: #282828. Windows color (decimal): -14669510 or 3811616. OLE color: 3811616.

HSL color Cylindrical-coordinate representation of color #20293A: hue angle of 219.23º 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 #20293A is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB324158-
CMYK0.450.2900.77
HSL219.23º28.89%17.65%-
HSV(B)219.23º44.83%22.75%-
XYZ2.152.24.31-
YUV40.25138.02122.12-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.43%
GREEN value IS 41 (16.41% from 255) = 31.30%
BLUE value IS 58 (23.05% from 255) = 44.27%
R=24.43%
G=31.30%
B=44.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3241580.450.2900.77219.2328.8917.65
Hex20293A2D1D04Ddb1d12
Octal405172553501153333522
Binary1000001010011110101011011110101001101110110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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