#18283C

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

Shades of Midnight #18283C

Tints of Midnight #18283C

Color information

#18283C (or 0x18283C) is unknown color: approx Midnight. HEX triplet: 18, 28 and 3C. RGB value is (24,40,60). Sum of RGB (Red+Green+Blue) = 24+40+60=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 60 (23.83% from 255 or 48.39% from 124); Max value from RGB is 60 - color contains mainly: blue. Hex color #18283C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18283C is #E7D7C3. Grayscale: #252525. Windows color (decimal): -15194052 or 3942424. OLE color: 3942424.

HSL color Cylindrical-coordinate representation of color #18283C: hue angle of 213.33º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #18283C is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB244060-
CMYK0.600.3300.76
HSL213.33º42.86%16.47%-
HSV(B)213.33º60%23.53%-
XYZ1.952.044.57-
YUV37.5140.7118.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.35%
GREEN value IS 40 (16.02% from 255) = 32.26%
BLUE value IS 60 (23.83% from 255) = 48.39%
R=19.35%
G=32.26%
B=48.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2440600.600.3300.76213.3342.8616.47
Hex18283C3C2104Cd52b10
Octal305074744101143255320
Binary11000101000111100111100100001010011001101010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18283C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18283C; }

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

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

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

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

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

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

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

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