COLOR #0D0016

HEX: #0D0016 RGB: (13,0,22)

Color info

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

RGB color model

#0D0016 color RGB value is (13,0,22).

RGB: (13,0,22) (5%, 0%, 9%)

RGB channels and saturation

R 13 of 255 = 5%
G 0 of 255 = 0%
B 22 of 255 = 9%

13
0
22

R + G + B ~ 5%. #0D0016 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 0 + 22 = 35 (100%)
R 13 of 35 ~ 37.14%
G 0 of 35 ~ 0%
B 22 of 35 ~ 62.86'%

%37.14
%62.86

CMYK color model

#0D0016 color CMYK value is (41,100,0,91).

  • cyan value is 40.91%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 91.37%

CMYK: (41,100,0,91)
C41M100Y0K91 (41%, 100%, 0%, 91%)
(0.41 / 1.00 / 0.00 / 0.91)

CMYK percentages

%40.91
%100
%0
%91.37

Codes

Color #0D0016 in popluar color models

0D 00 16
RGB 13 0 22
HSL 275° 100.00% 4.31%
HSB/HSV 275° 100.00% 8.63%
CMYK 40.91% 100.00% 0.00%
91.37%

Color #0D0016 in popluar number systems.

HEX 0D 00 16
Decimal 13 0 22
Binary 1101 0 10110
Octal 15 0 26

Shades and tints

Shades of #0D0016

#0D0016
(13,0,22)
#0C0014
(12,0,20)
#0B0012
(11,0,18)
#0A0010
(10,0,16)
#09000E
(9,0,14)
#08000C
(8,0,12)
#07000A
(7,0,10)
#060008
(6,0,8)
#050006
(5,0,6)
#040004
(4,0,4)
#030002
(3,0,2)
#000000
(0,0,0)

Tints of #0D0016

#0D0016
(13,0,22)
#23172B
(35,23,43)
#392E40
(57,46,64)
#4F4555
(79,69,85)
#655C6A
(101,92,106)
#7B737F
(123,115,127)
#918A94
(145,138,148)
#A7A1A9
(167,161,169)
#BDB8BE
(189,184,190)
#D3CFD3
(211,207,211)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0016; }

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

This text font color is #0D0016.

Background Color

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

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

This div background color is #0D0016.

Border color

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

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

This div border color is #0D0016.

Opacity

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

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

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

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

This text has shadow with #0D0016 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D0016.

Preview

Color preview on black background

This text has color #0D0016 on black background.


Color preview on white background

This text has color #0D0016 on white background.


Black color preview on #0D0016 background

This text has black color on #0D0016 background.


White color preview on #0D0016 background

This text has white color on #0D0016 background.


Related colors

Complementary color

Complementary color for #hex is #F2FFE9.


I love getcolorcode.com

Triadic colors

1 #160D00 and #00160D with #0D0016 are triadic colors.

2 #16000D and #000D16 with #0D0016 are triadic colors.