COLOR #0B0508

HEX: #0B0508 RGB: (11,5,8)

Color info

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

RGB color model

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

RGB: (11,5,8) (4%, 2%, 3%)

RGB channels and saturation

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

11
5
8

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

Portions of RGB colors in percentages

R + G + B = 11 + 5 + 8 = 24 (100%)
R 11 of 24 ~ 45.83%
G 5 of 24 ~ 20.83%
B 8 of 24 ~ 33.33'%

%45.83
%20.83
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 27.27%
  • key color value is 95.69%

CMYK: (0,55,27,96)
C0M55Y27K96 (0%, 55%, 27%, 96%)
(0.00 / 0.55 / 0.27 / 0.96)

CMYK percentages

%0
%54.55
%27.27
%95.69

Codes

Color #0B0508 in popluar color models

0B 05 08
RGB 11 5 8
HSL 330° 37.50% 3.14%
HSB/HSV 330° 54.55% 4.31%
CMYK 0.00% 54.55% 27.27%
95.69%

Color #0B0508 in popluar number systems.

HEX 0B 05 08
Decimal 11 5 8
Binary 1011 101 1000
Octal 13 5 10

Shades and tints

Shades of #0B0508

#0B0508
(11,5,8)
#0A0508
(10,5,8)
#090508
(9,5,8)
#080508
(8,5,8)
#070508
(7,5,8)
#060508
(6,5,8)
#050508
(5,5,8)
#040508
(4,5,8)
#030508
(3,5,8)
#020508
(2,5,8)
#010508
(1,5,8)
#000000
(0,0,0)

Tints of #0B0508

#0B0508
(11,5,8)
#211B1E
(33,27,30)
#373134
(55,49,52)
#4D474A
(77,71,74)
#635D60
(99,93,96)
#797376
(121,115,118)
#8F898C
(143,137,140)
#A59FA2
(165,159,162)
#BBB5B8
(187,181,184)
#D1CBCE
(209,203,206)
#E7E1E4
(231,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0508; }

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

This text font color is #0B0508.

Background Color

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

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

This div background color is #0B0508.

Border color

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

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

This div border color is #0B0508.

Opacity

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

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

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

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

This text has shadow with #0B0508 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B0508.

Preview

Color preview on black background

This text has color #0B0508 on black background.


Color preview on white background

This text has color #0B0508 on white background.


Black color preview on #0B0508 background

This text has black color on #0B0508 background.


White color preview on #0B0508 background

This text has white color on #0B0508 background.


Related colors

Complementary color

Complementary color for #hex is #F4FAF7.


I love getcolorcode.com

Triadic colors

1 #080B05 and #05080B with #0B0508 are triadic colors.

2 #08050B and #050B08 with #0B0508 are triadic colors.