COLOR #11181E

HEX: #11181E RGB: (17,24,30)

Color info

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

RGB color model

#11181E color RGB value is (17,24,30).

RGB: (17,24,30) (7%, 9%, 12%)

RGB channels and saturation

R 17 of 255 = 7%
G 24 of 255 = 9%
B 30 of 255 = 12%

17
24
30

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

Portions of RGB colors in percentages

R + G + B = 17 + 24 + 30 = 71 (100%)
R 17 of 71 ~ 23.94%
G 24 of 71 ~ 33.8%
B 30 of 71 ~ 42.25'%

%23.94
%33.8
%42.25

CMYK color model

#11181E color CMYK value is (43,20,0,88).

  • cyan value is 43.33%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 88.24%

CMYK: (43,20,0,88)
C43M20Y0K88 (43%, 20%, 0%, 88%)
(0.43 / 0.20 / 0.00 / 0.88)

CMYK percentages

%43.33
%20
%0
%88.24

Codes

Color #11181E in popluar color models

11 18 1E
RGB 17 24 30
HSL 208° 27.66% 9.22%
HSB/HSV 208° 43.33% 11.76%
CMYK 43.33% 20.00% 0.00%
88.24%

Color #11181E in popluar number systems.

HEX 11 18 1E
Decimal 17 24 30
Binary 10001 11000 11110
Octal 21 30 36

Shades and tints

Shades of #11181E

#11181E
(17,24,30)
#10161C
(16,22,28)
#0F141A
(15,20,26)
#0E1218
(14,18,24)
#0D1016
(13,16,22)
#0C0E14
(12,14,20)
#0B0C12
(11,12,18)
#0A0A10
(10,10,16)
#09080E
(9,8,14)
#08060C
(8,6,12)
#07040A
(7,4,10)
#000000
(0,0,0)

Tints of #11181E

#11181E
(17,24,30)
#262D32
(38,45,50)
#3B4246
(59,66,70)
#50575A
(80,87,90)
#656C6E
(101,108,110)
#7A8182
(122,129,130)
#8F9696
(143,150,150)
#A4ABAA
(164,171,170)
#B9C0BE
(185,192,190)
#CED5D2
(206,213,210)
#E3EAE6
(227,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11181E color. Also use rgb(17,24,30) instead hex code.

Text Font Color

.myTextColor { color: #11181E; }

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

This text font color is #11181E.

Background Color

.myBgColor { background-color: #11181E; }

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

This div background color is #11181E.

Border color

.myBorderColor { border: 1px solid #11181E; }

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

This div border color is #11181E.

Opacity

.myOpacity80 { color: #11181E; opacity: 0.8; }

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

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

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

This text has shadow with #11181E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #11181E.

Preview

Color preview on black background

This text has color #11181E on black background.


Color preview on white background

This text has color #11181E on white background.


Black color preview on #11181E background

This text has black color on #11181E background.


White color preview on #11181E background

This text has white color on #11181E background.


Related colors

Complementary color

Complementary color for #hex is #EEE7E1.


I love getcolorcode.com

Triadic colors

1 #1E1118 and #181E11 with #11181E are triadic colors.

2 #1E1811 and #18111E with #11181E are triadic colors.