COLOR #0B201A

HEX: #0B201A
RGB: (11,32,26)

Color info

#0B201A contains red, green and blue colors in about the same proportion. Web safe color of #0B201A is #003300 (or #030).

RGB color model

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

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

RGB channels and saturation

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

11
32
26

R + G + B ~ 9%. #0B201A is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 32 + 26 = 69 (100%)
R 11 of 69 ~ 15.94%
G 32 of 69 ~ 46.38%
B 26 of 69 ~ 37.68%

%15.94
%46.38
%37.68

CMYK color model

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

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

CMYK percentages

%65.63
%0
%18.75
%87.45

Codes

Color #0B201A in popluar color models

0B201A
RGB113226
HSL163°48.84%8.43%
HSB/HSV163°65.63%12.55%
CMYK65.63%0.00%18.75%
87.45%

Color #0B201A in popluar number systems.

HEX0B201A
Decimal113226
Binary101110000011010
Octal134032

Shades and tints

Shades of #0B201A

#0B201A
(11,32,26)
#0A1E18
(10,30,24)
#091C16
(9,28,22)
#081A14
(8,26,20)
#071812
(7,24,18)
#061610
(6,22,16)
#05140E
(5,20,14)
#04120C
(4,18,12)
#03100A
(3,16,10)
#020E08
(2,14,8)
#010C06
(1,12,6)
#000000
(0,0,0)

Tints of #0B201A

#0B201A
(11,32,26)
#21342E
(33,52,46)
#374842
(55,72,66)
#4D5C56
(77,92,86)
#63706A
(99,112,106)
#79847E
(121,132,126)
#8F9892
(143,152,146)
#A5ACA6
(165,172,166)
#BBC0BA
(187,192,186)
#D1D4CE
(209,212,206)
#E7E8E2
(231,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B201A; }

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

This text font color is #0B201A.


Background Color

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

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

This div background color is #0B201A.


Border color

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

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

This div border color is #0B201A.


Opacity

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

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

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

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

This text has shadow with #0B201A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B201A on black background.


Color preview on white background

This text has color #0B201A on white background.



Black color preview on #0B201A background

This text has black color on #0B201A background.


White color preview on #0B201A background

This text has white color on #0B201A background.