#18202F

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

Shades of Midnight Express #18202F

Tints of Midnight Express #18202F

Color information

#18202F (or 0x18202F) is unknown color: approx Midnight Express. HEX triplet: 18, 20 and 2F. RGB value is (24,32,47). Sum of RGB (Red+Green+Blue) = 24+32+47=103 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.30% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 47 (18.75% from 255 or 45.63% from 103); Max value from RGB is 47 - color contains mainly: blue. Hex color #18202F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18202F is #E7DFD0. Grayscale: #1F1F1F. Windows color (decimal): -15196113 or 3088408. OLE color: 3088408.

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

Color convert

RGB243247-
CMYK0.490.3200.82
HSL219.13º32.39%13.92%-
HSV(B)219.13º48.94%18.43%-
XYZ1.411.432.89-
YUV31.32136.85122.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.30%
GREEN value IS 32 (12.89% from 255) = 31.07%
BLUE value IS 47 (18.75% from 255) = 45.63%
R=23.30%
G=31.07%
B=45.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2432470.490.3200.82219.1332.3913.92
Hex18202F3120052db20e
Octal304057614001223334016
Binary1100010000010111111000110000001010010110110111000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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