COLOR #21141B

HEX: #21141B
RGB: (33,20,27)

Color info

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

RGB color model

#21141B color RGB value is (33,20,27).

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

RGB channels and saturation

R 33 of 255 = 13%
G 20 of 255 = 8%
B 27 of 255 = 11%

33
20
27

R + G + B ~ 11%. #21141B is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 20 + 27 = 80 (100%)
R 33 of 80 ~ 41.25%
G 20 of 80 ~ 25%
B 27 of 80 ~ 33.75%

%41.25
%25
%33.75

CMYK color model

#21141B color CMYK value is (0,39,18,87).

  • cyan value is 0.00%
  • magenta value is 39.39%
  • yellow value is 18.18%
  • key color value is 87.06%
CMYK:
(0,39,18,87)
C0M39Y18K87 
(0%,39%,18%,87%)
(0.00/0.39/0.18/0.87)	

CMYK percentages

%0
%39.39
%18.18
%87.06

Codes

Color #21141B in popluar color models

21141B
RGB332027
HSL328°24.53%10.39%
HSB/HSV328°39.39%12.94%
CMYK0.00%39.39%18.18%
87.06%

Color #21141B in popluar number systems.

HEX21141B
Decimal332027
Binary1000011010011011
Octal412433

Shades and tints

Shades of #21141B

#21141B
(33,20,27)
#1E1319
(30,19,25)
#1B1217
(27,18,23)
#181115
(24,17,21)
#151013
(21,16,19)
#120F11
(18,15,17)
#0F0E0F
(15,14,15)
#0C0D0D
(12,13,13)
#090C0B
(9,12,11)
#060B09
(6,11,9)
#030A07
(3,10,7)
#000000
(0,0,0)

Tints of #21141B

#21141B
(33,20,27)
#35292F
(53,41,47)
#493E43
(73,62,67)
#5D5357
(93,83,87)
#71686B
(113,104,107)
#857D7F
(133,125,127)
#999293
(153,146,147)
#ADA7A7
(173,167,167)
#C1BCBB
(193,188,187)
#D5D1CF
(213,209,207)
#E9E6E3
(233,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21141B; }

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

This text font color is #21141B.


Background Color

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

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

This div background color is #21141B.


Border color

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

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

This div border color is #21141B.


Opacity

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

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

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

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

This text has shadow with #21141B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21141B on black background.


Color preview on white background

This text has color #21141B on white background.



Black color preview on #21141B background

This text has black color on #21141B background.


White color preview on #21141B background

This text has white color on #21141B background.