#18163E

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

Shades of Midnight Express #18163E

Tints of Midnight Express #18163E

Color information

#18163E (or 0x18163E) is unknown color: approx Midnight Express. HEX triplet: 18, 16 and 3E. RGB value is (24,22,62). Sum of RGB (Red+Green+Blue) = 24+22+62=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 22 (8.98% from 255 or 20.37% from 108); Blue value is 62 (24.61% from 255 or 57.41% from 108); Max value from RGB is 62 - color contains mainly: blue. Hex color #18163E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18163E is #E7E9C1. Grayscale: #1B1B1B. Windows color (decimal): -15198658 or 4068888. OLE color: 4068888.

HSL color Cylindrical-coordinate representation of color #18163E: hue angle of 243º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #18163E is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB242262-
CMYK0.610.6500.76
HSL243º47.62%16.47%-
HSV(B)243º64.52%24.31%-
XYZ1.531.124.69-
YUV27.16147.66125.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.22%
GREEN value IS 22 (8.98% from 255) = 20.37%
BLUE value IS 62 (24.61% from 255) = 57.41%
R=22.22%
G=20.37%
B=57.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2422620.610.6500.7624347.6216.47
Hex18163E3D4104Cf33010
Octal3026767510101143636020
Binary11000101101111101111011000001010011001111001111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18163E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18163E; }

 p { color: rgb(24,22,62); }

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

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

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

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

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

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

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