#111B31

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

Shades of Midnight Express #111B31

Tints of Midnight Express #111B31

Color information

#111B31 (or 0x111B31) is unknown color: approx Midnight Express. HEX triplet: 11, 1B and 31. RGB value is (17,27,49). Sum of RGB (Red+Green+Blue) = 17+27+49=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 27 (10.94% from 255 or 29.03% from 93); Blue value is 49 (19.53% from 255 or 52.69% from 93); Max value from RGB is 49 - color contains mainly: blue. Hex color #111B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111B31 is #EEE4CE. Grayscale: #1A1A1A. Windows color (decimal): -15656143 or 3218193. OLE color: 3218193.

HSL color Cylindrical-coordinate representation of color #111B31: hue angle of 221.25º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #111B31 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB172749-
CMYK0.650.4500.81
HSL221.25º48.48%12.94%-
HSV(B)221.25º65.31%19.22%-
XYZ1.181.123.06-
YUV26.52140.69121.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.28%
GREEN value IS 27 (10.94% from 255) = 29.03%
BLUE value IS 49 (19.53% from 255) = 52.69%
R=18.28%
G=29.03%
B=52.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1727490.650.4500.81221.2548.4812.94
Hex111B31412D051dd30d
Octal2133611015501213356015
Binary1000111011110001100000110110101010001110111011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111B31; }

 p { color: rgb(17,27,49); }

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

<style>
 a { background-color: #111B31; }

 a { background-color: rgb(17,27,49); }

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

<style>
 span { border-color: #111B31; }

 span { border-color: rgb(17,27,49); }

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