#18223D

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

Shades of Midnight Express #18223D

Tints of Midnight Express #18223D

Color information

#18223D (or 0x18223D) is unknown color: approx Midnight Express. HEX triplet: 18, 22 and 3D. RGB value is (24,34,61). Sum of RGB (Red+Green+Blue) = 24+34+61=119 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.17% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 61 (24.22% from 255 or 51.26% from 119); Max value from RGB is 61 - color contains mainly: blue. Hex color #18223D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18223D is #E7DDC2. Grayscale: #212121. Windows color (decimal): -15195587 or 4006424. OLE color: 4006424.

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

Color convert

RGB243461-
CMYK0.610.4400.76
HSL223.78º43.53%16.67%-
HSV(B)223.78º60.66%23.92%-
XYZ1.791.684.64-
YUV34.09143.19120.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.17%
GREEN value IS 34 (13.67% from 255) = 28.57%
BLUE value IS 61 (24.22% from 255) = 51.26%
R=20.17%
G=28.57%
B=51.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2434610.610.4400.76223.7843.5316.67
Hex18223D3D2C04Ce02c11
Octal304275755401143405421
Binary11000100010111101111101101100010011001110000010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18223D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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