#11182F

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

Shades of Midnight Express #11182F

Tints of Midnight Express #11182F

Color information

#11182F (or 0x11182F) is unknown color: approx Midnight Express. HEX triplet: 11, 18 and 2F. RGB value is (17,24,47). Sum of RGB (Red+Green+Blue) = 17+24+47=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 47 (18.75% from 255 or 53.41% from 88); Max value from RGB is 47 - color contains mainly: blue. Hex color #11182F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11182F is #EEE7D0. Grayscale: #181818. Windows color (decimal): -15656913 or 3086353. OLE color: 3086353.

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

Color convert

RGB172447-
CMYK0.640.4900.82
HSL226º46.87%12.55%-
HSV(B)226º63.83%18.43%-
XYZ1.070.982.82-
YUV24.53140.68122.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.32%
GREEN value IS 24 (9.77% from 255) = 27.27%
BLUE value IS 47 (18.75% from 255) = 53.41%
R=19.32%
G=27.27%
B=53.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1724470.640.4900.8222646.8712.55
Hex11182F4031052e22fd
Octal2130571006101223425715
Binary1000111000101111100000011000101010010111000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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