#182240

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

Shades of Midnight Express #182240

Tints of Midnight Express #182240

Color information

#182240 (or 0x182240) is unknown color: approx Midnight Express. HEX triplet: 18, 22 and 40. RGB value is (24,34,64). Sum of RGB (Red+Green+Blue) = 24+34+64=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 64 (25.39% from 255 or 52.46% from 122); Max value from RGB is 64 - color contains mainly: blue. Hex color #182240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182240 is #E7DDBF. Grayscale: #222222. Windows color (decimal): -15195584 or 4203032. OLE color: 4203032.

HSL color Cylindrical-coordinate representation of color #182240: hue angle of 225º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #182240 is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB243464-
CMYK0.620.4700.75
HSL225º45.45%17.25%-
HSV(B)225º62.5%25.1%-
XYZ1.871.715.08-
YUV34.43144.69120.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.67%
GREEN value IS 34 (13.67% from 255) = 27.87%
BLUE value IS 64 (25.39% from 255) = 52.46%
R=19.67%
G=27.87%
B=52.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2434640.620.4700.7522545.4517.25
Hex1822403E2F04Be12d11
Octal3042100765701133415521
Binary110001000101000000111110101111010010111110000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182240; }

 p { color: rgb(24,34,64); }

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

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

 a { background-color: rgb(24,34,64); }

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

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

 span { border-color: rgb(24,34,64); }

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