COLOR #11191A

HEX: #11191A
RGB: (17,25,26)

Color info

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

RGB color model

#11191A color RGB value is (17,25,26).

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

RGB channels and saturation

R 17 of 255 = 7%
G 25 of 255 = 10%
B 26 of 255 = 10%

17
25
26

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

Portions of RGB colors in percentages

R + G + B =
17 + 25 + 26 = 68 (100%)
R 17 of 68 ~ 25%
G 25 of 68 ~ 36.76%
B 26 of 68 ~ 38.24%

%25
%36.76
%38.24

CMYK color model

#11191A color CMYK value is (35,4,0,90).

  • cyan value is 34.62%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(35,4,0,90)
C35M4Y0K90 
(35%,4%,0%,90%)
(0.35/0.04/0.00/0.90)	

CMYK percentages

%34.62
%3.85
%0
%89.8

Codes

Color #11191A in popluar color models

11191A
RGB172526
HSL187°20.93%8.43%
HSB/HSV187°34.62%10.20%
CMYK34.62%3.85%0.00%
89.80%

Color #11191A in popluar number systems.

HEX11191A
Decimal172526
Binary100011100111010
Octal213132

Shades and tints

Shades of #11191A

#11191A
(17,25,26)
#101718
(16,23,24)
#0F1516
(15,21,22)
#0E1314
(14,19,20)
#0D1112
(13,17,18)
#0C0F10
(12,15,16)
#0B0D0E
(11,13,14)
#0A0B0C
(10,11,12)
#09090A
(9,9,10)
#080708
(8,7,8)
#070506
(7,5,6)
#000000
(0,0,0)

Tints of #11191A

#11191A
(17,25,26)
#262D2E
(38,45,46)
#3B4142
(59,65,66)
#505556
(80,85,86)
#65696A
(101,105,106)
#7A7D7E
(122,125,126)
#8F9192
(143,145,146)
#A4A5A6
(164,165,166)
#B9B9BA
(185,185,186)
#CECDCE
(206,205,206)
#E3E1E2
(227,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11191A; }

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

This text font color is #11191A.


Background Color

.myBgColor { background-color: #11191A; }

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

This div background color is #11191A.


Border color

.myBorderColor { border: 1px solid #11191A; }

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

This div border color is #11191A.


Opacity

.myOpacity80 { color: #11191A; opacity: 0.8; }

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

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

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

This text has shadow with #11191A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11191A on black background.


Color preview on white background

This text has color #11191A on white background.



Black color preview on #11191A background

This text has black color on #11191A background.


White color preview on #11191A background

This text has white color on #11191A background.