COLOR #21131B

HEX: #21131B
RGB: (33,19,27)

Color info

#21131B contains red, green and blue colors in about the same proportion. Web safe color of #21131B is #330033 (or #303).

RGB color model

#21131B color RGB value is (33,19,27).

  • red value is 33;
  • green value is 19;
  • blue value is 27.
RGB:
(33,19,27)
(13%,7%,11%)

RGB channels and saturation

R 33 of 255 = 13%
G 19 of 255 = 7%
B 27 of 255 = 11%

33
19
27

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

Portions of RGB colors in percentages

R + G + B =
33 + 19 + 27 = 79 (100%)
R 33 of 79 ~ 41.77%
G 19 of 79 ~ 24.05%
B 27 of 79 ~ 34.18%

%41.77
%24.05
%34.18

CMYK color model

#21131B color CMYK value is (0,42,18,87).

  • cyan value is 0.00%
  • magenta value is 42.42%
  • yellow value is 18.18%
  • key color value is 87.06%
CMYK:
(0,42,18,87)
C0M42Y18K87 
(0%,42%,18%,87%)
(0.00/0.42/0.18/0.87)	

CMYK percentages

%0
%42.42
%18.18
%87.06

Codes

Color #21131B in popluar color models

21131B
RGB331927
HSL326°26.92%10.20%
HSB/HSV326°42.42%12.94%
CMYK0.00%42.42%18.18%
87.06%

Color #21131B in popluar number systems.

HEX21131B
Decimal331927
Binary1000011001111011
Octal412333

Shades and tints

Shades of #21131B

#21131B
(33,19,27)
#1E1219
(30,18,25)
#1B1117
(27,17,23)
#181015
(24,16,21)
#150F13
(21,15,19)
#120E11
(18,14,17)
#0F0D0F
(15,13,15)
#0C0C0D
(12,12,13)
#090B0B
(9,11,11)
#060A09
(6,10,9)
#030907
(3,9,7)
#000000
(0,0,0)

Tints of #21131B

#21131B
(33,19,27)
#35282F
(53,40,47)
#493D43
(73,61,67)
#5D5257
(93,82,87)
#71676B
(113,103,107)
#857C7F
(133,124,127)
#999193
(153,145,147)
#ADA6A7
(173,166,167)
#C1BBBB
(193,187,187)
#D5D0CF
(213,208,207)
#E9E5E3
(233,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21131B color. Also use rgb(33,19,27) instead hex code.

Text Font Color

.myTextColor { color: #21131B; }

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

This text font color is #21131B.


Background Color

.myBgColor { background-color: #21131B; }

<div style="background-color:#21131B">Inner text</div>

This div background color is #21131B.


Border color

.myBorderColor { border: 1px solid #21131B; }

<div style="border:3px solid #21131B">Div</div>

This div border color is #21131B.


Opacity

.myOpacity80 { color: #21131B; opacity: 0.8; }

<p style="color:#21131B;opacity:0.8;">80%</p>

Text with #21131B 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 #21131B;}

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

This text has shadow with #21131B color.

.textShadow {text-shadow: 3px 3px 1px #21131B, 3px 3px 1px red;}

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

This text has shadow with #21131B primary color and red secondary color.


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

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

This text has shadow with #21131B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21131B on black background.


Color preview on white background

This text has color #21131B on white background.



Black color preview on #21131B background

This text has black color on #21131B background.


White color preview on #21131B background

This text has white color on #21131B background.