COLOR #11110B

HEX: #11110B RGB: (17,17,11)

Color info

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

RGB color model

#11110B color RGB value is (17,17,11).

RGB: (17,17,11) (7%, 7%, 4%)

RGB channels and saturation

R 17 of 255 = 7%
G 17 of 255 = 7%
B 11 of 255 = 4%

17
17
11

R + G + B ~ 6%. #11110B is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 17 + 11 = 45 (100%)
R 17 of 45 ~ 37.78%
G 17 of 45 ~ 37.78%
B 11 of 45 ~ 24.44'%

%37.78
%37.78
%24.44

CMYK color model

#11110B color CMYK value is (0,0,35,93).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 93.33%

CMYK: (0,0,35,93)
C0M0Y35K93 (0%, 0%, 35%, 93%)
(0.00 / 0.00 / 0.35 / 0.93)

CMYK percentages

%0
%0
%35.29
%93.33

Codes

Color #11110B in popluar color models

11 11 0B
RGB 17 17 11
HSL 60° 21.43% 5.49%
HSB/HSV 60° 35.29% 6.67%
CMYK 0.00% 0.00% 35.29%
93.33%

Color #11110B in popluar number systems.

HEX 11 11 0B
Decimal 17 17 11
Binary 10001 10001 1011
Octal 21 21 13

Shades and tints

Shades of #11110B

#11110B
(17,17,11)
#10100A
(16,16,10)
#0F0F09
(15,15,9)
#0E0E08
(14,14,8)
#0D0D07
(13,13,7)
#0C0C06
(12,12,6)
#0B0B05
(11,11,5)
#0A0A04
(10,10,4)
#090903
(9,9,3)
#080802
(8,8,2)
#070701
(7,7,1)
#000000
(0,0,0)

Tints of #11110B

#11110B
(17,17,11)
#262621
(38,38,33)
#3B3B37
(59,59,55)
#50504D
(80,80,77)
#656563
(101,101,99)
#7A7A79
(122,122,121)
#8F8F8F
(143,143,143)
#A4A4A5
(164,164,165)
#B9B9BB
(185,185,187)
#CECED1
(206,206,209)
#E3E3E7
(227,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11110B color. Also use rgb(17,17,11) instead hex code.

Text Font Color

.myTextColor { color: #11110B; }

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

This text font color is #11110B.

Background Color

.myBgColor { background-color: #11110B; }

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

This div background color is #11110B.

Border color

.myBorderColor { border: 1px solid #11110B; }

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

This div border color is #11110B.

Opacity

.myOpacity80 { color: #11110B; opacity: 0.8; }

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

Text with #11110B 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 #11110B;}

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

This text has shadow with #11110B color.


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

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

This text has shadow with #11110B primary color and red secondary color.


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

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

This text has shadow with #11110B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #11110B.

Preview

Color preview on black background

This text has color #11110B on black background.


Color preview on white background

This text has color #11110B on white background.


Black color preview on #11110B background

This text has black color on #11110B background.


White color preview on #11110B background

This text has white color on #11110B background.


Related colors

Complementary color

Complementary color for #hex is #EEEEF4.


I love getcolorcode.com