COLOR #0B021F

HEX: #0B021F
RGB: (11,2,31)

Color info

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

RGB color model

#0B021F color RGB value is (11,2,31).

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

RGB channels and saturation

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

11
2
31

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

Portions of RGB colors in percentages

R + G + B =
11 + 2 + 31 = 44 (100%)
R 11 of 44 ~ 25%
G 2 of 44 ~ 4.55%
B 31 of 44 ~ 70.45%

%25
%70.45

CMYK color model

#0B021F color CMYK value is (65,94,0,88).

  • cyan value is 64.52%
  • magenta value is 93.55%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(65,94,0,88)
C65M94Y0K88 
(65%,94%,0%,88%)
(0.65/0.94/0.00/0.88)	

CMYK percentages

%64.52
%93.55
%0
%87.84

Codes

Color #0B021F in popluar color models

0B021F
RGB11231
HSL259°87.88%6.47%
HSB/HSV259°93.55%12.16%
CMYK64.52%93.55%0.00%
87.84%

Color #0B021F in popluar number systems.

HEX0B021F
Decimal11231
Binary10111011111
Octal13237

Shades and tints

Shades of #0B021F

#0B021F
(11,2,31)
#0A021D
(10,2,29)
#09021B
(9,2,27)
#080219
(8,2,25)
#070217
(7,2,23)
#060215
(6,2,21)
#050213
(5,2,19)
#040211
(4,2,17)
#03020F
(3,2,15)
#02020D
(2,2,13)
#01020B
(1,2,11)
#000000
(0,0,0)

Tints of #0B021F

#0B021F
(11,2,31)
#211933
(33,25,51)
#373047
(55,48,71)
#4D475B
(77,71,91)
#635E6F
(99,94,111)
#797583
(121,117,131)
#8F8C97
(143,140,151)
#A5A3AB
(165,163,171)
#BBBABF
(187,186,191)
#D1D1D3
(209,209,211)
#E7E8E7
(231,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B021F; }

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

This text font color is #0B021F.


Background Color

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

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

This div background color is #0B021F.


Border color

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

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

This div border color is #0B021F.


Opacity

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

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

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

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

This text has shadow with #0B021F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B021F on black background.


Color preview on white background

This text has color #0B021F on white background.



Black color preview on #0B021F background

This text has black color on #0B021F background.


White color preview on #0B021F background

This text has white color on #0B021F background.