#182849

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

Shades of Midnight Express #182849

Tints of Midnight Express #182849

Color information

#182849 (or 0x182849) is unknown color: approx Midnight Express. HEX triplet: 18, 28 and 49. RGB value is (24,40,73). Sum of RGB (Red+Green+Blue) = 24+40+73=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 73 (28.91% from 255 or 53.28% from 137); Max value from RGB is 73 - color contains mainly: blue. Hex color #182849 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182849 is #E7D7B6. Grayscale: #262626. Windows color (decimal): -15194039 or 4794392. OLE color: 4794392.

HSL color Cylindrical-coordinate representation of color #182849: hue angle of 220.41º 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 #182849 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB244073-
CMYK0.670.4500.71
HSL220.41º50.52%19.02%-
HSV(B)220.41º67.12%28.63%-
XYZ2.342.196.6-
YUV38.98147.2117.32-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.52%
GREEN value IS 40 (16.02% from 255) = 29.20%
BLUE value IS 73 (28.91% from 255) = 53.28%
R=17.52%
G=29.20%
B=53.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2440730.670.4500.71220.4150.5219.02
Hex182849432D047dc3313
Octal30501111035501073346323
Binary1100010100010010011000011101101010001111101110011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182849; }

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

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

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

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

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

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

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

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