COLOR #09111B

HEX: #09111B RGB: (9,17,27)

Color info

#09111B contains red, green and blue colors in about the same proportion. Web safe color of #09111B is #000033 (or #003).

RGB color model

#09111B color RGB value is (9,17,27).

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

RGB channels and saturation

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

9
17
27

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

Portions of RGB colors in percentages

R + G + B = 9 + 17 + 27 = 53 (100%)
R 9 of 53 ~ 16.98%
G 17 of 53 ~ 32.08%
B 27 of 53 ~ 50.94'%

%16.98
%32.08
%50.94

CMYK color model

#09111B color CMYK value is (67,37,0,89).

  • cyan value is 66.67%
  • magenta value is 37.04%
  • yellow value is 0.00%
  • key color value is 89.41%

CMYK: (67,37,0,89)
C67M37Y0K89 (67%, 37%, 0%, 89%)
(0.67 / 0.37 / 0.00 / 0.89)

CMYK percentages

%66.67
%37.04
%0
%89.41

Codes

Color #09111B in popluar color models

09 11 1B
RGB 9 17 27
HSL 213° 50.00% 7.06%
HSB/HSV 213° 66.67% 10.59%
CMYK 66.67% 37.04% 0.00%
89.41%

Color #09111B in popluar number systems.

HEX 09 11 1B
Decimal 9 17 27
Binary 1001 10001 11011
Octal 11 21 33

Shades and tints

Shades of #09111B

#09111B
(9,17,27)
#091019
(9,16,25)
#090F17
(9,15,23)
#090E15
(9,14,21)
#090D13
(9,13,19)
#090C11
(9,12,17)
#090B0F
(9,11,15)
#090A0D
(9,10,13)
#09090B
(9,9,11)
#090809
(9,8,9)
#090707
(9,7,7)
#000000
(0,0,0)

Tints of #09111B

#09111B
(9,17,27)
#1F262F
(31,38,47)
#353B43
(53,59,67)
#4B5057
(75,80,87)
#61656B
(97,101,107)
#777A7F
(119,122,127)
#8D8F93
(141,143,147)
#A3A4A7
(163,164,167)
#B9B9BB
(185,185,187)
#CFCECF
(207,206,207)
#E5E3E3
(229,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09111B; }

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

This text font color is #09111B.

Background Color

.myBgColor { background-color: #09111B; }

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

This div background color is #09111B.

Border color

.myBorderColor { border: 1px solid #09111B; }

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

This div border color is #09111B.

Opacity

.myOpacity80 { color: #09111B; opacity: 0.8; }

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

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

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

This text has shadow with #09111B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09111B.

Preview

Color preview on black background

This text has color #09111B on black background.


Color preview on white background

This text has color #09111B on white background.


Black color preview on #09111B background

This text has black color on #09111B background.


White color preview on #09111B background

This text has white color on #09111B background.


Related colors

Complementary color

Complementary color for #hex is #F6EEE4.


I love getcolorcode.com

Triadic colors

1 #1B0911 and #111B09 with #09111B are triadic colors.

2 #1B1109 and #11091B with #09111B are triadic colors.