#18202D

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

Shades of Midnight Express #18202D

Tints of Midnight Express #18202D

Color information

#18202D (or 0x18202D) is unknown color: approx Midnight Express. HEX triplet: 18, 20 and 2D. RGB value is (24,32,45). Sum of RGB (Red+Green+Blue) = 24+32+45=101 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.76% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 45 - color contains mainly: blue. Hex color #18202D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18202D is #E7DFD2. Grayscale: #1F1F1F. Windows color (decimal): -15196115 or 2957336. OLE color: 2957336.

HSL color Cylindrical-coordinate representation of color #18202D: hue angle of 217.14º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #18202D is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB243245-
CMYK0.470.2900.82
HSL217.14º30.43%13.53%-
HSV(B)217.14º46.67%17.65%-
XYZ1.371.422.68-
YUV31.09135.85122.94-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.76%
GREEN value IS 32 (12.89% from 255) = 31.68%
BLUE value IS 45 (17.97% from 255) = 44.55%
R=23.76%
G=31.68%
B=44.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2432450.470.2900.82217.1430.4313.53
Hex18202D2F1D052d91ee
Octal304055573501223313616
Binary11000100000101101101111111010101001011011001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,32,45); }

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

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

 a { background-color: rgb(24,32,45); }

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

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

 span { border-color: rgb(24,32,45); }

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