COLOR #11191C

HEX: #11191C RGB: (17,25,28)

Color info

#11191C contains red, green and blue colors in about the same proportion. Web safe color of #11191C is #000033 (or #003).

RGB color model

#11191C color RGB value is (17,25,28).

RGB: (17,25,28) (7%, 10%, 11%)

RGB channels and saturation

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

17
25
28

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

Portions of RGB colors in percentages

R + G + B = 17 + 25 + 28 = 70 (100%)
R 17 of 70 ~ 24.29%
G 25 of 70 ~ 35.71%
B 28 of 70 ~ 40'%

%24.29
%35.71
%40

CMYK color model

#11191C color CMYK value is (39,11,0,89).

  • cyan value is 39.29%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK: (39,11,0,89) C39M11Y0K89 (39%,11%,0%,89%) (0.39/0.11/0.00/0.89) 

CMYK percentages

%39.29
%10.71
%0
%89.02

Codes

Color #11191C in popluar color models

11 19 1C
RGB 17 25 28
HSL 196° 24.44% 8.82%
HSB/HSV 196° 39.29% 10.98%
CMYK 39.29% 10.71% 0.00%
89.02%

Color #11191C in popluar number systems.

HEX 11 19 1C
Decimal 17 25 28
Binary 10001 11001 11100
Octal 21 31 34

Shades and tints

Shades of #11191C

#11191C
(17,25,28)
#10171A
(16,23,26)
#0F1518
(15,21,24)
#0E1316
(14,19,22)
#0D1114
(13,17,20)
#0C0F12
(12,15,18)
#0B0D10
(11,13,16)
#0A0B0E
(10,11,14)
#09090C
(9,9,12)
#08070A
(8,7,10)
#070508
(7,5,8)
#000000
(0,0,0)

Tints of #11191C

#11191C
(17,25,28)
#262D30
(38,45,48)
#3B4144
(59,65,68)
#505558
(80,85,88)
#65696C
(101,105,108)
#7A7D80
(122,125,128)
#8F9194
(143,145,148)
#A4A5A8
(164,165,168)
#B9B9BC
(185,185,188)
#CECDD0
(206,205,208)
#E3E1E4
(227,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11191C; }

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

This text font color is #11191C.

Background Color

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

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

This div background color is #11191C.

Border color

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

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

This div border color is #11191C.

Opacity

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

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

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

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

This text has shadow with #11191C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #11191C.

Preview

Color preview on black background

This text has color #11191C on black background.


Color preview on white background

This text has color #11191C on white background.


Black color preview on #11191C background

This text has black color on #11191C background.


White color preview on #11191C background

This text has white color on #11191C background.


Related colors

Complementary color

Complementary color for #hex is #EEE6E3.


I love getcolorcode.com

Triadic colors

1 #1C1119 and #191C11 with #11191C are triadic colors.

2 #1C1911 and #19111C with #11191C are triadic colors.