COLOR #111B19

HEX: #111B19
RGB: (17,27,25)

Color info

#111B19 contains red, green and blue colors in about the same proportion. Web safe color of #111B19 is #003300 (or #030).

RGB color model

#111B19 color RGB value is (17,27,25).

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

RGB channels and saturation

R 17 of 255 = 7%
G 27 of 255 = 11%
B 25 of 255 = 10%

17
27
25

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

Portions of RGB colors in percentages

R + G + B =
17 + 27 + 25 = 69 (100%)
R 17 of 69 ~ 24.64%
G 27 of 69 ~ 39.13%
B 25 of 69 ~ 36.23%

%24.64
%39.13
%36.23

CMYK color model

#111B19 color CMYK value is (37,0,7,89).

  • cyan value is 37.04%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 89.41%
CMYK:
(37,0,7,89)
C37M0Y7K89 
(37%,0%,7%,89%)
(0.37/0.00/0.07/0.89)	

CMYK percentages

%37.04
%0
%7.41
%89.41

Codes

Color #111B19 in popluar color models

111B19
RGB172725
HSL168°22.73%8.63%
HSB/HSV168°37.04%10.59%
CMYK37.04%0.00%7.41%
89.41%

Color #111B19 in popluar number systems.

HEX111B19
Decimal172725
Binary100011101111001
Octal213331

Shades and tints

Shades of #111B19

#111B19
(17,27,25)
#101917
(16,25,23)
#0F1715
(15,23,21)
#0E1513
(14,21,19)
#0D1311
(13,19,17)
#0C110F
(12,17,15)
#0B0F0D
(11,15,13)
#0A0D0B
(10,13,11)
#090B09
(9,11,9)
#080907
(8,9,7)
#070705
(7,7,5)
#000000
(0,0,0)

Tints of #111B19

#111B19
(17,27,25)
#262F2D
(38,47,45)
#3B4341
(59,67,65)
#505755
(80,87,85)
#656B69
(101,107,105)
#7A7F7D
(122,127,125)
#8F9391
(143,147,145)
#A4A7A5
(164,167,165)
#B9BBB9
(185,187,185)
#CECFCD
(206,207,205)
#E3E3E1
(227,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111B19; }

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

This text font color is #111B19.


Background Color

.myBgColor { background-color: #111B19; }

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

This div background color is #111B19.


Border color

.myBorderColor { border: 1px solid #111B19; }

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

This div border color is #111B19.


Opacity

.myOpacity80 { color: #111B19; opacity: 0.8; }

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

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

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

This text has shadow with #111B19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111B19 on black background.


Color preview on white background

This text has color #111B19 on white background.



Black color preview on #111B19 background

This text has black color on #111B19 background.


White color preview on #111B19 background

This text has white color on #111B19 background.