COLOR #000D10

HEX: #000D10 RGB: (0,13,16)

Color info

#000D10 contains only green and blue colors. Web safe color of #000D10 is #000000 (or #000).

RGB color model

#000D10 color RGB value is (0,13,16).

RGB: (0,13,16) (0%, 5%, 6%)

RGB channels and saturation

R 0 of 255 = 0%
G 13 of 255 = 5%
B 16 of 255 = 6%

0
13
16

R + G + B ~ 4%. #000D10 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 13 + 16 = 29 (100%)
R 0 of 29 ~ 0%
G 13 of 29 ~ 44.83%
B 16 of 29 ~ 55.17'%

%44.83
%55.17

CMYK color model

#000D10 color CMYK value is (100,19,0,94).

  • cyan value is 100.00%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 93.73%
CMYK: (100,19,0,94) C100M19Y0K94 (100%,19%,0%,94%) (1.00/0.19/0.00/0.94) 

CMYK percentages

%100
%18.75
%0
%93.73

Codes

Color #000D10 in popluar color models

00 0D 10
RGB 0 13 16
HSL 191° 100.00% 3.14%
HSB/HSV 191° 100.00% 6.27%
CMYK 100.00% 18.75% 0.00%
93.73%

Color #000D10 in popluar number systems.

HEX 00 0D 10
Decimal 0 13 16
Binary 0 1101 10000
Octal 0 15 20

Shades and tints

Shades of #000D10

#000D10
(0,13,16)
#000C0F
(0,12,15)
#000B0E
(0,11,14)
#000A0D
(0,10,13)
#00090C
(0,9,12)
#00080B
(0,8,11)
#00070A
(0,7,10)
#000609
(0,6,9)
#000508
(0,5,8)
#000407
(0,4,7)
#000306
(0,3,6)
#000000
(0,0,0)

Tints of #000D10

#000D10
(0,13,16)
#172325
(23,35,37)
#2E393A
(46,57,58)
#454F4F
(69,79,79)
#5C6564
(92,101,100)
#737B79
(115,123,121)
#8A918E
(138,145,142)
#A1A7A3
(161,167,163)
#B8BDB8
(184,189,184)
#CFD3CD
(207,211,205)
#E6E9E2
(230,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000D10; }

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

This text font color is #000D10.

Background Color

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

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

This div background color is #000D10.

Border color

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

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

This div border color is #000D10.

Opacity

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

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

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

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

This text has shadow with #000D10 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #000D10.

Preview

Color preview on black background

This text has color #000D10 on black background.


Color preview on white background

This text has color #000D10 on white background.


Black color preview on #000D10 background

This text has black color on #000D10 background.


White color preview on #000D10 background

This text has white color on #000D10 background.


Related colors

Complementary color

Complementary color for #hex is #FFF2EF.


I love getcolorcode.com

Triadic colors

1 #10000D and #0D1000 with #000D10 are triadic colors.

2 #100D00 and #0D0010 with #000D10 are triadic colors.