COLOR #00090B

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

0
9
11

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

Portions of RGB colors in percentages

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

%45
%55

CMYK color model

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

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

CMYK percentages

%100
%18.18
%0
%95.69

Codes

Color #00090B in popluar color models

00090B
RGB0911
HSL191°100.00%2.16%
HSB/HSV191°100.00%4.31%
CMYK100.00%18.18%0.00%
95.69%

Color #00090B in popluar number systems.

HEX00090B
Decimal0911
Binary010011011
Octal01113

Shades and tints

Shades of #00090B

#00090B
(0,9,11)
#00090A
(0,9,10)
#000909
(0,9,9)
#000908
(0,9,8)
#000907
(0,9,7)
#000906
(0,9,6)
#000905
(0,9,5)
#000904
(0,9,4)
#000903
(0,9,3)
#000902
(0,9,2)
#000901
(0,9,1)
#000000
(0,0,0)

Tints of #00090B

#00090B
(0,9,11)
#171F21
(23,31,33)
#2E3537
(46,53,55)
#454B4D
(69,75,77)
#5C6163
(92,97,99)
#737779
(115,119,121)
#8A8D8F
(138,141,143)
#A1A3A5
(161,163,165)
#B8B9BB
(184,185,187)
#CFCFD1
(207,207,209)
#E6E5E7
(230,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00090B; }

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

This text font color is #00090B.


Background Color

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

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

This div background color is #00090B.


Border color

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

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

This div border color is #00090B.


Opacity

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

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

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

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

This text has shadow with #00090B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00090B on black background.


Color preview on white background

This text has color #00090B on white background.



Black color preview on #00090B background

This text has black color on #00090B background.


White color preview on #00090B background

This text has white color on #00090B background.