COLOR #11131F

HEX: #11131F RGB: (17,19,31)

Color info

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

RGB color model

#11131F color RGB value is (17,19,31).

RGB: (17,19,31) (7%, 7%, 12%)

RGB channels and saturation

R 17 of 255 = 7%
G 19 of 255 = 7%
B 31 of 255 = 12%

17
19
31

R + G + B ~ 9%. #11131F is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 19 + 31 = 67 (100%)
R 17 of 67 ~ 25.37%
G 19 of 67 ~ 28.36%
B 31 of 67 ~ 46.27'%

%25.37
%28.36
%46.27

CMYK color model

#11131F color CMYK value is (45,39,0,88).

  • cyan value is 45.16%
  • magenta value is 38.71%
  • yellow value is 0.00%
  • key color value is 87.84%

CMYK: (45,39,0,88)
C45M39Y0K88 (45%, 39%, 0%, 88%)
(0.45 / 0.39 / 0.00 / 0.88)

CMYK percentages

%45.16
%38.71
%0
%87.84

Codes

Color #11131F in popluar color models

11 13 1F
RGB 17 19 31
HSL 231° 29.17% 9.41%
HSB/HSV 231° 45.16% 12.16%
CMYK 45.16% 38.71% 0.00%
87.84%

Color #11131F in popluar number systems.

HEX 11 13 1F
Decimal 17 19 31
Binary 10001 10011 11111
Octal 21 23 37

Shades and tints

Shades of #11131F

#11131F
(17,19,31)
#10121D
(16,18,29)
#0F111B
(15,17,27)
#0E1019
(14,16,25)
#0D0F17
(13,15,23)
#0C0E15
(12,14,21)
#0B0D13
(11,13,19)
#0A0C11
(10,12,17)
#090B0F
(9,11,15)
#080A0D
(8,10,13)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #11131F

#11131F
(17,19,31)
#262833
(38,40,51)
#3B3D47
(59,61,71)
#50525B
(80,82,91)
#65676F
(101,103,111)
#7A7C83
(122,124,131)
#8F9197
(143,145,151)
#A4A6AB
(164,166,171)
#B9BBBF
(185,187,191)
#CED0D3
(206,208,211)
#E3E5E7
(227,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11131F color. Also use rgb(17,19,31) instead hex code.

Text Font Color

.myTextColor { color: #11131F; }

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

This text font color is #11131F.

Background Color

.myBgColor { background-color: #11131F; }

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

This div background color is #11131F.

Border color

.myBorderColor { border: 1px solid #11131F; }

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

This div border color is #11131F.

Opacity

.myOpacity80 { color: #11131F; opacity: 0.8; }

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

Text with #11131F 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 #11131F;}

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

This text has shadow with #11131F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #11131F.

Preview

Color preview on black background

This text has color #11131F on black background.


Color preview on white background

This text has color #11131F on white background.


Black color preview on #11131F background

This text has black color on #11131F background.


White color preview on #11131F background

This text has white color on #11131F background.


Related colors

Complementary color

Complementary color for #hex is #EEECE0.


I love getcolorcode.com

Triadic colors

1 #1F1113 and #131F11 with #11131F are triadic colors.

2 #1F1311 and #13111F with #11131F are triadic colors.