COLOR #0B0A05

HEX: #0B0A05
RGB: (11,10,5)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

11
10
5

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

Portions of RGB colors in percentages

R + G + B =
11 + 10 + 5 = 26 (100%)
R 11 of 26 ~ 42.31%
G 10 of 26 ~ 38.46%
B 5 of 26 ~ 19.23%

%42.31
%38.46
%19.23

CMYK color model

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

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

CMYK percentages

%0
%9.09
%54.55
%95.69

Codes

Color #0B0A05 in popluar color models

0B0A05
RGB11105
HSL50°37.50%3.14%
HSB/HSV50°54.55%4.31%
CMYK0.00%9.09%54.55%
95.69%

Color #0B0A05 in popluar number systems.

HEX0B0A05
Decimal11105
Binary10111010101
Octal13125

Shades and tints

Shades of #0B0A05

#0B0A05
(11,10,5)
#0A0A05
(10,10,5)
#090A05
(9,10,5)
#080A05
(8,10,5)
#070A05
(7,10,5)
#060A05
(6,10,5)
#050A05
(5,10,5)
#040A05
(4,10,5)
#030A05
(3,10,5)
#020A05
(2,10,5)
#010A05
(1,10,5)
#000000
(0,0,0)

Tints of #0B0A05

#0B0A05
(11,10,5)
#21201B
(33,32,27)
#373631
(55,54,49)
#4D4C47
(77,76,71)
#63625D
(99,98,93)
#797873
(121,120,115)
#8F8E89
(143,142,137)
#A5A49F
(165,164,159)
#BBBAB5
(187,186,181)
#D1D0CB
(209,208,203)
#E7E6E1
(231,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0A05; }

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

This text font color is #0B0A05.


Background Color

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

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

This div background color is #0B0A05.


Border color

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

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

This div border color is #0B0A05.


Opacity

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

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

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

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

This text has shadow with #0B0A05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B0A05 on black background.


Color preview on white background

This text has color #0B0A05 on white background.



Black color preview on #0B0A05 background

This text has black color on #0B0A05 background.


White color preview on #0B0A05 background

This text has white color on #0B0A05 background.