COLOR #090B0B

HEX: #090B0B
RGB: (9,11,11)

Color info

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

RGB color model

#090B0B color RGB value is (9,11,11).

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

RGB channels and saturation

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

9
11
11

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

Portions of RGB colors in percentages

R + G + B =
9 + 11 + 11 = 31 (100%)
R 9 of 31 ~ 29.03%
G 11 of 31 ~ 35.48%
B 11 of 31 ~ 35.48%

%29.03
%35.48
%35.48

CMYK color model

#090B0B color CMYK value is (18,0,0,96).

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

CMYK percentages

%18.18
%0
%0
%95.69

Codes

Color #090B0B in popluar color models

090B0B
RGB91111
HSL180°10.00%3.92%
HSB/HSV180°18.18%4.31%
CMYK18.18%0.00%0.00%
95.69%

Color #090B0B in popluar number systems.

HEX090B0B
Decimal91111
Binary100110111011
Octal111313

Shades and tints

Shades of #090B0B

#090B0B
(9,11,11)
#090A0A
(9,10,10)
#090909
(9,9,9)
#090808
(9,8,8)
#090707
(9,7,7)
#090606
(9,6,6)
#090505
(9,5,5)
#090404
(9,4,4)
#090303
(9,3,3)
#090202
(9,2,2)
#090101
(9,1,1)
#000000
(0,0,0)

Tints of #090B0B

#090B0B
(9,11,11)
#1F2121
(31,33,33)
#353737
(53,55,55)
#4B4D4D
(75,77,77)
#616363
(97,99,99)
#777979
(119,121,121)
#8D8F8F
(141,143,143)
#A3A5A5
(163,165,165)
#B9BBBB
(185,187,187)
#CFD1D1
(207,209,209)
#E5E7E7
(229,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090B0B; }

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

This text font color is #090B0B.


Background Color

.myBgColor { background-color: #090B0B; }

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

This div background color is #090B0B.


Border color

.myBorderColor { border: 1px solid #090B0B; }

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

This div border color is #090B0B.


Opacity

.myOpacity80 { color: #090B0B; opacity: 0.8; }

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

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

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

This text has shadow with #090B0B color.

.textShadow {text-shadow: 3px 3px 1px #090B0B, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090B0B on black background.


Color preview on white background

This text has color #090B0B on white background.



Black color preview on #090B0B background

This text has black color on #090B0B background.


White color preview on #090B0B background

This text has white color on #090B0B background.