COLOR #091110

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

9
17
16

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

Portions of RGB colors in percentages

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

%21.43
%40.48
%38.1

CMYK color model

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

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

CMYK percentages

%47.06
%0
%5.88
%93.33

Codes

Color #091110 in popluar color models

091110
RGB91716
HSL173°30.77%5.10%
HSB/HSV173°47.06%6.67%
CMYK47.06%0.00%5.88%
93.33%

Color #091110 in popluar number systems.

HEX091110
Decimal91716
Binary10011000110000
Octal112120

Shades and tints

Shades of #091110

#091110
(9,17,16)
#09100F
(9,16,15)
#090F0E
(9,15,14)
#090E0D
(9,14,13)
#090D0C
(9,13,12)
#090C0B
(9,12,11)
#090B0A
(9,11,10)
#090A09
(9,10,9)
#090908
(9,9,8)
#090807
(9,8,7)
#090706
(9,7,6)
#000000
(0,0,0)

Tints of #091110

#091110
(9,17,16)
#1F2625
(31,38,37)
#353B3A
(53,59,58)
#4B504F
(75,80,79)
#616564
(97,101,100)
#777A79
(119,122,121)
#8D8F8E
(141,143,142)
#A3A4A3
(163,164,163)
#B9B9B8
(185,185,184)
#CFCECD
(207,206,205)
#E5E3E2
(229,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091110; }

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

This text font color is #091110.


Background Color

.myBgColor { background-color: #091110; }

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

This div background color is #091110.


Border color

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

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

This div border color is #091110.


Opacity

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

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

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

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

This text has shadow with #091110 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091110 on black background.


Color preview on white background

This text has color #091110 on white background.



Black color preview on #091110 background

This text has black color on #091110 background.


White color preview on #091110 background

This text has white color on #091110 background.