#20283A

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

Shades of Midnight Express #20283A

Tints of Midnight Express #20283A

Color information

#20283A (or 0x20283A) is unknown color: approx Midnight Express. HEX triplet: 20, 28 and 3A. RGB value is (32,40,58). Sum of RGB (Red+Green+Blue) = 32+40+58=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 58 - color contains mainly: blue. Hex color #20283A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20283A is #DFD7C5. Grayscale: #272727. Windows color (decimal): -14669766 or 3811360. OLE color: 3811360.

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

Color convert

RGB324058-
CMYK0.450.3100.77
HSL221.54º28.89%17.65%-
HSV(B)221.54º44.83%22.75%-
XYZ2.122.134.3-
YUV39.66138.35122.54-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.62%
GREEN value IS 40 (16.02% from 255) = 30.77%
BLUE value IS 58 (23.05% from 255) = 44.62%
R=24.62%
G=30.77%
B=44.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3240580.450.3100.77221.5428.8917.65
Hex20283A2D1F04Dde1d12
Octal405072553701153363522
Binary1000001010001110101011011111101001101110111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20283A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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