#18203A

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

Shades of Midnight Express #18203A

Tints of Midnight Express #18203A

Color information

#18203A (or 0x18203A) is unknown color: approx Midnight Express. HEX triplet: 18, 20 and 3A. RGB value is (24,32,58). Sum of RGB (Red+Green+Blue) = 24+32+58=114 (15% of max value = 765). Red value is 24 (9.77% from 255 or 21.05% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 58 (23.05% from 255 or 50.88% from 114); Max value from RGB is 58 - color contains mainly: blue. Hex color #18203A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18203A is #E7DFC5. Grayscale: #202020. Windows color (decimal): -15196102 or 3809304. OLE color: 3809304.

HSL color Cylindrical-coordinate representation of color #18203A: hue angle of 225.88º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #18203A is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB243258-
CMYK0.590.4500.77
HSL225.88º41.46%16.08%-
HSV(B)225.88º58.62%22.75%-
XYZ1.661.534.21-
YUV32.57142.35121.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.05%
GREEN value IS 32 (12.89% from 255) = 28.07%
BLUE value IS 58 (23.05% from 255) = 50.88%
R=21.05%
G=28.07%
B=50.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2432580.590.4500.77225.8841.4616.08
Hex18203A3B2D04De22910
Octal304072735501153425120
Binary11000100000111010111011101101010011011110001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18203A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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