COLOR #11171A

HEX: #11171A
RGB: (17,23,26)

Color info

#11171A contains red, green and blue colors in about the same proportion. Web safe color of #11171A is #000000 (or #000).

RGB color model

#11171A color RGB value is (17,23,26).

  • red value is 17;
  • green value is 23;
  • blue value is 26.
RGB:
(17,23,26)
(7%,9%,10%)

RGB channels and saturation

R 17 of 255 = 7%
G 23 of 255 = 9%
B 26 of 255 = 10%

17
23
26

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

Portions of RGB colors in percentages

R + G + B =
17 + 23 + 26 = 66 (100%)
R 17 of 66 ~ 25.76%
G 23 of 66 ~ 34.85%
B 26 of 66 ~ 39.39%

%25.76
%34.85
%39.39

CMYK color model

#11171A color CMYK value is (35,12,0,90).

  • cyan value is 34.62%
  • magenta value is 11.54%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(35,12,0,90)
C35M12Y0K90 
(35%,12%,0%,90%)
(0.35/0.12/0.00/0.90)	

CMYK percentages

%34.62
%11.54
%0
%89.8

Codes

Color #11171A in popluar color models

11171A
RGB172326
HSL200°20.93%8.43%
HSB/HSV200°34.62%10.20%
CMYK34.62%11.54%0.00%
89.80%

Color #11171A in popluar number systems.

HEX11171A
Decimal172326
Binary100011011111010
Octal212732

Shades and tints

Shades of #11171A

#11171A
(17,23,26)
#101518
(16,21,24)
#0F1316
(15,19,22)
#0E1114
(14,17,20)
#0D0F12
(13,15,18)
#0C0D10
(12,13,16)
#0B0B0E
(11,11,14)
#0A090C
(10,9,12)
#09070A
(9,7,10)
#080508
(8,5,8)
#070306
(7,3,6)
#000000
(0,0,0)

Tints of #11171A

#11171A
(17,23,26)
#262C2E
(38,44,46)
#3B4142
(59,65,66)
#505656
(80,86,86)
#656B6A
(101,107,106)
#7A807E
(122,128,126)
#8F9592
(143,149,146)
#A4AAA6
(164,170,166)
#B9BFBA
(185,191,186)
#CED4CE
(206,212,206)
#E3E9E2
(227,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11171A; }

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

This text font color is #11171A.


Background Color

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

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

This div background color is #11171A.


Border color

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

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

This div border color is #11171A.


Opacity

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

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

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

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

This text has shadow with #11171A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11171A on black background.


Color preview on white background

This text has color #11171A on white background.



Black color preview on #11171A background

This text has black color on #11171A background.


White color preview on #11171A background

This text has white color on #11171A background.