COLOR #09171B

HEX: #09171B
RGB: (9,23,27)

Color info

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

RGB color model

#09171B color RGB value is (9,23,27).

  • red value is 9;
  • green value is 23;
  • blue value is 27.
RGB:
(9,23,27)
(4%,9%,11%)

RGB channels and saturation

R 9 of 255 = 4%
G 23 of 255 = 9%
B 27 of 255 = 11%

9
23
27

R + G + B ~ 8%. #09171B is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 23 + 27 = 59 (100%)
R 9 of 59 ~ 15.25%
G 23 of 59 ~ 38.98%
B 27 of 59 ~ 45.76%

%15.25
%38.98
%45.76

CMYK color model

#09171B color CMYK value is (67,15,0,89).

  • cyan value is 66.67%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(67,15,0,89)
C67M15Y0K89 
(67%,15%,0%,89%)
(0.67/0.15/0.00/0.89)	

CMYK percentages

%66.67
%14.81
%0
%89.41

Codes

Color #09171B in popluar color models

09171B
RGB92327
HSL193°50.00%7.06%
HSB/HSV193°66.67%10.59%
CMYK66.67%14.81%0.00%
89.41%

Color #09171B in popluar number systems.

HEX09171B
Decimal92327
Binary10011011111011
Octal112733

Shades and tints

Shades of #09171B

#09171B
(9,23,27)
#091519
(9,21,25)
#091317
(9,19,23)
#091115
(9,17,21)
#090F13
(9,15,19)
#090D11
(9,13,17)
#090B0F
(9,11,15)
#09090D
(9,9,13)
#09070B
(9,7,11)
#090509
(9,5,9)
#090307
(9,3,7)
#000000
(0,0,0)

Tints of #09171B

#09171B
(9,23,27)
#1F2C2F
(31,44,47)
#354143
(53,65,67)
#4B5657
(75,86,87)
#616B6B
(97,107,107)
#77807F
(119,128,127)
#8D9593
(141,149,147)
#A3AAA7
(163,170,167)
#B9BFBB
(185,191,187)
#CFD4CF
(207,212,207)
#E5E9E3
(229,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09171B; }

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

This text font color is #09171B.


Background Color

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

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

This div background color is #09171B.


Border color

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

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

This div border color is #09171B.


Opacity

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

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

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

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

This text has shadow with #09171B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09171B on black background.


Color preview on white background

This text has color #09171B on white background.



Black color preview on #09171B background

This text has black color on #09171B background.


White color preview on #09171B background

This text has white color on #09171B background.