COLOR #111619

HEX: #111619 RGB: (17,22,25)

Color info

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

RGB color model

#111619 color RGB value is (17,22,25).

RGB: (17,22,25) (7%, 9%, 10%)

RGB channels and saturation

R 17 of 255 = 7%
G 22 of 255 = 9%
B 25 of 255 = 10%

17
22
25

R + G + B ~ 9%. #111619 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 22 + 25 = 64 (100%)
R 17 of 64 ~ 26.56%
G 22 of 64 ~ 34.38%
B 25 of 64 ~ 39.06'%

%26.56
%34.38
%39.06

CMYK color model

#111619 color CMYK value is (32,12,0,90).

  • cyan value is 32.00%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK: (32,12,0,90) C32M12Y0K90 (32%,12%,0%,90%) (0.32/0.12/0.00/0.90) 

CMYK percentages

%32
%12
%0
%90.2

Codes

Color #111619 in popluar color models

11 16 19
RGB 17 22 25
HSL 203° 19.05% 8.24%
HSB/HSV 203° 32.00% 9.80%
CMYK 32.00% 12.00% 0.00%
90.20%

Color #111619 in popluar number systems.

HEX 11 16 19
Decimal 17 22 25
Binary 10001 10110 11001
Octal 21 26 31

Shades and tints

Shades of #111619

#111619
(17,22,25)
#101417
(16,20,23)
#0F1215
(15,18,21)
#0E1013
(14,16,19)
#0D0E11
(13,14,17)
#0C0C0F
(12,12,15)
#0B0A0D
(11,10,13)
#0A080B
(10,8,11)
#090609
(9,6,9)
#080407
(8,4,7)
#070205
(7,2,5)
#000000
(0,0,0)

Tints of #111619

#111619
(17,22,25)
#262B2D
(38,43,45)
#3B4041
(59,64,65)
#505555
(80,85,85)
#656A69
(101,106,105)
#7A7F7D
(122,127,125)
#8F9491
(143,148,145)
#A4A9A5
(164,169,165)
#B9BEB9
(185,190,185)
#CED3CD
(206,211,205)
#E3E8E1
(227,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111619; }

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

This text font color is #111619.

Background Color

.myBgColor { background-color: #111619; }

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

This div background color is #111619.

Border color

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

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

This div border color is #111619.

Opacity

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

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

Text with #111619 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 #'.$colorObj['hex'].';}

<p style="text-shadow: 3px 3px 1px #'.$colorObj['hex'].'">Text here.</p>

'.str_replace('%color%',$colorObj['hex'],$lang['color_style_text_shadow_sample']).'

.textShadow {text-shadow: 3px 3px 1px #'.$colorObj['hex'].', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #'.$colorObj['hex'].', 5px 5px 20px red">Text here.</p>

'.str_replace('%color%',$colorObj['hex'],$lang['color_style_text_shadow_sample2']).'


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#'.$colorObj['hex'].', Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#'.$colorObj['hex'].', Direction=45, Strength=4)">Text</p>

This text has shadow with #'.$colorObj['hex'].' and red colors in old Internet Explorer.


'.$lang['color_style_box_shadow'].'

 /* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; -webkit-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; -webkit-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; box-shadow:1px 1px 3px 2px #'.$colorObj['hex'].';">
Div content here</div>
'.str_replace('%color%',$colorObj['hex'],$lang['color_style_box_shadow_sample']).'

Preview

Color preview on black background

This text has color #111619 on black background.


Color preview on white background

This text has color #111619 on white background.



Black color preview on #111619 background

This text has black color on #111619 background.


White color preview on #111619 background

This text has white color on #111619 background.