#18243C

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

Shades of Midnight Express #18243C

Tints of Midnight Express #18243C

Color information

#18243C (or 0x18243C) is unknown color: approx Midnight Express. HEX triplet: 18, 24 and 3C. RGB value is (24,36,60). Sum of RGB (Red+Green+Blue) = 24+36+60=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 60 (23.83% from 255 or 50% from 120); Max value from RGB is 60 - color contains mainly: blue. Hex color #18243C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18243C is #E7DBC3. Grayscale: #232323. Windows color (decimal): -15195076 or 3941400. OLE color: 3941400.

HSL color Cylindrical-coordinate representation of color #18243C: hue angle of 220º 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 #18243C is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB243660-
CMYK0.600.4000.76
HSL220º42.86%16.47%-
HSV(B)220º60%23.53%-
XYZ1.821.784.52-
YUV35.15142.02120.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20%
GREEN value IS 36 (14.45% from 255) = 30%
BLUE value IS 60 (23.83% from 255) = 50%
R=20%
G=30%
B=50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2436600.600.4000.7622042.8616.47
Hex18243C3C2804Cdc2b10
Octal304474745001143345320
Binary11000100100111100111100101000010011001101110010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18243C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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