COLOR #000D1D

HEX: #000D1D
RGB: (0,13,29)

Color info

#000D1D contains only green and blue colors. Web safe color of #000D1D is #000033 (or #003).

RGB color model

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

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

RGB channels and saturation

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

0
13
29

R + G + B ~ 5%. #000D1D is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 13 + 29 = 42 (100%)
R 0 of 42 ~ 0%
G 13 of 42 ~ 30.95%
B 29 of 42 ~ 69.05%

%30.95
%69.05

CMYK color model

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

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

CMYK percentages

%100
%55.17
%0
%88.63

Codes

Color #000D1D in popluar color models

000D1D
RGB01329
HSL213°100.00%5.69%
HSB/HSV213°100.00%11.37%
CMYK100.00%55.17%0.00%
88.63%

Color #000D1D in popluar number systems.

HEX000D1D
Decimal01329
Binary0110111101
Octal01535

Shades and tints

Shades of #000D1D

#000D1D
(0,13,29)
#000C1B
(0,12,27)
#000B19
(0,11,25)
#000A17
(0,10,23)
#000915
(0,9,21)
#000813
(0,8,19)
#000711
(0,7,17)
#00060F
(0,6,15)
#00050D
(0,5,13)
#00040B
(0,4,11)
#000309
(0,3,9)
#000000
(0,0,0)

Tints of #000D1D

#000D1D
(0,13,29)
#172331
(23,35,49)
#2E3945
(46,57,69)
#454F59
(69,79,89)
#5C656D
(92,101,109)
#737B81
(115,123,129)
#8A9195
(138,145,149)
#A1A7A9
(161,167,169)
#B8BDBD
(184,189,189)
#CFD3D1
(207,211,209)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000D1D; }

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

This text font color is #000D1D.


Background Color

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

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

This div background color is #000D1D.


Border color

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

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

This div border color is #000D1D.


Opacity

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

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

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

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

This text has shadow with #000D1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000D1D on black background.


Color preview on white background

This text has color #000D1D on white background.



Black color preview on #000D1D background

This text has black color on #000D1D background.


White color preview on #000D1D background

This text has white color on #000D1D background.