COLOR #111914

HEX: #111914
RGB: (17,25,20)

Color info

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

RGB color model

#111914 color RGB value is (17,25,20).

  • red value is 17;
  • green value is 25;
  • blue value is 20.
RGB:
(17,25,20)
(7%,10%,8%)

RGB channels and saturation

R 17 of 255 = 7%
G 25 of 255 = 10%
B 20 of 255 = 8%

17
25
20

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

Portions of RGB colors in percentages

R + G + B =
17 + 25 + 20 = 62 (100%)
R 17 of 62 ~ 27.42%
G 25 of 62 ~ 40.32%
B 20 of 62 ~ 32.26%

%27.42
%40.32
%32.26

CMYK color model

#111914 color CMYK value is (32,0,20,90).

  • cyan value is 32.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 90.20%
CMYK:
(32,0,20,90)
C32M0Y20K90 
(32%,0%,20%,90%)
(0.32/0.00/0.20/0.90)	

CMYK percentages

%32
%0
%20
%90.2

Codes

Color #111914 in popluar color models

111914
RGB172520
HSL143°19.05%8.24%
HSB/HSV143°32.00%9.80%
CMYK32.00%0.00%20.00%
90.20%

Color #111914 in popluar number systems.

HEX111914
Decimal172520
Binary100011100110100
Octal213124

Shades and tints

Shades of #111914

#111914
(17,25,20)
#101713
(16,23,19)
#0F1512
(15,21,18)
#0E1311
(14,19,17)
#0D1110
(13,17,16)
#0C0F0F
(12,15,15)
#0B0D0E
(11,13,14)
#0A0B0D
(10,11,13)
#09090C
(9,9,12)
#08070B
(8,7,11)
#07050A
(7,5,10)
#000000
(0,0,0)

Tints of #111914

#111914
(17,25,20)
#262D29
(38,45,41)
#3B413E
(59,65,62)
#505553
(80,85,83)
#656968
(101,105,104)
#7A7D7D
(122,125,125)
#8F9192
(143,145,146)
#A4A5A7
(164,165,167)
#B9B9BC
(185,185,188)
#CECDD1
(206,205,209)
#E3E1E6
(227,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111914; }

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

This text font color is #111914.


Background Color

.myBgColor { background-color: #111914; }

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

This div background color is #111914.


Border color

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

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

This div border color is #111914.


Opacity

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

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

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

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

This text has shadow with #111914 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111914 on black background.


Color preview on white background

This text has color #111914 on white background.



Black color preview on #111914 background

This text has black color on #111914 background.


White color preview on #111914 background

This text has white color on #111914 background.