COLOR #11171B

HEX: #11171B RGB: (17,23,27)

Color info

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

RGB color model

#11171B color RGB value is (17,23,27).

RGB: (17,23,27) (7%, 9%, 11%)

RGB channels and saturation

R 17 of 255 = 7%
G 23 of 255 = 9%
B 27 of 255 = 11%

17
23
27

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

Portions of RGB colors in percentages

R + G + B = 17 + 23 + 27 = 67 (100%)
R 17 of 67 ~ 25.37%
G 23 of 67 ~ 34.33%
B 27 of 67 ~ 40.3'%

%25.37
%34.33
%40.3

CMYK color model

#11171B color CMYK value is (37,15,0,89).

  • cyan value is 37.04%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 89.41%

CMYK: (37,15,0,89)
C37M15Y0K89 (37%, 15%, 0%, 89%)
(0.37 / 0.15 / 0.00 / 0.89)

CMYK percentages

%37.04
%14.81
%0
%89.41

Codes

Color #11171B in popluar color models

11 17 1B
RGB 17 23 27
HSL 204° 22.73% 8.63%
HSB/HSV 204° 37.04% 10.59%
CMYK 37.04% 14.81% 0.00%
89.41%

Color #11171B in popluar number systems.

HEX 11 17 1B
Decimal 17 23 27
Binary 10001 10111 11011
Octal 21 27 33

Shades and tints

Shades of #11171B

#11171B
(17,23,27)
#101519
(16,21,25)
#0F1317
(15,19,23)
#0E1115
(14,17,21)
#0D0F13
(13,15,19)
#0C0D11
(12,13,17)
#0B0B0F
(11,11,15)
#0A090D
(10,9,13)
#09070B
(9,7,11)
#080509
(8,5,9)
#070307
(7,3,7)
#000000
(0,0,0)

Tints of #11171B

#11171B
(17,23,27)
#262C2F
(38,44,47)
#3B4143
(59,65,67)
#505657
(80,86,87)
#656B6B
(101,107,107)
#7A807F
(122,128,127)
#8F9593
(143,149,147)
#A4AAA7
(164,170,167)
#B9BFBB
(185,191,187)
#CED4CF
(206,212,207)
#E3E9E3
(227,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11171B color. Also use rgb(17,23,27) instead hex code.

Text Font Color

.myTextColor { color: #11171B; }

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

This text font color is #11171B.

Background Color

.myBgColor { background-color: #11171B; }

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

This div background color is #11171B.

Border color

.myBorderColor { border: 1px solid #11171B; }

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

This div border color is #11171B.

Opacity

.myOpacity80 { color: #11171B; opacity: 0.8; }

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

Text with #11171B 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 #11171B;}

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

This text has shadow with #11171B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #11171B.

Preview

Color preview on black background

This text has color #11171B on black background.


Color preview on white background

This text has color #11171B on white background.


Black color preview on #11171B background

This text has black color on #11171B background.


White color preview on #11171B background

This text has white color on #11171B background.


Related colors

Complementary color

Complementary color for #hex is #EEE8E4.


I love getcolorcode.com

Triadic colors

1 #1B1117 and #171B11 with #11171B are triadic colors.

2 #1B1711 and #17111B with #11171B are triadic colors.