COLOR #0B061F

HEX: #0B061F
RGB: (11,6,31)

Color info

#0B061F contains red, green and blue colors in about the same proportion. Web safe color of #0B061F is #000033 (or #003).

RGB color model

#0B061F color RGB value is (11,6,31).

  • red value is 11;
  • green value is 6;
  • blue value is 31.
RGB:
(11,6,31)
(4%,2%,12%)

RGB channels and saturation

R 11 of 255 = 4%
G 6 of 255 = 2%
B 31 of 255 = 12%

11
6
31

R + G + B ~ 6%. #0B061F is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 6 + 31 = 48 (100%)
R 11 of 48 ~ 22.92%
G 6 of 48 ~ 12.5%
B 31 of 48 ~ 64.58%

%22.92
%12.5
%64.58

CMYK color model

#0B061F color CMYK value is (65,81,0,88).

  • cyan value is 64.52%
  • magenta value is 80.65%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(65,81,0,88)
C65M81Y0K88 
(65%,81%,0%,88%)
(0.65/0.81/0.00/0.88)	

CMYK percentages

%64.52
%80.65
%0
%87.84

Codes

Color #0B061F in popluar color models

0B061F
RGB11631
HSL252°67.57%7.25%
HSB/HSV252°80.65%12.16%
CMYK64.52%80.65%0.00%
87.84%

Color #0B061F in popluar number systems.

HEX0B061F
Decimal11631
Binary101111011111
Octal13637

Shades and tints

Shades of #0B061F

#0B061F
(11,6,31)
#0A061D
(10,6,29)
#09061B
(9,6,27)
#080619
(8,6,25)
#070617
(7,6,23)
#060615
(6,6,21)
#050613
(5,6,19)
#040611
(4,6,17)
#03060F
(3,6,15)
#02060D
(2,6,13)
#01060B
(1,6,11)
#000000
(0,0,0)

Tints of #0B061F

#0B061F
(11,6,31)
#211C33
(33,28,51)
#373247
(55,50,71)
#4D485B
(77,72,91)
#635E6F
(99,94,111)
#797483
(121,116,131)
#8F8A97
(143,138,151)
#A5A0AB
(165,160,171)
#BBB6BF
(187,182,191)
#D1CCD3
(209,204,211)
#E7E2E7
(231,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B061F color. Also use rgb(11,6,31) instead hex code.

Text Font Color

.myTextColor { color: #0B061F; }

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

This text font color is #0B061F.


Background Color

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

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

This div background color is #0B061F.


Border color

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

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

This div border color is #0B061F.


Opacity

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

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

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

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

This text has shadow with #0B061F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B061F on black background.


Color preview on white background

This text has color #0B061F on white background.



Black color preview on #0B061F background

This text has black color on #0B061F background.


White color preview on #0B061F background

This text has white color on #0B061F background.