#18213F

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

Shades of Midnight Express #18213F

Tints of Midnight Express #18213F

Color information

#18213F (or 0x18213F) is unknown color: approx Midnight Express. HEX triplet: 18, 21 and 3F. RGB value is (24,33,63). Sum of RGB (Red+Green+Blue) = 24+33+63=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 63 (25% from 255 or 52.5% from 120); Max value from RGB is 63 - color contains mainly: blue. Hex color #18213F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18213F is #E7DEC0. Grayscale: #212121. Windows color (decimal): -15195841 or 4137240. OLE color: 4137240.

HSL color Cylindrical-coordinate representation of color #18213F: hue angle of 226.15º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #18213F is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB243363-
CMYK0.620.4800.75
HSL226.15º44.83%17.06%-
HSV(B)226.15º61.9%24.71%-
XYZ1.821.644.92-
YUV33.73144.52121.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20%
GREEN value IS 33 (13.28% from 255) = 27.5%
BLUE value IS 63 (25% from 255) = 52.5%
R=20%
G=27.5%
B=52.5%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2433630.620.4800.75226.1544.8317.06
Hex18213F3E3004Be22d11
Octal304177766001133425521
Binary11000100001111111111110110000010010111110001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18213F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18213F; }

 p { color: rgb(24,33,63); }

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

<style>
 a { background-color: #18213F; }

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

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

<style>
 span { border-color: #18213F; }

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

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