COLOR #110910

HEX: #110910 RGB: (17,9,16)

Color info

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

RGB color model

#110910 color RGB value is (17,9,16).

RGB: (17,9,16) (7%, 4%, 6%)

RGB channels and saturation

R 17 of 255 = 7%
G 9 of 255 = 4%
B 16 of 255 = 6%

17
9
16

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

Portions of RGB colors in percentages

R + G + B = 17 + 9 + 16 = 42 (100%)
R 17 of 42 ~ 40.48%
G 9 of 42 ~ 21.43%
B 16 of 42 ~ 38.1'%

%40.48
%21.43
%38.1

CMYK color model

#110910 color CMYK value is (0,47,6,93).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 5.88%
  • key color value is 93.33%
CMYK: (0,47,6,93) C0M47Y6K93 (0%,47%,6%,93%) (0.00/0.47/0.06/0.93) 

CMYK percentages

%0
%47.06
%5.88
%93.33

Codes

Color #110910 in popluar color models

11 09 10
RGB 17 9 16
HSL 308° 30.77% 5.10%
HSB/HSV 308° 47.06% 6.67%
CMYK 0.00% 47.06% 5.88%
93.33%

Color #110910 in popluar number systems.

HEX 11 09 10
Decimal 17 9 16
Binary 10001 1001 10000
Octal 21 11 20

Shades and tints

Shades of #110910

#110910
(17,9,16)
#10090F
(16,9,15)
#0F090E
(15,9,14)
#0E090D
(14,9,13)
#0D090C
(13,9,12)
#0C090B
(12,9,11)
#0B090A
(11,9,10)
#0A0909
(10,9,9)
#090908
(9,9,8)
#080907
(8,9,7)
#070906
(7,9,6)
#000000
(0,0,0)

Tints of #110910

#110910
(17,9,16)
#261F25
(38,31,37)
#3B353A
(59,53,58)
#504B4F
(80,75,79)
#656164
(101,97,100)
#7A7779
(122,119,121)
#8F8D8E
(143,141,142)
#A4A3A3
(164,163,163)
#B9B9B8
(185,185,184)
#CECFCD
(206,207,205)
#E3E5E2
(227,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #110910 color. Also use rgb(17,9,16) instead hex code.

Text Font Color

.myTextColor { color: #110910; }

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

This text font color is #110910.

Background Color

.myBgColor { background-color: #110910; }

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

This div background color is #110910.

Border color

.myBorderColor { border: 1px solid #110910; }

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

This div border color is #110910.

Opacity

.myOpacity80 { color: #110910; opacity: 0.8; }

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

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

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

This text has shadow with #110910 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #110910.

Preview

Color preview on black background

This text has color #110910 on black background.


Color preview on white background

This text has color #110910 on white background.


Black color preview on #110910 background

This text has black color on #110910 background.


White color preview on #110910 background

This text has white color on #110910 background.


Related colors

Complementary color

Complementary color for #hex is #EEF6EF.


I love getcolorcode.com

Triadic colors

1 #101109 and #091011 with #110910 are triadic colors.

2 #100911 and #091110 with #110910 are triadic colors.