COLOR #091113

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

9
17
19

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

Portions of RGB colors in percentages

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

%20
%37.78
%42.22

CMYK color model

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

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

CMYK percentages

%52.63
%10.53
%0
%92.55

Codes

Color #091113 in popluar color models

091113
RGB91719
HSL192°35.71%5.49%
HSB/HSV192°52.63%7.45%
CMYK52.63%10.53%0.00%
92.55%

Color #091113 in popluar number systems.

HEX091113
Decimal91719
Binary10011000110011
Octal112123

Shades and tints

Shades of #091113

#091113
(9,17,19)
#091012
(9,16,18)
#090F11
(9,15,17)
#090E10
(9,14,16)
#090D0F
(9,13,15)
#090C0E
(9,12,14)
#090B0D
(9,11,13)
#090A0C
(9,10,12)
#09090B
(9,9,11)
#09080A
(9,8,10)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #091113

#091113
(9,17,19)
#1F2628
(31,38,40)
#353B3D
(53,59,61)
#4B5052
(75,80,82)
#616567
(97,101,103)
#777A7C
(119,122,124)
#8D8F91
(141,143,145)
#A3A4A6
(163,164,166)
#B9B9BB
(185,185,187)
#CFCED0
(207,206,208)
#E5E3E5
(229,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091113; }

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

This text font color is #091113.


Background Color

.myBgColor { background-color: #091113; }

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

This div background color is #091113.


Border color

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

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

This div border color is #091113.


Opacity

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

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

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

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

This text has shadow with #091113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091113 on black background.


Color preview on white background

This text has color #091113 on white background.



Black color preview on #091113 background

This text has black color on #091113 background.


White color preview on #091113 background

This text has white color on #091113 background.