COLOR #001D1D

HEX: #001D1D
RGB: (0,29,29)

Color info

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

RGB color model

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

  • red value is 0;
  • green value is 29;
  • blue value is 29.
RGB:
(0,29,29)
(0%,11%,11%)

RGB channels and saturation

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

0
29
29

R + G + B ~ 7%. #001D1D is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 29 + 29 = 58 (100%)
R 0 of 58 ~ 0%
G 29 of 58 ~ 50%
B 29 of 58 ~ 50%

%50
%50

CMYK color model

#001D1D color CMYK value is (100,0,0,89).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(100,0,0,89)
C100M0Y0K89 
(100%,0%,0%,89%)
(1.00/0.00/0.00/0.89)	

CMYK percentages

%100
%0
%0
%88.63

Codes

Color #001D1D in popluar color models

001D1D
RGB02929
HSL180°100.00%5.69%
HSB/HSV180°100.00%11.37%
CMYK100.00%0.00%0.00%
88.63%

Color #001D1D in popluar number systems.

HEX001D1D
Decimal02929
Binary01110111101
Octal03535

Shades and tints

Shades of #001D1D

#001D1D
(0,29,29)
#001B1B
(0,27,27)
#001919
(0,25,25)
#001717
(0,23,23)
#001515
(0,21,21)
#001313
(0,19,19)
#001111
(0,17,17)
#000F0F
(0,15,15)
#000D0D
(0,13,13)
#000B0B
(0,11,11)
#000909
(0,9,9)
#000000
(0,0,0)

Tints of #001D1D

#001D1D
(0,29,29)
#173131
(23,49,49)
#2E4545
(46,69,69)
#455959
(69,89,89)
#5C6D6D
(92,109,109)
#738181
(115,129,129)
#8A9595
(138,149,149)
#A1A9A9
(161,169,169)
#B8BDBD
(184,189,189)
#CFD1D1
(207,209,209)
#E6E5E5
(230,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001D1D; }

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

This text font color is #001D1D.


Background Color

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

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

This div background color is #001D1D.


Border color

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

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

This div border color is #001D1D.


Opacity

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

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

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

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

This text has shadow with #001D1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001D1D on black background.


Color preview on white background

This text has color #001D1D on white background.



Black color preview on #001D1D background

This text has black color on #001D1D background.


White color preview on #001D1D background

This text has white color on #001D1D background.