COLOR #17111A

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

Color info

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

RGB color model

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

RGB: (23,17,26) (9%, 7%, 10%)

RGB channels and saturation

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

23
17
26

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

Portions of RGB colors in percentages

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

%34.85
%25.76
%39.39

CMYK color model

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

  • cyan value is 11.54%
  • magenta value is 34.62%
  • yellow value is 0.00%
  • key color value is 89.80%

CMYK: (12,35,0,90)
C12M35Y0K90 (12%, 35%, 0%, 90%)
(0.12 / 0.35 / 0.00 / 0.90)

CMYK percentages

%11.54
%34.62
%0
%89.8

Codes

Color #17111A in popluar color models

17 11 1A
RGB 23 17 26
HSL 280° 20.93% 8.43%
HSB/HSV 280° 34.62% 10.20%
CMYK 11.54% 34.62% 0.00%
89.80%

Color #17111A in popluar number systems.

HEX 17 11 1A
Decimal 23 17 26
Binary 10111 10001 11010
Octal 27 21 32

Shades and tints

Shades of #17111A

#17111A
(23,17,26)
#151018
(21,16,24)
#130F16
(19,15,22)
#110E14
(17,14,20)
#0F0D12
(15,13,18)
#0D0C10
(13,12,16)
#0B0B0E
(11,11,14)
#090A0C
(9,10,12)
#07090A
(7,9,10)
#050808
(5,8,8)
#030706
(3,7,6)
#000000
(0,0,0)

Tints of #17111A

#17111A
(23,17,26)
#2C262E
(44,38,46)
#413B42
(65,59,66)
#565056
(86,80,86)
#6B656A
(107,101,106)
#807A7E
(128,122,126)
#958F92
(149,143,146)
#AAA4A6
(170,164,166)
#BFB9BA
(191,185,186)
#D4CECE
(212,206,206)
#E9E3E2
(233,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17111A; }

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

This text font color is #17111A.

Background Color

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

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

This div background color is #17111A.

Border color

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

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

This div border color is #17111A.

Opacity

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

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

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

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

This text has shadow with #17111A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #17111A.

Preview

Color preview on black background

This text has color #17111A on black background.


Color preview on white background

This text has color #17111A on white background.


Black color preview on #17111A background

This text has black color on #17111A background.


White color preview on #17111A background

This text has white color on #17111A background.


Related colors

Complementary color

Complementary color for #hex is #E8EEE5.


I love getcolorcode.com

Triadic colors

1 #1A1711 and #111A17 with #17111A are triadic colors.

2 #1A1117 and #11171A with #17111A are triadic colors.