COLOR #21131C

HEX: #21131C RGB: (33,19,28)

Color info

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

RGB color model

#21131C color RGB value is (33,19,28).

RGB: (33,19,28) (13%, 7%, 11%)

RGB channels and saturation

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

33
19
28

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

Portions of RGB colors in percentages

R + G + B = 33 + 19 + 28 = 80 (100%)
R 33 of 80 ~ 41.25%
G 19 of 80 ~ 23.75%
B 28 of 80 ~ 35'%

%41.25
%23.75
%35

CMYK color model

#21131C color CMYK value is (0,42,15,87).

  • cyan value is 0.00%
  • magenta value is 42.42%
  • yellow value is 15.15%
  • key color value is 87.06%

CMYK: (0,42,15,87)
C0M42Y15K87 (0%, 42%, 15%, 87%)
(0.00 / 0.42 / 0.15 / 0.87)

CMYK percentages

%0
%42.42
%15.15
%87.06

Codes

Color #21131C in popluar color models

21 13 1C
RGB 33 19 28
HSL 321° 26.92% 10.20%
HSB/HSV 321° 42.42% 12.94%
CMYK 0.00% 42.42% 15.15%
87.06%

Color #21131C in popluar number systems.

HEX 21 13 1C
Decimal 33 19 28
Binary 100001 10011 11100
Octal 41 23 34

Shades and tints

Shades of #21131C

#21131C
(33,19,28)
#1E121A
(30,18,26)
#1B1118
(27,17,24)
#181016
(24,16,22)
#150F14
(21,15,20)
#120E12
(18,14,18)
#0F0D10
(15,13,16)
#0C0C0E
(12,12,14)
#090B0C
(9,11,12)
#060A0A
(6,10,10)
#030908
(3,9,8)
#000000
(0,0,0)

Tints of #21131C

#21131C
(33,19,28)
#352830
(53,40,48)
#493D44
(73,61,68)
#5D5258
(93,82,88)
#71676C
(113,103,108)
#857C80
(133,124,128)
#999194
(153,145,148)
#ADA6A8
(173,166,168)
#C1BBBC
(193,187,188)
#D5D0D0
(213,208,208)
#E9E5E4
(233,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21131C; }

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

This text font color is #21131C.

Background Color

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

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

This div background color is #21131C.

Border color

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

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

This div border color is #21131C.

Opacity

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

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

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

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

This text has shadow with #21131C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #21131C.

Preview

Color preview on black background

This text has color #21131C on black background.


Color preview on white background

This text has color #21131C on white background.


Black color preview on #21131C background

This text has black color on #21131C background.


White color preview on #21131C background

This text has white color on #21131C background.


Related colors

Complementary color

Complementary color for #hex is #DEECE3.


I love getcolorcode.com

Triadic colors

1 #1C2113 and #131C21 with #21131C are triadic colors.

2 #1C1321 and #13211C with #21131C are triadic colors.