COLOR #09090B

HEX: #09090B
RGB: (9,9,11)

Color info

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

RGB color model

#09090B color RGB value is (9,9,11).

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

RGB channels and saturation

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

9
9
11

R + G + B ~ 4%. #09090B is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 9 + 11 = 29 (100%)
R 9 of 29 ~ 31.03%
G 9 of 29 ~ 31.03%
B 11 of 29 ~ 37.93%

%31.03
%31.03
%37.93

CMYK color model

#09090B color CMYK value is (18,18,0,96).

  • cyan value is 18.18%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 95.69%
CMYK:
(18,18,0,96)
C18M18Y0K96 
(18%,18%,0%,96%)
(0.18/0.18/0.00/0.96)	

CMYK percentages

%18.18
%18.18
%0
%95.69

Codes

Color #09090B in popluar color models

09090B
RGB9911
HSL240°10.00%3.92%
HSB/HSV240°18.18%4.31%
CMYK18.18%18.18%0.00%
95.69%

Color #09090B in popluar number systems.

HEX09090B
Decimal9911
Binary100110011011
Octal111113

Shades and tints

Shades of #09090B

#09090B
(9,9,11)
#09090A
(9,9,10)
#090909
(9,9,9)
#090908
(9,9,8)
#090907
(9,9,7)
#090906
(9,9,6)
#090905
(9,9,5)
#090904
(9,9,4)
#090903
(9,9,3)
#090902
(9,9,2)
#090901
(9,9,1)
#000000
(0,0,0)

Tints of #09090B

#09090B
(9,9,11)
#1F1F21
(31,31,33)
#353537
(53,53,55)
#4B4B4D
(75,75,77)
#616163
(97,97,99)
#777779
(119,119,121)
#8D8D8F
(141,141,143)
#A3A3A5
(163,163,165)
#B9B9BB
(185,185,187)
#CFCFD1
(207,207,209)
#E5E5E7
(229,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09090B; }

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

This text font color is #09090B.


Background Color

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

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

This div background color is #09090B.


Border color

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

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

This div border color is #09090B.


Opacity

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

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

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

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

This text has shadow with #09090B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09090B on black background.


Color preview on white background

This text has color #09090B on white background.



Black color preview on #09090B background

This text has black color on #09090B background.


White color preview on #09090B background

This text has white color on #09090B background.