#18223E

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

Shades of Midnight Express #18223E

Tints of Midnight Express #18223E

Color information

#18223E (or 0x18223E) is unknown color: approx Midnight Express. HEX triplet: 18, 22 and 3E. RGB value is (24,34,62). Sum of RGB (Red+Green+Blue) = 24+34+62=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 62 (24.61% from 255 or 51.67% from 120); Max value from RGB is 62 - color contains mainly: blue. Hex color #18223E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18223E is #E7DDC1. Grayscale: #222222. Windows color (decimal): -15195586 or 4071960. OLE color: 4071960.

HSL color Cylindrical-coordinate representation of color #18223E: hue angle of 224.21º 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 #18223E is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB243462-
CMYK0.610.4500.76
HSL224.21º44.19%16.86%-
HSV(B)224.21º61.29%24.31%-
XYZ1.821.694.79-
YUV34.2143.69120.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20%
GREEN value IS 34 (13.67% from 255) = 28.33%
BLUE value IS 62 (24.61% from 255) = 51.67%
R=20%
G=28.33%
B=51.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2434620.610.4500.76224.2144.1916.86
Hex18223E3D2D04Ce02c11
Octal304276755501143405421
Binary11000100010111110111101101101010011001110000010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18223E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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