COLOR #001D21

HEX: #001D21 RGB: (0,29,33)

Color info

#001D21 contains only green and blue colors. Web safe color of #001D21 is #003333 (or #033).

RGB color model

#001D21 color RGB value is (0,29,33).

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

RGB channels and saturation

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

0
29
33

R + G + B ~ 8%. #001D21 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 29 + 33 = 62 (100%)
R 0 of 62 ~ 0%
G 29 of 62 ~ 46.77%
B 33 of 62 ~ 53.23'%

%46.77
%53.23

CMYK color model

#001D21 color CMYK value is (100,12,0,87).

  • cyan value is 100.00%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK: (100,12,0,87) C100M12Y0K87 (100%,12%,0%,87%) (1.00/0.12/0.00/0.87) 

CMYK percentages

%100
%12.12
%0
%87.06

Codes

Color #001D21 in popluar color models

00 1D 21
RGB 0 29 33
HSL 187° 100.00% 6.47%
HSB/HSV 187° 100.00% 12.94%
CMYK 100.00% 12.12% 0.00%
87.06%

Color #001D21 in popluar number systems.

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

Shades and tints

Shades of #001D21

#001D21
(0,29,33)
#001B1E
(0,27,30)
#00191B
(0,25,27)
#001718
(0,23,24)
#001515
(0,21,21)
#001312
(0,19,18)
#00110F
(0,17,15)
#000F0C
(0,15,12)
#000D09
(0,13,9)
#000B06
(0,11,6)
#000903
(0,9,3)
#000000
(0,0,0)

Tints of #001D21

#001D21
(0,29,33)
#173135
(23,49,53)
#2E4549
(46,69,73)
#45595D
(69,89,93)
#5C6D71
(92,109,113)
#738185
(115,129,133)
#8A9599
(138,149,153)
#A1A9AD
(161,169,173)
#B8BDC1
(184,189,193)
#CFD1D5
(207,209,213)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001D21; }

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

This text font color is #001D21.

Background Color

.myBgColor { background-color: #001D21; }

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

This div background color is #001D21.

Border color

.myBorderColor { border: 1px solid #001D21; }

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

This div border color is #001D21.

Opacity

.myOpacity80 { color: #001D21; opacity: 0.8; }

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

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

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

This text has shadow with #001D21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001D21.

Preview

Color preview on black background

This text has color #001D21 on black background.


Color preview on white background

This text has color #001D21 on white background.


Black color preview on #001D21 background

This text has black color on #001D21 background.


White color preview on #001D21 background

This text has white color on #001D21 background.


Related colors

Complementary color

Complementary color for #hex is #FFE2DE.


I love getcolorcode.com

Triadic colors

1 #21001D and #1D2100 with #001D21 are triadic colors.

2 #211D00 and #1D0021 with #001D21 are triadic colors.