COLOR #0B050B

HEX: #0B050B
RGB: (11,5,11)

Color info

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

RGB color model

#0B050B color RGB value is (11,5,11).

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

RGB channels and saturation

R 11 of 255 = 4%
G 5 of 255 = 2%
B 11 of 255 = 4%

11
5
11

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

Portions of RGB colors in percentages

R + G + B =
11 + 5 + 11 = 27 (100%)
R 11 of 27 ~ 40.74%
G 5 of 27 ~ 18.52%
B 11 of 27 ~ 40.74%

%40.74
%18.52
%40.74

CMYK color model

#0B050B color CMYK value is (0,55,0,96).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 95.69%
CMYK:
(0,55,0,96)
C0M55Y0K96 
(0%,55%,0%,96%)
(0.00/0.55/0.00/0.96)	

CMYK percentages

%0
%54.55
%0
%95.69

Codes

Color #0B050B in popluar color models

0B050B
RGB11511
HSL300°37.50%3.14%
HSB/HSV300°54.55%4.31%
CMYK0.00%54.55%0.00%
95.69%

Color #0B050B in popluar number systems.

HEX0B050B
Decimal11511
Binary10111011011
Octal13513

Shades and tints

Shades of #0B050B

#0B050B
(11,5,11)
#0A050A
(10,5,10)
#090509
(9,5,9)
#080508
(8,5,8)
#070507
(7,5,7)
#060506
(6,5,6)
#050505
(5,5,5)
#040504
(4,5,4)
#030503
(3,5,3)
#020502
(2,5,2)
#010501
(1,5,1)
#000000
(0,0,0)

Tints of #0B050B

#0B050B
(11,5,11)
#211B21
(33,27,33)
#373137
(55,49,55)
#4D474D
(77,71,77)
#635D63
(99,93,99)
#797379
(121,115,121)
#8F898F
(143,137,143)
#A59FA5
(165,159,165)
#BBB5BB
(187,181,187)
#D1CBD1
(209,203,209)
#E7E1E7
(231,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B050B; }

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

This text font color is #0B050B.


Background Color

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

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

This div background color is #0B050B.


Border color

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

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

This div border color is #0B050B.


Opacity

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

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

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

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

This text has shadow with #0B050B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B050B on black background.


Color preview on white background

This text has color #0B050B on white background.



Black color preview on #0B050B background

This text has black color on #0B050B background.


White color preview on #0B050B background

This text has white color on #0B050B background.