COLOR #09091B

HEX: #09091B
RGB: (9,9,27)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

9
9
27

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

Portions of RGB colors in percentages

R + G + B =
9 + 9 + 27 = 45 (100%)
R 9 of 45 ~ 20%
G 9 of 45 ~ 20%
B 27 of 45 ~ 60%

%20
%20
%60

CMYK color model

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

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

CMYK percentages

%66.67
%66.67
%0
%89.41

Codes

Color #09091B in popluar color models

09091B
RGB9927
HSL240°50.00%7.06%
HSB/HSV240°66.67%10.59%
CMYK66.67%66.67%0.00%
89.41%

Color #09091B in popluar number systems.

HEX09091B
Decimal9927
Binary1001100111011
Octal111133

Shades and tints

Shades of #09091B

#09091B
(9,9,27)
#090919
(9,9,25)
#090917
(9,9,23)
#090915
(9,9,21)
#090913
(9,9,19)
#090911
(9,9,17)
#09090F
(9,9,15)
#09090D
(9,9,13)
#09090B
(9,9,11)
#090909
(9,9,9)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #09091B

#09091B
(9,9,27)
#1F1F2F
(31,31,47)
#353543
(53,53,67)
#4B4B57
(75,75,87)
#61616B
(97,97,107)
#77777F
(119,119,127)
#8D8D93
(141,141,147)
#A3A3A7
(163,163,167)
#B9B9BB
(185,185,187)
#CFCFCF
(207,207,207)
#E5E5E3
(229,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09091B; }

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

This text font color is #09091B.


Background Color

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

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

This div background color is #09091B.


Border color

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

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

This div border color is #09091B.


Opacity

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

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

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

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

This text has shadow with #09091B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09091B on black background.


Color preview on white background

This text has color #09091B on white background.



Black color preview on #09091B background

This text has black color on #09091B background.


White color preview on #09091B background

This text has white color on #09091B background.