COLOR #0B0501

HEX: #0B0501
RGB: (11,5,1)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

11
5
1

R + G + B ~ 2%. #0B0501 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 5 + 1 = 17 (100%)
R 11 of 17 ~ 64.71%
G 5 of 17 ~ 29.41%
B 1 of 17 ~ 5.88%

%64.71
%29.41

CMYK color model

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

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

CMYK percentages

%0
%54.55
%90.91
%95.69

Codes

Color #0B0501 in popluar color models

0B0501
RGB1151
HSL24°83.33%2.35%
HSB/HSV24°90.91%4.31%
CMYK0.00%54.55%90.91%
95.69%

Color #0B0501 in popluar number systems.

HEX0B0501
Decimal1151
Binary10111011
Octal1351

Shades and tints

Shades of #0B0501

#0B0501
(11,5,1)
#0A0501
(10,5,1)
#090501
(9,5,1)
#080501
(8,5,1)
#070501
(7,5,1)
#060501
(6,5,1)
#050501
(5,5,1)
#040501
(4,5,1)
#030501
(3,5,1)
#020501
(2,5,1)
#010501
(1,5,1)
#000000
(0,0,0)

Tints of #0B0501

#0B0501
(11,5,1)
#211B18
(33,27,24)
#37312F
(55,49,47)
#4D4746
(77,71,70)
#635D5D
(99,93,93)
#797374
(121,115,116)
#8F898B
(143,137,139)
#A59FA2
(165,159,162)
#BBB5B9
(187,181,185)
#D1CBD0
(209,203,208)
#E7E1E7
(231,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0501; }

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

This text font color is #0B0501.


Background Color

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

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

This div background color is #0B0501.


Border color

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

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

This div border color is #0B0501.


Opacity

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

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

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

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

This text has shadow with #0B0501 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B0501 on black background.


Color preview on white background

This text has color #0B0501 on white background.



Black color preview on #0B0501 background

This text has black color on #0B0501 background.


White color preview on #0B0501 background

This text has white color on #0B0501 background.