#18243A

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

Shades of Midnight Express #18243A

Tints of Midnight Express #18243A

Color information

#18243A (or 0x18243A) is unknown color: approx Midnight Express. HEX triplet: 18, 24 and 3A. RGB value is (24,36,58). Sum of RGB (Red+Green+Blue) = 24+36+58=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 58 (23.05% from 255 or 49.15% from 118); Max value from RGB is 58 - color contains mainly: blue. Hex color #18243A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18243A is #E7DBC5. Grayscale: #222222. Windows color (decimal): -15195078 or 3810328. OLE color: 3810328.

HSL color Cylindrical-coordinate representation of color #18243A: hue angle of 218.82º 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 #18243A is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB243658-
CMYK0.590.3800.77
HSL218.82º41.46%16.08%-
HSV(B)218.82º58.62%22.75%-
XYZ1.771.764.25-
YUV34.92141.02120.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.34%
GREEN value IS 36 (14.45% from 255) = 30.51%
BLUE value IS 58 (23.05% from 255) = 49.15%
R=20.34%
G=30.51%
B=49.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2436580.590.3800.77218.8241.4616.08
Hex18243A3B2604Ddb2910
Octal304472734601153335120
Binary11000100100111010111011100110010011011101101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18243A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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