#182131

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

Shades of Midnight Express #182131

Tints of Midnight Express #182131

Color information

#182131 (or 0x182131) is unknown color: approx Midnight Express. HEX triplet: 18, 21 and 31. RGB value is (24,33,49). Sum of RGB (Red+Green+Blue) = 24+33+49=106 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.64% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 49 - color contains mainly: blue. Hex color #182131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182131 is #E7DECE. Grayscale: #202020. Windows color (decimal): -15195855 or 3219736. OLE color: 3219736.

HSL color Cylindrical-coordinate representation of color #182131: hue angle of 218.4º 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 #182131 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB243349-
CMYK0.510.3300.81
HSL218.4º34.25%14.31%-
HSV(B)218.4º51.02%19.22%-
XYZ1.471.53.12-
YUV32.13137.52122.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.64%
GREEN value IS 33 (13.28% from 255) = 31.13%
BLUE value IS 49 (19.53% from 255) = 46.23%
R=22.64%
G=31.13%
B=46.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2433490.510.3300.81218.434.2514.31
Hex1821313321051da22e
Octal304161634101213324216
Binary1100010000111000111001110000101010001110110101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182131; }

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

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

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

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

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

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

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

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