COLOR #11111A

HEX: #11111A RGB: (17,17,26)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

17
17
26

R + G + B ~ 8%. #11111A is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 17 + 26 = 60 (100%)
R 17 of 60 ~ 28.33%
G 17 of 60 ~ 28.33%
B 26 of 60 ~ 43.33'%

%28.33
%28.33
%43.33

CMYK color model

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

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

CMYK: (35,35,0,90)
C35M35Y0K90 (35%, 35%, 0%, 90%)
(0.35 / 0.35 / 0.00 / 0.90)

CMYK percentages

%34.62
%34.62
%0
%89.8

Codes

Color #11111A in popluar color models

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

Color #11111A in popluar number systems.

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

Shades and tints

Shades of #11111A

#11111A
(17,17,26)
#101018
(16,16,24)
#0F0F16
(15,15,22)
#0E0E14
(14,14,20)
#0D0D12
(13,13,18)
#0C0C10
(12,12,16)
#0B0B0E
(11,11,14)
#0A0A0C
(10,10,12)
#09090A
(9,9,10)
#080808
(8,8,8)
#070706
(7,7,6)
#000000
(0,0,0)

Tints of #11111A

#11111A
(17,17,26)
#26262E
(38,38,46)
#3B3B42
(59,59,66)
#505056
(80,80,86)
#65656A
(101,101,106)
#7A7A7E
(122,122,126)
#8F8F92
(143,143,146)
#A4A4A6
(164,164,166)
#B9B9BA
(185,185,186)
#CECECE
(206,206,206)
#E3E3E2
(227,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11111A; }

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

This text font color is #11111A.

Background Color

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

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

This div background color is #11111A.

Border color

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

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

This div border color is #11111A.

Opacity

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

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

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

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

This text has shadow with #11111A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #11111A.

Preview

Color preview on black background

This text has color #11111A on black background.


Color preview on white background

This text has color #11111A on white background.


Black color preview on #11111A background

This text has black color on #11111A background.


White color preview on #11111A background

This text has white color on #11111A background.


Related colors

Complementary color

Complementary color for #hex is #EEEEE5.


I love getcolorcode.com