COLOR #091112

HEX: #091112 RGB: (9,17,18)

Color info

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

RGB color model

#091112 color RGB value is (9,17,18).

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

RGB channels and saturation

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

9
17
18

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

Portions of RGB colors in percentages

R + G + B = 9 + 17 + 18 = 44 (100%)
R 9 of 44 ~ 20.45%
G 17 of 44 ~ 38.64%
B 18 of 44 ~ 40.91'%

%20.45
%38.64
%40.91

CMYK color model

#091112 color CMYK value is (50,6,0,93).

  • cyan value is 50.00%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 92.94%

CMYK: (50,6,0,93)
C50M6Y0K93 (50%, 6%, 0%, 93%)
(0.50 / 0.06 / 0.00 / 0.93)

CMYK percentages

%50
%5.56
%0
%92.94

Codes

Color #091112 in popluar color models

09 11 12
RGB 9 17 18
HSL 187° 33.33% 5.29%
HSB/HSV 187° 50.00% 7.06%
CMYK 50.00% 5.56% 0.00%
92.94%

Color #091112 in popluar number systems.

HEX 09 11 12
Decimal 9 17 18
Binary 1001 10001 10010
Octal 11 21 22

Shades and tints

Shades of #091112

#091112
(9,17,18)
#091011
(9,16,17)
#090F10
(9,15,16)
#090E0F
(9,14,15)
#090D0E
(9,13,14)
#090C0D
(9,12,13)
#090B0C
(9,11,12)
#090A0B
(9,10,11)
#09090A
(9,9,10)
#090809
(9,8,9)
#090708
(9,7,8)
#000000
(0,0,0)

Tints of #091112

#091112
(9,17,18)
#1F2627
(31,38,39)
#353B3C
(53,59,60)
#4B5051
(75,80,81)
#616566
(97,101,102)
#777A7B
(119,122,123)
#8D8F90
(141,143,144)
#A3A4A5
(163,164,165)
#B9B9BA
(185,185,186)
#CFCECF
(207,206,207)
#E5E3E4
(229,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091112; }

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

This text font color is #091112.

Background Color

.myBgColor { background-color: #091112; }

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

This div background color is #091112.

Border color

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

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

This div border color is #091112.

Opacity

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

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

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

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

This text has shadow with #091112 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #091112.

Preview

Color preview on black background

This text has color #091112 on black background.


Color preview on white background

This text has color #091112 on white background.


Black color preview on #091112 background

This text has black color on #091112 background.


White color preview on #091112 background

This text has white color on #091112 background.


Related colors

Complementary color

Complementary color for #hex is #F6EEED.


I love getcolorcode.com

Triadic colors

1 #120911 and #111209 with #091112 are triadic colors.

2 #121109 and #110912 with #091112 are triadic colors.