#18183D

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

Shades of Midnight Express #18183D

Tints of Midnight Express #18183D

Color information

#18183D (or 0x18183D) is unknown color: approx Midnight Express. HEX triplet: 18, 18 and 3D. RGB value is (24,24,61). Sum of RGB (Red+Green+Blue) = 24+24+61=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 61 (24.22% from 255 or 55.96% from 109); Max value from RGB is 61 - color contains mainly: blue. Hex color #18183D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18183D is #E7E7C2. Grayscale: #1C1C1C. Windows color (decimal): -15198147 or 4003864. OLE color: 4003864.

HSL color Cylindrical-coordinate representation of color #18183D: hue angle of 240º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #18183D is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB242461-
CMYK0.610.6100.76
HSL240º43.53%16.67%-
HSV(B)240º60.66%23.92%-
XYZ1.551.184.56-
YUV28.22146.5124.99-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.02%
GREEN value IS 24 (9.77% from 255) = 22.02%
BLUE value IS 61 (24.22% from 255) = 55.96%
R=22.02%
G=22.02%
B=55.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2424610.610.6100.7624043.5316.67
Hex18183D3D3D04Cf02c11
Octal303075757501143605421
Binary1100011000111101111101111101010011001111000010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18183D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18183D; }

 p { color: rgb(24,24,61); }

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

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

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

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

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

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

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