COLOR #0D0010

HEX: #0D0010
RGB: (13,0,16)

Color info

#0D0010 contains only red and blue colors. Web safe color of #0D0010 is #000000 (or #000).

RGB color model

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

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

RGB channels and saturation

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

13
0
16

R + G + B ~ 4%. #0D0010 is dark color.

Portions of RGB colors in percentages

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

%44.83
%55.17

CMYK color model

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

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

CMYK percentages

%18.75
%100
%0
%93.73

Codes

Color #0D0010 in popluar color models

0D0010
RGB13016
HSL289°100.00%3.14%
HSB/HSV289°100.00%6.27%
CMYK18.75%100.00%0.00%
93.73%

Color #0D0010 in popluar number systems.

HEX0D0010
Decimal13016
Binary1101010000
Octal15020

Shades and tints

Shades of #0D0010

#0D0010
(13,0,16)
#0C000F
(12,0,15)
#0B000E
(11,0,14)
#0A000D
(10,0,13)
#09000C
(9,0,12)
#08000B
(8,0,11)
#07000A
(7,0,10)
#060009
(6,0,9)
#050008
(5,0,8)
#040007
(4,0,7)
#030006
(3,0,6)
#000000
(0,0,0)

Tints of #0D0010

#0D0010
(13,0,16)
#231725
(35,23,37)
#392E3A
(57,46,58)
#4F454F
(79,69,79)
#655C64
(101,92,100)
#7B7379
(123,115,121)
#918A8E
(145,138,142)
#A7A1A3
(167,161,163)
#BDB8B8
(189,184,184)
#D3CFCD
(211,207,205)
#E9E6E2
(233,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0010; }

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

This text font color is #0D0010.


Background Color

.myBgColor { background-color: #0D0010; }

<div style="background-color:#0D0010">Inner text</div>

This div background color is #0D0010.


Border color

.myBorderColor { border: 1px solid #0D0010; }

<div style="border:3px solid #0D0010">Div</div>

This div border color is #0D0010.


Opacity

.myOpacity80 { color: #0D0010; opacity: 0.8; }

<p style="color:#0D0010;opacity:0.8;">80%</p>

Text with #0D0010 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 #0D0010;}

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

This text has shadow with #0D0010 color.

.textShadow {text-shadow: 3px 3px 1px #0D0010, 3px 3px 1px red;}

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

This text has shadow with #0D0010 primary color and red secondary color.


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

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

This text has shadow with #0D0010 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0010 on black background.


Color preview on white background

This text has color #0D0010 on white background.



Black color preview on #0D0010 background

This text has black color on #0D0010 background.


White color preview on #0D0010 background

This text has white color on #0D0010 background.