#18203C

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

Shades of Midnight Express #18203C

Tints of Midnight Express #18203C

Color information

#18203C (or 0x18203C) is unknown color: approx Midnight Express. HEX triplet: 18, 20 and 3C. RGB value is (24,32,60). Sum of RGB (Red+Green+Blue) = 24+32+60=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 60 (23.83% from 255 or 51.72% from 116); Max value from RGB is 60 - color contains mainly: blue. Hex color #18203C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18203C is #E7DFC3. Grayscale: #202020. Windows color (decimal): -15196100 or 3940376. OLE color: 3940376.

HSL color Cylindrical-coordinate representation of color #18203C: hue angle of 226.67º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #18203C is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB243260-
CMYK0.600.4700.76
HSL226.67º42.86%16.47%-
HSV(B)226.67º60%23.53%-
XYZ1.711.554.48-
YUV32.8143.35121.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.69%
GREEN value IS 32 (12.89% from 255) = 27.59%
BLUE value IS 60 (23.83% from 255) = 51.72%
R=20.69%
G=27.59%
B=51.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2432600.600.4700.76226.6742.8616.47
Hex18203C3C2F04Ce32b10
Octal304074745701143435320
Binary11000100000111100111100101111010011001110001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18203C; }

 p { color: rgb(24,32,60); }

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

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

 a { background-color: rgb(24,32,60); }

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

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

 span { border-color: rgb(24,32,60); }

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