#182845

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

Shades of Midnight Express #182845

Tints of Midnight Express #182845

Color information

#182845 (or 0x182845) is unknown color: approx Midnight Express. HEX triplet: 18, 28 and 45. RGB value is (24,40,69). Sum of RGB (Red+Green+Blue) = 24+40+69=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 69 (27.34% from 255 or 51.88% from 133); Max value from RGB is 69 - color contains mainly: blue. Hex color #182845 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182845 is #E7D7BA. Grayscale: #262626. Windows color (decimal): -15194043 or 4532248. OLE color: 4532248.

HSL color Cylindrical-coordinate representation of color #182845: hue angle of 218.67º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #182845 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB244069-
CMYK0.650.4200.73
HSL218.67º48.39%18.24%-
HSV(B)218.67º65.22%27.06%-
XYZ2.212.145.93-
YUV38.52145.2117.64-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.05%
GREEN value IS 40 (16.02% from 255) = 30.08%
BLUE value IS 69 (27.34% from 255) = 51.88%
R=18.05%
G=30.08%
B=51.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2440690.650.4200.73218.6748.3918.24
Hex182845412A049db3012
Octal30501051015201113336022
Binary1100010100010001011000001101010010010011101101111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182845; }

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

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

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

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

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

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

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

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