COLOR #1D1D21

HEX: #1D1D21 RGB: (29,29,33)

Color info

#1D1D21 contains red, green and blue colors in about the same proportion. Web safe color of #1D1D21 is #333333 (or #333).

RGB color model

#1D1D21 color RGB value is (29,29,33).

RGB: (29,29,33) (11%, 11%, 13%)

RGB channels and saturation

R 29 of 255 = 11%
G 29 of 255 = 11%
B 33 of 255 = 13%

29
29
33

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

Portions of RGB colors in percentages

R + G + B = 29 + 29 + 33 = 91 (100%)
R 29 of 91 ~ 31.87%
G 29 of 91 ~ 31.87%
B 33 of 91 ~ 36.26'%

%31.87
%31.87
%36.26

CMYK color model

#1D1D21 color CMYK value is (12,12,0,87).

  • cyan value is 12.12%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 87.06%

CMYK: (12,12,0,87)
C12M12Y0K87 (12%, 12%, 0%, 87%)
(0.12 / 0.12 / 0.00 / 0.87)

CMYK percentages

%12.12
%12.12
%0
%87.06

Codes

Color #1D1D21 in popluar color models

1D 1D 21
RGB 29 29 33
HSL 240° 6.45% 12.16%
HSB/HSV 240° 12.12% 12.94%
CMYK 12.12% 12.12% 0.00%
87.06%

Color #1D1D21 in popluar number systems.

HEX 1D 1D 21
Decimal 29 29 33
Binary 11101 11101 100001
Octal 35 35 41

Shades and tints

Shades of #1D1D21

#1D1D21
(29,29,33)
#1B1B1E
(27,27,30)
#19191B
(25,25,27)
#171718
(23,23,24)
#151515
(21,21,21)
#131312
(19,19,18)
#11110F
(17,17,15)
#0F0F0C
(15,15,12)
#0D0D09
(13,13,9)
#0B0B06
(11,11,6)
#090903
(9,9,3)
#000000
(0,0,0)

Tints of #1D1D21

#1D1D21
(29,29,33)
#313135
(49,49,53)
#454549
(69,69,73)
#59595D
(89,89,93)
#6D6D71
(109,109,113)
#818185
(129,129,133)
#959599
(149,149,153)
#A9A9AD
(169,169,173)
#BDBDC1
(189,189,193)
#D1D1D5
(209,209,213)
#E5E5E9
(229,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D1D21 color. Also use rgb(29,29,33) instead hex code.

Text Font Color

.myTextColor { color: #1D1D21; }

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

This text font color is #1D1D21.

Background Color

.myBgColor { background-color: #1D1D21; }

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

This div background color is #1D1D21.

Border color

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

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

This div border color is #1D1D21.

Opacity

.myOpacity80 { color: #1D1D21; opacity: 0.8; }

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

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

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

This text has shadow with #1D1D21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D1D21.

Preview

Color preview on black background

This text has color #1D1D21 on black background.


Color preview on white background

This text has color #1D1D21 on white background.


Black color preview on #1D1D21 background

This text has black color on #1D1D21 background.


White color preview on #1D1D21 background

This text has white color on #1D1D21 background.


Related colors

Complementary color

Complementary color for #hex is #E2E2DE.


I love getcolorcode.com