#202848

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

Shades of Midnight Express #202848

Tints of Midnight Express #202848

Color information

#202848 (or 0x202848) is unknown color: approx Midnight Express. HEX triplet: 20, 28 and 48. RGB value is (32,40,72). Sum of RGB (Red+Green+Blue) = 32+40+72=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: blue. Hex color #202848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202848 is #DFD7B7. Grayscale: #292929. Windows color (decimal): -14669752 or 4728864. OLE color: 4728864.

HSL color Cylindrical-coordinate representation of color #202848: hue angle of 228º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #202848 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB324072-
CMYK0.560.4400.72
HSL228º38.46%20.39%-
HSV(B)228º55.56%28.24%-
XYZ2.522.296.44-
YUV41.26145.35121.4-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.22%
GREEN value IS 40 (16.02% from 255) = 27.78%
BLUE value IS 72 (28.52% from 255) = 50%
R=22.22%
G=27.78%
B=50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3240720.560.4400.7222838.4620.39
Hex202848382C048e42614
Octal4050110705401103444624
Binary1000001010001001000111000101100010010001110010010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202848; }

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

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

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

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

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

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

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

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