#182140

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

Shades of Midnight Express #182140

Tints of Midnight Express #182140

Color information

#182140 (or 0x182140) is unknown color: approx Midnight Express. HEX triplet: 18, 21 and 40. RGB value is (24,33,64). Sum of RGB (Red+Green+Blue) = 24+33+64=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #182140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182140 is #E7DEBF. Grayscale: #212121. Windows color (decimal): -15195840 or 4202776. OLE color: 4202776.

HSL color Cylindrical-coordinate representation of color #182140: hue angle of 226.5º 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 #182140 is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB243364-
CMYK0.620.4800.75
HSL226.5º45.45%17.25%-
HSV(B)226.5º62.5%25.1%-
XYZ1.851.655.07-
YUV33.84145.02120.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.83%
GREEN value IS 33 (13.28% from 255) = 27.27%
BLUE value IS 64 (25.39% from 255) = 52.89%
R=19.83%
G=27.27%
B=52.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2433640.620.4800.75226.545.4517.25
Hex1821403E3004Be22d11
Octal3041100766001133425521
Binary110001000011000000111110110000010010111110001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182140; }

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

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

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

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

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

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

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

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