#18213E

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

Shades of Midnight Express #18213E

Tints of Midnight Express #18213E

Color information

#18213E (or 0x18213E) is unknown color: approx Midnight Express. HEX triplet: 18, 21 and 3E. RGB value is (24,33,62). Sum of RGB (Red+Green+Blue) = 24+33+62=119 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.17% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 62 (24.61% from 255 or 52.10% from 119); Max value from RGB is 62 - color contains mainly: blue. Hex color #18213E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18213E is #E7DEC1. Grayscale: #212121. Windows color (decimal): -15195842 or 4071704. OLE color: 4071704.

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

Color convert

RGB243362-
CMYK0.610.4700.76
HSL225.79º44.19%16.86%-
HSV(B)225.79º61.29%24.31%-
XYZ1.791.634.78-
YUV33.61144.02121.14-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.17%
GREEN value IS 33 (13.28% from 255) = 27.73%
BLUE value IS 62 (24.61% from 255) = 52.10%
R=20.17%
G=27.73%
B=52.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2433620.610.4700.76225.7944.1916.86
Hex18213E3D2F04Ce22c11
Octal304176755701143425421
Binary11000100001111110111101101111010011001110001010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18213E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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