COLOR #09000B

HEX: #09000B
RGB: (9,0,11)

Color info

#09000B contains only red and blue colors. Web safe color of #09000B is #000000 (or #000).

RGB color model

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

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

RGB channels and saturation

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

9
0
11

R + G + B ~ 3%. #09000B is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 0 + 11 = 20 (100%)
R 9 of 20 ~ 45%
G 0 of 20 ~ 0%
B 11 of 20 ~ 55%

%45
%55

CMYK color model

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

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

CMYK percentages

%18.18
%100
%0
%95.69

Codes

Color #09000B in popluar color models

09000B
RGB9011
HSL289°100.00%2.16%
HSB/HSV289°100.00%4.31%
CMYK18.18%100.00%0.00%
95.69%

Color #09000B in popluar number systems.

HEX09000B
Decimal9011
Binary100101011
Octal11013

Shades and tints

Shades of #09000B

#09000B
(9,0,11)
#09000A
(9,0,10)
#090009
(9,0,9)
#090008
(9,0,8)
#090007
(9,0,7)
#090006
(9,0,6)
#090005
(9,0,5)
#090004
(9,0,4)
#090003
(9,0,3)
#090002
(9,0,2)
#090001
(9,0,1)
#000000
(0,0,0)

Tints of #09000B

#09000B
(9,0,11)
#1F1721
(31,23,33)
#352E37
(53,46,55)
#4B454D
(75,69,77)
#615C63
(97,92,99)
#777379
(119,115,121)
#8D8A8F
(141,138,143)
#A3A1A5
(163,161,165)
#B9B8BB
(185,184,187)
#CFCFD1
(207,207,209)
#E5E6E7
(229,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09000B; }

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

This text font color is #09000B.


Background Color

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

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

This div background color is #09000B.


Border color

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

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

This div border color is #09000B.


Opacity

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

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

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

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

This text has shadow with #09000B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09000B on black background.


Color preview on white background

This text has color #09000B on white background.



Black color preview on #09000B background

This text has black color on #09000B background.


White color preview on #09000B background

This text has white color on #09000B background.