COLOR #0B090B

HEX: #0B090B
RGB: (11,9,11)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

11
9
11

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

Portions of RGB colors in percentages

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

%35.48
%29.03
%35.48

CMYK color model

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

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

CMYK percentages

%0
%18.18
%0
%95.69

Codes

Color #0B090B in popluar color models

0B090B
RGB11911
HSL300°10.00%3.92%
HSB/HSV300°18.18%4.31%
CMYK0.00%18.18%0.00%
95.69%

Color #0B090B in popluar number systems.

HEX0B090B
Decimal11911
Binary101110011011
Octal131113

Shades and tints

Shades of #0B090B

#0B090B
(11,9,11)
#0A090A
(10,9,10)
#090909
(9,9,9)
#080908
(8,9,8)
#070907
(7,9,7)
#060906
(6,9,6)
#050905
(5,9,5)
#040904
(4,9,4)
#030903
(3,9,3)
#020902
(2,9,2)
#010901
(1,9,1)
#000000
(0,0,0)

Tints of #0B090B

#0B090B
(11,9,11)
#211F21
(33,31,33)
#373537
(55,53,55)
#4D4B4D
(77,75,77)
#636163
(99,97,99)
#797779
(121,119,121)
#8F8D8F
(143,141,143)
#A5A3A5
(165,163,165)
#BBB9BB
(187,185,187)
#D1CFD1
(209,207,209)
#E7E5E7
(231,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B090B; }

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

This text font color is #0B090B.


Background Color

.myBgColor { background-color: #0B090B; }

<div style="background-color:#0B090B">Inner text</div>

This div background color is #0B090B.


Border color

.myBorderColor { border: 1px solid #0B090B; }

<div style="border:3px solid #0B090B">Div</div>

This div border color is #0B090B.


Opacity

.myOpacity80 { color: #0B090B; opacity: 0.8; }

<p style="color:#0B090B;opacity:0.8;">80%</p>

Text with #0B090B 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 #0B090B;}

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

This text has shadow with #0B090B color.

.textShadow {text-shadow: 3px 3px 1px #0B090B, 3px 3px 1px red;}

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

This text has shadow with #0B090B primary color and red secondary color.


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

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

This text has shadow with #0B090B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B090B on black background.


Color preview on white background

This text has color #0B090B on white background.



Black color preview on #0B090B background

This text has black color on #0B090B background.


White color preview on #0B090B background

This text has white color on #0B090B background.