COLOR #091111

HEX: #091111 RGB: (9,17,17)

Color info

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

RGB color model

#091111 color RGB value is (9,17,17).

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

RGB channels and saturation

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

9
17
17

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

Portions of RGB colors in percentages

R + G + B = 9 + 17 + 17 = 43 (100%)
R 9 of 43 ~ 20.93%
G 17 of 43 ~ 39.53%
B 17 of 43 ~ 39.53'%

%20.93
%39.53
%39.53

CMYK color model

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

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

CMYK percentages

%47.06
%0
%0
%93.33

Codes

Color #091111 in popluar color models

09 11 11
RGB 9 17 17
HSL 180° 30.77% 5.10%
HSB/HSV 180° 47.06% 6.67%
CMYK 47.06% 0.00% 0.00%
93.33%

Color #091111 in popluar number systems.

HEX 09 11 11
Decimal 9 17 17
Binary 1001 10001 10001
Octal 11 21 21

Shades and tints

Shades of #091111

#091111
(9,17,17)
#091010
(9,16,16)
#090F0F
(9,15,15)
#090E0E
(9,14,14)
#090D0D
(9,13,13)
#090C0C
(9,12,12)
#090B0B
(9,11,11)
#090A0A
(9,10,10)
#090909
(9,9,9)
#090808
(9,8,8)
#090707
(9,7,7)
#000000
(0,0,0)

Tints of #091111

#091111
(9,17,17)
#1F2626
(31,38,38)
#353B3B
(53,59,59)
#4B5050
(75,80,80)
#616565
(97,101,101)
#777A7A
(119,122,122)
#8D8F8F
(141,143,143)
#A3A4A4
(163,164,164)
#B9B9B9
(185,185,185)
#CFCECE
(207,206,206)
#E5E3E3
(229,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091111; }

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

This text font color is #091111.

Background Color

.myBgColor { background-color: #091111; }

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

This div background color is #091111.

Border color

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

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

This div border color is #091111.

Opacity

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

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

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

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

This text has shadow with #091111 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #091111.

Preview

Color preview on black background

This text has color #091111 on black background.


Color preview on white background

This text has color #091111 on white background.


Black color preview on #091111 background

This text has black color on #091111 background.


White color preview on #091111 background

This text has white color on #091111 background.


Related colors

Complementary color

Complementary color for #hex is #F6EEEE.


I love getcolorcode.com