COLOR #0B2020

HEX: #0B2020
RGB: (11,32,32)

Color info

#0B2020 contains red, green and blue colors in about the same proportion. Web safe color of #0B2020 is #003333 (or #033).

RGB color model

#0B2020 color RGB value is (11,32,32).

  • red value is 11;
  • green value is 32;
  • blue value is 32.
RGB:
(11,32,32)
(4%,13%,13%)

RGB channels and saturation

R 11 of 255 = 4%
G 32 of 255 = 13%
B 32 of 255 = 13%

11
32
32

R + G + B ~ 10%. #0B2020 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 32 + 32 = 75 (100%)
R 11 of 75 ~ 14.67%
G 32 of 75 ~ 42.67%
B 32 of 75 ~ 42.67%

%14.67
%42.67
%42.67

CMYK color model

#0B2020 color CMYK value is (66,0,0,87).

  • cyan value is 65.63%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(66,0,0,87)
C66M0Y0K87 
(66%,0%,0%,87%)
(0.66/0.00/0.00/0.87)	

CMYK percentages

%65.63
%0
%0
%87.45

Codes

Color #0B2020 in popluar color models

0B2020
RGB113232
HSL180°48.84%8.43%
HSB/HSV180°65.63%12.55%
CMYK65.63%0.00%0.00%
87.45%

Color #0B2020 in popluar number systems.

HEX0B2020
Decimal113232
Binary1011100000100000
Octal134040

Shades and tints

Shades of #0B2020

#0B2020
(11,32,32)
#0A1E1E
(10,30,30)
#091C1C
(9,28,28)
#081A1A
(8,26,26)
#071818
(7,24,24)
#061616
(6,22,22)
#051414
(5,20,20)
#041212
(4,18,18)
#031010
(3,16,16)
#020E0E
(2,14,14)
#010C0C
(1,12,12)
#000000
(0,0,0)

Tints of #0B2020

#0B2020
(11,32,32)
#213434
(33,52,52)
#374848
(55,72,72)
#4D5C5C
(77,92,92)
#637070
(99,112,112)
#798484
(121,132,132)
#8F9898
(143,152,152)
#A5ACAC
(165,172,172)
#BBC0C0
(187,192,192)
#D1D4D4
(209,212,212)
#E7E8E8
(231,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B2020; }

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

This text font color is #0B2020.


Background Color

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

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

This div background color is #0B2020.


Border color

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

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

This div border color is #0B2020.


Opacity

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

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

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

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

This text has shadow with #0B2020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B2020 on black background.


Color preview on white background

This text has color #0B2020 on white background.



Black color preview on #0B2020 background

This text has black color on #0B2020 background.


White color preview on #0B2020 background

This text has white color on #0B2020 background.