COLOR #200B11

HEX: #200B11 RGB: (32,11,17)

Color info

#200B11 contains red, green and blue colors in about the same proportion. Web safe color of #200B11 is #330000 (or #300).

RGB color model

#200B11 color RGB value is (32,11,17).

RGB: (32,11,17) (13%, 4%, 7%)

RGB channels and saturation

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

32
11
17

R + G + B ~ 8%. #200B11 is dark color.

Portions of RGB colors in percentages

R + G + B = 32 + 11 + 17 = 60 (100%)
R 32 of 60 ~ 53.33%
G 11 of 60 ~ 18.33%
B 17 of 60 ~ 28.33'%

%53.33
%18.33
%28.33

CMYK color model

#200B11 color CMYK value is (0,66,47,87).

  • cyan value is 0.00%
  • magenta value is 65.63%
  • yellow value is 46.88%
  • key color value is 87.45%

CMYK: (0,66,47,87)
C0M66Y47K87 (0%, 66%, 47%, 87%)
(0.00 / 0.66 / 0.47 / 0.87)

CMYK percentages

%0
%65.63
%46.88
%87.45

Codes

Color #200B11 in popluar color models

20 0B 11
RGB 32 11 17
HSL 343° 48.84% 8.43%
HSB/HSV 343° 65.63% 12.55%
CMYK 0.00% 65.63% 46.88%
87.45%

Color #200B11 in popluar number systems.

HEX 20 0B 11
Decimal 32 11 17
Binary 100000 1011 10001
Octal 40 13 21

Shades and tints

Shades of #200B11

#200B11
(32,11,17)
#1E0A10
(30,10,16)
#1C090F
(28,9,15)
#1A080E
(26,8,14)
#18070D
(24,7,13)
#16060C
(22,6,12)
#14050B
(20,5,11)
#12040A
(18,4,10)
#100309
(16,3,9)
#0E0208
(14,2,8)
#0C0107
(12,1,7)
#000000
(0,0,0)

Tints of #200B11

#200B11
(32,11,17)
#342126
(52,33,38)
#48373B
(72,55,59)
#5C4D50
(92,77,80)
#706365
(112,99,101)
#84797A
(132,121,122)
#988F8F
(152,143,143)
#ACA5A4
(172,165,164)
#C0BBB9
(192,187,185)
#D4D1CE
(212,209,206)
#E8E7E3
(232,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #200B11; }

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

This text font color is #200B11.

Background Color

.myBgColor { background-color: #200B11; }

<div style="background-color:#200B11">Inner text</div>

This div background color is #200B11.

Border color

.myBorderColor { border: 1px solid #200B11; }

<div style="border:3px solid #200B11">Div</div>

This div border color is #200B11.

Opacity

.myOpacity80 { color: #200B11; opacity: 0.8; }

<p style="color:#200B11;opacity:0.8;">80%</p>

Text with #200B11 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 #200B11;}

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

This text has shadow with #200B11 color.


.textShadow {text-shadow: 3px 3px 1px #200B11', 3px 3px 1px red;}

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

This text has shadow with #200B11 primary color and red secondary color.


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

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

This text has shadow with #200B11 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #200B11; -webkit-box-shadow: 1px 1px 3px 2px #200B11; box-shadow:1px 1px 3px 2px #200B11;">
Div content here
</div>

This div box has shadow with color #200B11.

Preview

Color preview on black background

This text has color #200B11 on black background.


Color preview on white background

This text has color #200B11 on white background.


Black color preview on #200B11 background

This text has black color on #200B11 background.


White color preview on #200B11 background

This text has white color on #200B11 background.


Related colors

Complementary color

Complementary color for #hex is #DFF4EE.


I love getcolorcode.com

Triadic colors

1 #11200B and #0B1120 with #200B11 are triadic colors.

2 #110B20 and #0B2011 with #200B11 are triadic colors.