#182840

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

Shades of Midnight #182840

Tints of Midnight #182840

Color information

#182840 (or 0x182840) is unknown color: approx Midnight. HEX triplet: 18, 28 and 40. RGB value is (24,40,64). Sum of RGB (Red+Green+Blue) = 24+40+64=128 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.75% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #182840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182840 is #E7D7BF. Grayscale: #252525. Windows color (decimal): -15194048 or 4204568. OLE color: 4204568.

HSL color Cylindrical-coordinate representation of color #182840: hue angle of 216º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #182840 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB244064-
CMYK0.620.3800.75
HSL216º45.45%17.25%-
HSV(B)216º62.5%25.1%-
XYZ2.062.085.14-
YUV37.95142.7118.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.75%
GREEN value IS 40 (16.02% from 255) = 31.25%
BLUE value IS 64 (25.39% from 255) = 50%
R=18.75%
G=31.25%
B=50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2440640.620.3800.7521645.4517.25
Hex1828403E2604Bd82d11
Octal3050100764601133305521
Binary110001010001000000111110100110010010111101100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182840; }

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

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

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

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

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

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

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

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