COLOR #0B0514

HEX: #0B0514
RGB: (11,5,20)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

11
5
20

R + G + B ~ 5%. #0B0514 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 5 + 20 = 36 (100%)
R 11 of 36 ~ 30.56%
G 5 of 36 ~ 13.89%
B 20 of 36 ~ 55.56%

%30.56
%13.89
%55.56

CMYK color model

#0B0514 color CMYK value is (45,75,0,92).

  • cyan value is 45.00%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 92.16%
CMYK:
(45,75,0,92)
C45M75Y0K92 
(45%,75%,0%,92%)
(0.45/0.75/0.00/0.92)	

CMYK percentages

%45
%75
%0
%92.16

Codes

Color #0B0514 in popluar color models

0B0514
RGB11520
HSL264°60.00%4.90%
HSB/HSV264°75.00%7.84%
CMYK45.00%75.00%0.00%
92.16%

Color #0B0514 in popluar number systems.

HEX0B0514
Decimal11520
Binary101110110100
Octal13524

Shades and tints

Shades of #0B0514

#0B0514
(11,5,20)
#0A0513
(10,5,19)
#090512
(9,5,18)
#080511
(8,5,17)
#070510
(7,5,16)
#06050F
(6,5,15)
#05050E
(5,5,14)
#04050D
(4,5,13)
#03050C
(3,5,12)
#02050B
(2,5,11)
#01050A
(1,5,10)
#000000
(0,0,0)

Tints of #0B0514

#0B0514
(11,5,20)
#211B29
(33,27,41)
#37313E
(55,49,62)
#4D4753
(77,71,83)
#635D68
(99,93,104)
#79737D
(121,115,125)
#8F8992
(143,137,146)
#A59FA7
(165,159,167)
#BBB5BC
(187,181,188)
#D1CBD1
(209,203,209)
#E7E1E6
(231,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0514; }

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

This text font color is #0B0514.


Background Color

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

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

This div background color is #0B0514.


Border color

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

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

This div border color is #0B0514.


Opacity

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

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

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

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

This text has shadow with #0B0514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B0514 on black background.


Color preview on white background

This text has color #0B0514 on white background.



Black color preview on #0B0514 background

This text has black color on #0B0514 background.


White color preview on #0B0514 background

This text has white color on #0B0514 background.