COLOR #0B050A

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

11
5
10

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

Portions of RGB colors in percentages

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

%42.31
%19.23
%38.46

CMYK color model

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

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

CMYK percentages

%0
%54.55
%9.09
%95.69

Codes

Color #0B050A in popluar color models

0B050A
RGB11510
HSL310°37.50%3.14%
HSB/HSV310°54.55%4.31%
CMYK0.00%54.55%9.09%
95.69%

Color #0B050A in popluar number systems.

HEX0B050A
Decimal11510
Binary10111011010
Octal13512

Shades and tints

Shades of #0B050A

#0B050A
(11,5,10)
#0A050A
(10,5,10)
#09050A
(9,5,10)
#08050A
(8,5,10)
#07050A
(7,5,10)
#06050A
(6,5,10)
#05050A
(5,5,10)
#04050A
(4,5,10)
#03050A
(3,5,10)
#02050A
(2,5,10)
#01050A
(1,5,10)
#000000
(0,0,0)

Tints of #0B050A

#0B050A
(11,5,10)
#211B20
(33,27,32)
#373136
(55,49,54)
#4D474C
(77,71,76)
#635D62
(99,93,98)
#797378
(121,115,120)
#8F898E
(143,137,142)
#A59FA4
(165,159,164)
#BBB5BA
(187,181,186)
#D1CBD0
(209,203,208)
#E7E1E6
(231,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B050A; }

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

This text font color is #0B050A.


Background Color

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

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

This div background color is #0B050A.


Border color

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

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

This div border color is #0B050A.


Opacity

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

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

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

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

This text has shadow with #0B050A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B050A on black background.


Color preview on white background

This text has color #0B050A on white background.



Black color preview on #0B050A background

This text has black color on #0B050A background.


White color preview on #0B050A background

This text has white color on #0B050A background.