COLOR #111131

HEX: #111131 RGB: (17,17,49)

Color info

#111131 contains red, green and blue colors in about the same proportion. Web safe color of #111131 is #000033 (or #003).

RGB color model

#111131 color RGB value is (17,17,49).

RGB: (17,17,49) (7%, 7%, 19%)

RGB channels and saturation

R 17 of 255 = 7%
G 17 of 255 = 7%
B 49 of 255 = 19%

17
17
49

R + G + B ~ 11%. #111131 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 17 + 49 = 83 (100%)
R 17 of 83 ~ 20.48%
G 17 of 83 ~ 20.48%
B 49 of 83 ~ 59.04'%

%20.48
%20.48
%59.04

CMYK color model

#111131 color CMYK value is (65,65,0,81).

  • cyan value is 65.31%
  • magenta value is 65.31%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK: (65,65,0,81) C65M65Y0K81 (65%,65%,0%,81%) (0.65/0.65/0.00/0.81) 

CMYK percentages

%65.31
%65.31
%0
%80.78

Codes

Color #111131 in popluar color models

11 11 31
RGB 17 17 49
HSL 240° 48.48% 12.94%
HSB/HSV 240° 65.31% 19.22%
CMYK 65.31% 65.31% 0.00%
80.78%

Color #111131 in popluar number systems.

HEX 11 11 31
Decimal 17 17 49
Binary 10001 10001 110001
Octal 21 21 61

Shades and tints

Shades of #111131

#111131
(17,17,49)
#10102D
(16,16,45)
#0F0F29
(15,15,41)
#0E0E25
(14,14,37)
#0D0D21
(13,13,33)
#0C0C1D
(12,12,29)
#0B0B19
(11,11,25)
#0A0A15
(10,10,21)
#090911
(9,9,17)
#08080D
(8,8,13)
#070709
(7,7,9)
#000000
(0,0,0)

Tints of #111131

#111131
(17,17,49)
#262643
(38,38,67)
#3B3B55
(59,59,85)
#505067
(80,80,103)
#656579
(101,101,121)
#7A7A8B
(122,122,139)
#8F8F9D
(143,143,157)
#A4A4AF
(164,164,175)
#B9B9C1
(185,185,193)
#CECED3
(206,206,211)
#E3E3E5
(227,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #111131 color. Also use rgb(17,17,49) instead hex code.

Text Font Color

.myTextColor { color: #111131; }

<p style="color:#111131">This sample text font color is #111131.</p>

This text font color is #111131.

Background Color

.myBgColor { background-color: #111131; }

<div style="background-color:#111131">Inner text</div>

This div background color is #111131.

Border color

.myBorderColor { border: 1px solid #111131; }

<div style="border:3px solid #111131">Div</div>

This div border color is #111131.

Opacity

.myOpacity80 { color: #111131; opacity: 0.8; }

<p style="color:#111131;opacity:0.8;">80%</p>

Text with #111131 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #111131;}

<p style="text-shadow: 3px 3px 1px #111131">Text here.</p>

This text has shadow with #111131 color.


.textShadow {text-shadow: 3px 3px 1px #111131', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #111131, 5px 5px 20px red">Text here.</p>

This text has shadow with #111131 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#111131, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#111131, Direction=45, Strength=4)">Text</p>

This text has shadow with #111131 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #111131;
-webkit-box-shadow: 1px 1px 3px 2px #111131;
box-shadow: 1px 1px 3px 2px #111131;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #111131; -webkit-box-shadow: 1px 1px 3px 2px #111131; box-shadow:1px 1px 3px 2px #111131;">
Div content here
</div>

This div box has shadow with color #111131.

Preview

Color preview on black background

This text has color #111131 on black background.


Color preview on white background

This text has color #111131 on white background.


Black color preview on #111131 background

This text has black color on #111131 background.


White color preview on #111131 background

This text has white color on #111131 background.


Related colors

Complementary color

Complementary color for #hex is #EEEECE.


I love getcolorcode.com