COLOR #091411

HEX: #091411 RGB: (9,20,17)

Color info

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

RGB color model

#091411 color RGB value is (9,20,17).

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

RGB channels and saturation

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

9
20
17

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

Portions of RGB colors in percentages

R + G + B = 9 + 20 + 17 = 46 (100%)
R 9 of 46 ~ 19.57%
G 20 of 46 ~ 43.48%
B 17 of 46 ~ 36.96'%

%19.57
%43.48
%36.96

CMYK color model

#091411 color CMYK value is (55,0,15,92).

  • cyan value is 55.00%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 92.16%
CMYK: (55,0,15,92) C55M0Y15K92 (55%,0%,15%,92%) (0.55/0.00/0.15/0.92) 

CMYK percentages

%55
%0
%15
%92.16

Codes

Color #091411 in popluar color models

09 14 11
RGB 9 20 17
HSL 164° 37.93% 5.69%
HSB/HSV 164° 55.00% 7.84%
CMYK 55.00% 0.00% 15.00%
92.16%

Color #091411 in popluar number systems.

HEX 09 14 11
Decimal 9 20 17
Binary 1001 10100 10001
Octal 11 24 21

Shades and tints

Shades of #091411

#091411
(9,20,17)
#091310
(9,19,16)
#09120F
(9,18,15)
#09110E
(9,17,14)
#09100D
(9,16,13)
#090F0C
(9,15,12)
#090E0B
(9,14,11)
#090D0A
(9,13,10)
#090C09
(9,12,9)
#090B08
(9,11,8)
#090A07
(9,10,7)
#000000
(0,0,0)

Tints of #091411

#091411
(9,20,17)
#1F2926
(31,41,38)
#353E3B
(53,62,59)
#4B5350
(75,83,80)
#616865
(97,104,101)
#777D7A
(119,125,122)
#8D928F
(141,146,143)
#A3A7A4
(163,167,164)
#B9BCB9
(185,188,185)
#CFD1CE
(207,209,206)
#E5E6E3
(229,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091411; }

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

This text font color is #091411.

Background Color

.myBgColor { background-color: #091411; }

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

This div background color is #091411.

Border color

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

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

This div border color is #091411.

Opacity

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

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

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

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

This text has shadow with #091411 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #091411.

Preview

Color preview on black background

This text has color #091411 on black background.


Color preview on white background

This text has color #091411 on white background.


Black color preview on #091411 background

This text has black color on #091411 background.


White color preview on #091411 background

This text has white color on #091411 background.


Related colors

Complementary color

Complementary color for #hex is #F6EBEE.


I love getcolorcode.com

Triadic colors

1 #110914 and #141109 with #091411 are triadic colors.

2 #111409 and #140911 with #091411 are triadic colors.