#18202E

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

Shades of Midnight Express #18202E

Tints of Midnight Express #18202E

Color information

#18202E (or 0x18202E) is unknown color: approx Midnight Express. HEX triplet: 18, 20 and 2E. RGB value is (24,32,46). Sum of RGB (Red+Green+Blue) = 24+32+46=102 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.53% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 46 (18.36% from 255 or 45.10% from 102); Max value from RGB is 46 - color contains mainly: blue. Hex color #18202E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18202E is #E7DFD1. Grayscale: #1F1F1F. Windows color (decimal): -15196114 or 3022872. OLE color: 3022872.

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

Color convert

RGB243246-
CMYK0.480.3000.82
HSL218.18º31.43%13.73%-
HSV(B)218.18º47.83%18.04%-
XYZ1.391.422.79-
YUV31.2136.35122.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.53%
GREEN value IS 32 (12.89% from 255) = 31.37%
BLUE value IS 46 (18.36% from 255) = 45.10%
R=23.53%
G=31.37%
B=45.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2432460.480.3000.82218.1831.4313.73
Hex18202E301E052da1fe
Octal304056603601223323716
Binary11000100000101110110000111100101001011011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18202E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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