COLOR #0B200F

HEX: #0B200F
RGB: (11,32,15)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

11
32
15

R + G + B ~ 8%. #0B200F is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 32 + 15 = 58 (100%)
R 11 of 58 ~ 18.97%
G 32 of 58 ~ 55.17%
B 15 of 58 ~ 25.86%

%18.97
%55.17
%25.86

CMYK color model

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

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

CMYK percentages

%65.63
%0
%53.13
%87.45

Codes

Color #0B200F in popluar color models

0B200F
RGB113215
HSL131°48.84%8.43%
HSB/HSV131°65.63%12.55%
CMYK65.63%0.00%53.13%
87.45%

Color #0B200F in popluar number systems.

HEX0B200F
Decimal113215
Binary10111000001111
Octal134017

Shades and tints

Shades of #0B200F

#0B200F
(11,32,15)
#0A1E0E
(10,30,14)
#091C0D
(9,28,13)
#081A0C
(8,26,12)
#07180B
(7,24,11)
#06160A
(6,22,10)
#051409
(5,20,9)
#041208
(4,18,8)
#031007
(3,16,7)
#020E06
(2,14,6)
#010C05
(1,12,5)
#000000
(0,0,0)

Tints of #0B200F

#0B200F
(11,32,15)
#213424
(33,52,36)
#374839
(55,72,57)
#4D5C4E
(77,92,78)
#637063
(99,112,99)
#798478
(121,132,120)
#8F988D
(143,152,141)
#A5ACA2
(165,172,162)
#BBC0B7
(187,192,183)
#D1D4CC
(209,212,204)
#E7E8E1
(231,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B200F; }

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

This text font color is #0B200F.


Background Color

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

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

This div background color is #0B200F.


Border color

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

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

This div border color is #0B200F.


Opacity

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

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

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

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

This text has shadow with #0B200F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B200F on black background.


Color preview on white background

This text has color #0B200F on white background.



Black color preview on #0B200F background

This text has black color on #0B200F background.


White color preview on #0B200F background

This text has white color on #0B200F background.