#18223A

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

Shades of Midnight Express #18223A

Tints of Midnight Express #18223A

Color information

#18223A (or 0x18223A) is unknown color: approx Midnight Express. HEX triplet: 18, 22 and 3A. RGB value is (24,34,58). Sum of RGB (Red+Green+Blue) = 24+34+58=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 58 (23.05% from 255 or 50% from 116); Max value from RGB is 58 - color contains mainly: blue. Hex color #18223A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18223A is #E7DDC5. Grayscale: #212121. Windows color (decimal): -15195590 or 3809816. OLE color: 3809816.

HSL color Cylindrical-coordinate representation of color #18223A: hue angle of 222.35º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #18223A is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB243458-
CMYK0.590.4100.77
HSL222.35º41.46%16.08%-
HSV(B)222.35º58.62%22.75%-
XYZ1.711.644.23-
YUV33.75141.69121.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.69%
GREEN value IS 34 (13.67% from 255) = 29.31%
BLUE value IS 58 (23.05% from 255) = 50%
R=20.69%
G=29.31%
B=50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2434580.590.4100.77222.3541.4616.08
Hex18223A3B2904Dde2910
Octal304272735101153365120
Binary11000100010111010111011101001010011011101111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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