COLOR #110913

HEX: #110913
RGB: (17,9,19)

Color info

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

RGB color model

#110913 color RGB value is (17,9,19).

  • red value is 17;
  • green value is 9;
  • blue value is 19.
RGB:
(17,9,19)
(7%,4%,7%)

RGB channels and saturation

R 17 of 255 = 7%
G 9 of 255 = 4%
B 19 of 255 = 7%

17
9
19

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

Portions of RGB colors in percentages

R + G + B =
17 + 9 + 19 = 45 (100%)
R 17 of 45 ~ 37.78%
G 9 of 45 ~ 20%
B 19 of 45 ~ 42.22%

%37.78
%20
%42.22

CMYK color model

#110913 color CMYK value is (11,53,0,93).

  • cyan value is 10.53%
  • magenta value is 52.63%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK:
(11,53,0,93)
C11M53Y0K93 
(11%,53%,0%,93%)
(0.11/0.53/0.00/0.93)	

CMYK percentages

%10.53
%52.63
%0
%92.55

Codes

Color #110913 in popluar color models

110913
RGB17919
HSL288°35.71%5.49%
HSB/HSV288°52.63%7.45%
CMYK10.53%52.63%0.00%
92.55%

Color #110913 in popluar number systems.

HEX110913
Decimal17919
Binary10001100110011
Octal211123

Shades and tints

Shades of #110913

#110913
(17,9,19)
#100912
(16,9,18)
#0F0911
(15,9,17)
#0E0910
(14,9,16)
#0D090F
(13,9,15)
#0C090E
(12,9,14)
#0B090D
(11,9,13)
#0A090C
(10,9,12)
#09090B
(9,9,11)
#08090A
(8,9,10)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #110913

#110913
(17,9,19)
#261F28
(38,31,40)
#3B353D
(59,53,61)
#504B52
(80,75,82)
#656167
(101,97,103)
#7A777C
(122,119,124)
#8F8D91
(143,141,145)
#A4A3A6
(164,163,166)
#B9B9BB
(185,185,187)
#CECFD0
(206,207,208)
#E3E5E5
(227,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110913; }

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

This text font color is #110913.


Background Color

.myBgColor { background-color: #110913; }

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

This div background color is #110913.


Border color

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

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

This div border color is #110913.


Opacity

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

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

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

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

This text has shadow with #110913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110913 on black background.


Color preview on white background

This text has color #110913 on white background.



Black color preview on #110913 background

This text has black color on #110913 background.


White color preview on #110913 background

This text has white color on #110913 background.