#182848

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

Shades of Midnight Express #182848

Tints of Midnight Express #182848

Color information

#182848 (or 0x182848) is unknown color: approx Midnight Express. HEX triplet: 18, 28 and 48. RGB value is (24,40,72). Sum of RGB (Red+Green+Blue) = 24+40+72=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 72 (28.52% from 255 or 52.94% from 136); Max value from RGB is 72 - color contains mainly: blue. Hex color #182848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182848 is #E7D7B7. Grayscale: #262626. Windows color (decimal): -15194040 or 4728856. OLE color: 4728856.

HSL color Cylindrical-coordinate representation of color #182848: hue angle of 220º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #182848 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB244072-
CMYK0.670.4400.72
HSL220º50%18.82%-
HSV(B)220º66.67%28.24%-
XYZ2.312.186.43-
YUV38.86146.7117.4-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.65%
GREEN value IS 40 (16.02% from 255) = 29.41%
BLUE value IS 72 (28.52% from 255) = 52.94%
R=17.65%
G=29.41%
B=52.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2440720.670.4400.722205018.82
Hex182848432C048dc3213
Octal30501101035401103346223
Binary1100010100010010001000011101100010010001101110011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182848; }

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

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

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

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

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

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

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

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