#18203D

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

Shades of Midnight Express #18203D

Tints of Midnight Express #18203D

Color information

#18203D (or 0x18203D) is unknown color: approx Midnight Express. HEX triplet: 18, 20 and 3D. RGB value is (24,32,61). Sum of RGB (Red+Green+Blue) = 24+32+61=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 61 (24.22% from 255 or 52.14% from 117); Max value from RGB is 61 - color contains mainly: blue. Hex color #18203D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18203D is #E7DFC2. Grayscale: #202020. Windows color (decimal): -15196099 or 4005912. OLE color: 4005912.

HSL color Cylindrical-coordinate representation of color #18203D: hue angle of 227.03º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #18203D is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB243261-
CMYK0.610.4800.76
HSL227.03º43.53%16.67%-
HSV(B)227.03º60.66%23.92%-
XYZ1.741.564.63-
YUV32.91143.85121.64-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.51%
GREEN value IS 32 (12.89% from 255) = 27.35%
BLUE value IS 61 (24.22% from 255) = 52.14%
R=20.51%
G=27.35%
B=52.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2432610.610.4800.76227.0343.5316.67
Hex18203D3D3004Ce32c11
Octal304075756001143435421
Binary11000100000111101111101110000010011001110001110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18203D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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