COLOR #111419

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

17
20
25

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

Portions of RGB colors in percentages

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

%27.42
%32.26
%40.32

CMYK color model

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

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

CMYK percentages

%32
%20
%0
%90.2

Codes

Color #111419 in popluar color models

111419
RGB172025
HSL218°19.05%8.24%
HSB/HSV218°32.00%9.80%
CMYK32.00%20.00%0.00%
90.20%

Color #111419 in popluar number systems.

HEX111419
Decimal172025
Binary100011010011001
Octal212431

Shades and tints

Shades of #111419

#111419
(17,20,25)
#101317
(16,19,23)
#0F1215
(15,18,21)
#0E1113
(14,17,19)
#0D1011
(13,16,17)
#0C0F0F
(12,15,15)
#0B0E0D
(11,14,13)
#0A0D0B
(10,13,11)
#090C09
(9,12,9)
#080B07
(8,11,7)
#070A05
(7,10,5)
#000000
(0,0,0)

Tints of #111419

#111419
(17,20,25)
#26292D
(38,41,45)
#3B3E41
(59,62,65)
#505355
(80,83,85)
#656869
(101,104,105)
#7A7D7D
(122,125,125)
#8F9291
(143,146,145)
#A4A7A5
(164,167,165)
#B9BCB9
(185,188,185)
#CED1CD
(206,209,205)
#E3E6E1
(227,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111419; }

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

This text font color is #111419.


Background Color

.myBgColor { background-color: #111419; }

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

This div background color is #111419.


Border color

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

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

This div border color is #111419.


Opacity

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

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

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

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

This text has shadow with #111419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111419 on black background.


Color preview on white background

This text has color #111419 on white background.



Black color preview on #111419 background

This text has black color on #111419 background.


White color preview on #111419 background

This text has white color on #111419 background.