#182031

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

Shades of Midnight Express #182031

Tints of Midnight Express #182031

Color information

#182031 (or 0x182031) is unknown color: approx Midnight Express. HEX triplet: 18, 20 and 31. RGB value is (24,32,49). Sum of RGB (Red+Green+Blue) = 24+32+49=105 (13% of max value = 765). Red value is 24 (9.77% from 255 or 22.86% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 49 (19.53% from 255 or 46.67% from 105); Max value from RGB is 49 - color contains mainly: blue. Hex color #182031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182031 is #E7DFCE. Grayscale: #1F1F1F. Windows color (decimal): -15196111 or 3219480. OLE color: 3219480.

HSL color Cylindrical-coordinate representation of color #182031: hue angle of 220.8º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #182031 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB243249-
CMYK0.510.3500.81
HSL220.8º34.25%14.31%-
HSV(B)220.8º51.02%19.22%-
XYZ1.451.453.11-
YUV31.55137.85122.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.86%
GREEN value IS 32 (12.89% from 255) = 30.48%
BLUE value IS 49 (19.53% from 255) = 46.67%
R=22.86%
G=30.48%
B=46.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2432490.510.3500.81220.834.2514.31
Hex1820313323051dd22e
Octal304061634301213354216
Binary1100010000011000111001110001101010001110111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182031; }

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

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

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

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

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

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

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

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