COLOR #111415

HEX: #111415 RGB: (17,20,21)

Color info

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

RGB color model

#111415 color RGB value is (17,20,21).

RGB: (17,20,21) (7%, 8%, 8%)

RGB channels and saturation

R 17 of 255 = 7%
G 20 of 255 = 8%
B 21 of 255 = 8%

17
20
21

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

Portions of RGB colors in percentages

R + G + B = 17 + 20 + 21 = 58 (100%)
R 17 of 58 ~ 29.31%
G 20 of 58 ~ 34.48%
B 21 of 58 ~ 36.21'%

%29.31
%34.48
%36.21

CMYK color model

#111415 color CMYK value is (19,5,0,92).

  • cyan value is 19.05%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 91.76%

CMYK: (19,5,0,92)
C19M5Y0K92 (19%, 5%, 0%, 92%)
(0.19 / 0.05 / 0.00 / 0.92)

CMYK percentages

%19.05
%4.76
%0
%91.76

Codes

Color #111415 in popluar color models

11 14 15
RGB 17 20 21
HSL 195° 10.53% 7.45%
HSB/HSV 195° 19.05% 8.24%
CMYK 19.05% 4.76% 0.00%
91.76%

Color #111415 in popluar number systems.

HEX 11 14 15
Decimal 17 20 21
Binary 10001 10100 10101
Octal 21 24 25

Shades and tints

Shades of #111415

#111415
(17,20,21)
#101314
(16,19,20)
#0F1213
(15,18,19)
#0E1112
(14,17,18)
#0D1011
(13,16,17)
#0C0F10
(12,15,16)
#0B0E0F
(11,14,15)
#0A0D0E
(10,13,14)
#090C0D
(9,12,13)
#080B0C
(8,11,12)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #111415

#111415
(17,20,21)
#26292A
(38,41,42)
#3B3E3F
(59,62,63)
#505354
(80,83,84)
#656869
(101,104,105)
#7A7D7E
(122,125,126)
#8F9293
(143,146,147)
#A4A7A8
(164,167,168)
#B9BCBD
(185,188,189)
#CED1D2
(206,209,210)
#E3E6E7
(227,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #111415 color. Also use rgb(17,20,21) instead hex code.

Text Font Color

.myTextColor { color: #111415; }

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

This text font color is #111415.

Background Color

.myBgColor { background-color: #111415; }

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

This div background color is #111415.

Border color

.myBorderColor { border: 1px solid #111415; }

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

This div border color is #111415.

Opacity

.myOpacity80 { color: #111415; opacity: 0.8; }

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

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

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

This text has shadow with #111415 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #111415.

Preview

Color preview on black background

This text has color #111415 on black background.


Color preview on white background

This text has color #111415 on white background.


Black color preview on #111415 background

This text has black color on #111415 background.


White color preview on #111415 background

This text has white color on #111415 background.


Related colors

Complementary color

Complementary color for #hex is #EEEBEA.


I love getcolorcode.com

Triadic colors

1 #151114 and #141511 with #111415 are triadic colors.

2 #151411 and #141115 with #111415 are triadic colors.