COLOR #091911

HEX: #091911 RGB: (9,25,17)

Color info

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

RGB color model

#091911 color RGB value is (9,25,17).

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

RGB channels and saturation

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

9
25
17

R + G + B ~ 7%. #091911 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 25 + 17 = 51 (100%)
R 9 of 51 ~ 17.65%
G 25 of 51 ~ 49.02%
B 17 of 51 ~ 33.33'%

%17.65
%49.02
%33.33

CMYK color model

#091911 color CMYK value is (64,0,32,90).

  • cyan value is 64.00%
  • magenta value is 0.00%
  • yellow value is 32.00%
  • key color value is 90.20%
CMYK: (64,0,32,90) C64M0Y32K90 (64%,0%,32%,90%) (0.64/0.00/0.32/0.90) 

CMYK percentages

%64
%0
%32
%90.2

Codes

Color #091911 in popluar color models

09 19 11
RGB 9 25 17
HSL 150° 47.06% 6.67%
HSB/HSV 150° 64.00% 9.80%
CMYK 64.00% 0.00% 32.00%
90.20%

Color #091911 in popluar number systems.

HEX 09 19 11
Decimal 9 25 17
Binary 1001 11001 10001
Octal 11 31 21

Shades and tints

Shades of #091911

#091911
(9,25,17)
#091710
(9,23,16)
#09150F
(9,21,15)
#09130E
(9,19,14)
#09110D
(9,17,13)
#090F0C
(9,15,12)
#090D0B
(9,13,11)
#090B0A
(9,11,10)
#090909
(9,9,9)
#090708
(9,7,8)
#090507
(9,5,7)
#000000
(0,0,0)

Tints of #091911

#091911
(9,25,17)
#1F2D26
(31,45,38)
#35413B
(53,65,59)
#4B5550
(75,85,80)
#616965
(97,105,101)
#777D7A
(119,125,122)
#8D918F
(141,145,143)
#A3A5A4
(163,165,164)
#B9B9B9
(185,185,185)
#CFCDCE
(207,205,206)
#E5E1E3
(229,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091911; }

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

This text font color is #091911.

Background Color

.myBgColor { background-color: #091911; }

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

This div background color is #091911.

Border color

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

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

This div border color is #091911.

Opacity

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

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

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

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

This text has shadow with #091911 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #091911.

Preview

Color preview on black background

This text has color #091911 on black background.


Color preview on white background

This text has color #091911 on white background.


Black color preview on #091911 background

This text has black color on #091911 background.


White color preview on #091911 background

This text has white color on #091911 background.


Related colors

Complementary color

Complementary color for #hex is #F6E6EE.


I love getcolorcode.com

Triadic colors

1 #110919 and #191109 with #091911 are triadic colors.

2 #111909 and #190911 with #091911 are triadic colors.