#182249

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

Shades of Midnight Express #182249

Tints of Midnight Express #182249

Color information

#182249 (or 0x182249) is unknown color: approx Midnight Express. HEX triplet: 18, 22 and 49. RGB value is (24,34,73). Sum of RGB (Red+Green+Blue) = 24+34+73=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 73 (28.91% from 255 or 55.73% from 131); Max value from RGB is 73 - color contains mainly: blue. Hex color #182249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182249 is #E7DDB6. Grayscale: #232323. Windows color (decimal): -15195575 or 4792856. OLE color: 4792856.

HSL color Cylindrical-coordinate representation of color #182249: hue angle of 227.76º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #182249 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB243473-
CMYK0.670.5300.71
HSL227.76º50.52%19.02%-
HSV(B)227.76º67.12%28.63%-
XYZ2.151.826.54-
YUV35.46149.19119.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.32%
GREEN value IS 34 (13.67% from 255) = 25.95%
BLUE value IS 73 (28.91% from 255) = 55.73%
R=18.32%
G=25.95%
B=55.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2434730.670.5300.71227.7650.5219.02
Hex1822494335047e43313
Octal30421111036501073446323
Binary1100010001010010011000011110101010001111110010011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182249; }

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

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

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

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

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

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

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

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