COLOR #111815

HEX: #111815 RGB: (17,24,21)

Color info

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

RGB color model

#111815 color RGB value is (17,24,21).

RGB: (17,24,21) (7%, 9%, 8%)

RGB channels and saturation

R 17 of 255 = 7%
G 24 of 255 = 9%
B 21 of 255 = 8%

17
24
21

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

Portions of RGB colors in percentages

R + G + B = 17 + 24 + 21 = 62 (100%)
R 17 of 62 ~ 27.42%
G 24 of 62 ~ 38.71%
B 21 of 62 ~ 33.87'%

%27.42
%38.71
%33.87

CMYK color model

#111815 color CMYK value is (29,0,13,91).

  • cyan value is 29.17%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 90.59%

CMYK: (29,0,13,91)
C29M0Y13K91 (29%, 0%, 13%, 91%)
(0.29 / 0.00 / 0.13 / 0.91)

CMYK percentages

%29.17
%0
%12.5
%90.59

Codes

Color #111815 in popluar color models

11 18 15
RGB 17 24 21
HSL 154° 17.07% 8.04%
HSB/HSV 154° 29.17% 9.41%
CMYK 29.17% 0.00% 12.50%
90.59%

Color #111815 in popluar number systems.

HEX 11 18 15
Decimal 17 24 21
Binary 10001 11000 10101
Octal 21 30 25

Shades and tints

Shades of #111815

#111815
(17,24,21)
#101614
(16,22,20)
#0F1413
(15,20,19)
#0E1212
(14,18,18)
#0D1011
(13,16,17)
#0C0E10
(12,14,16)
#0B0C0F
(11,12,15)
#0A0A0E
(10,10,14)
#09080D
(9,8,13)
#08060C
(8,6,12)
#07040B
(7,4,11)
#000000
(0,0,0)

Tints of #111815

#111815
(17,24,21)
#262D2A
(38,45,42)
#3B423F
(59,66,63)
#505754
(80,87,84)
#656C69
(101,108,105)
#7A817E
(122,129,126)
#8F9693
(143,150,147)
#A4ABA8
(164,171,168)
#B9C0BD
(185,192,189)
#CED5D2
(206,213,210)
#E3EAE7
(227,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111815; }

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

This text font color is #111815.

Background Color

.myBgColor { background-color: #111815; }

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

This div background color is #111815.

Border color

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

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

This div border color is #111815.

Opacity

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

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

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

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

This text has shadow with #111815 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #111815.

Preview

Color preview on black background

This text has color #111815 on black background.


Color preview on white background

This text has color #111815 on white background.


Black color preview on #111815 background

This text has black color on #111815 background.


White color preview on #111815 background

This text has white color on #111815 background.


Related colors

Complementary color

Complementary color for #hex is #EEE7EA.


I love getcolorcode.com

Triadic colors

1 #151118 and #181511 with #111815 are triadic colors.

2 #151811 and #181115 with #111815 are triadic colors.