COLOR #211724

HEX: #211724 RGB: (33,23,36)

Color info

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

RGB color model

#211724 color RGB value is (33,23,36).

RGB: (33,23,36) (13%, 9%, 14%)

RGB channels and saturation

R 33 of 255 = 13%
G 23 of 255 = 9%
B 36 of 255 = 14%

33
23
36

R + G + B ~ 12%. #211724 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 23 + 36 = 92 (100%)
R 33 of 92 ~ 35.87%
G 23 of 92 ~ 25%
B 36 of 92 ~ 39.13'%

%35.87
%25
%39.13

CMYK color model

#211724 color CMYK value is (8,36,0,86).

  • cyan value is 8.33%
  • magenta value is 36.11%
  • yellow value is 0.00%
  • key color value is 85.88%

CMYK: (8,36,0,86)
C8M36Y0K86 (8%, 36%, 0%, 86%)
(0.08 / 0.36 / 0.00 / 0.86)

CMYK percentages

%8.33
%36.11
%0
%85.88

Codes

Color #211724 in popluar color models

21 17 24
RGB 33 23 36
HSL 286° 22.03% 11.57%
HSB/HSV 286° 36.11% 14.12%
CMYK 8.33% 36.11% 0.00%
85.88%

Color #211724 in popluar number systems.

HEX 21 17 24
Decimal 33 23 36
Binary 100001 10111 100100
Octal 41 27 44

Shades and tints

Shades of #211724

#211724
(33,23,36)
#1E1521
(30,21,33)
#1B131E
(27,19,30)
#18111B
(24,17,27)
#150F18
(21,15,24)
#120D15
(18,13,21)
#0F0B12
(15,11,18)
#0C090F
(12,9,15)
#09070C
(9,7,12)
#060509
(6,5,9)
#030306
(3,3,6)
#000000
(0,0,0)

Tints of #211724

#211724
(33,23,36)
#352C37
(53,44,55)
#49414A
(73,65,74)
#5D565D
(93,86,93)
#716B70
(113,107,112)
#858083
(133,128,131)
#999596
(153,149,150)
#ADAAA9
(173,170,169)
#C1BFBC
(193,191,188)
#D5D4CF
(213,212,207)
#E9E9E2
(233,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #211724 color. Also use rgb(33,23,36) instead hex code.

Text Font Color

.myTextColor { color: #211724; }

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

This text font color is #211724.

Background Color

.myBgColor { background-color: #211724; }

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

This div background color is #211724.

Border color

.myBorderColor { border: 1px solid #211724; }

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

This div border color is #211724.

Opacity

.myOpacity80 { color: #211724; opacity: 0.8; }

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

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

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

This text has shadow with #211724 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #211724.

Preview

Color preview on black background

This text has color #211724 on black background.


Color preview on white background

This text has color #211724 on white background.


Black color preview on #211724 background

This text has black color on #211724 background.


White color preview on #211724 background

This text has white color on #211724 background.


Related colors

Complementary color

Complementary color for #hex is #DEE8DB.


I love getcolorcode.com

Triadic colors

1 #242117 and #172421 with #211724 are triadic colors.

2 #241721 and #172124 with #211724 are triadic colors.