COLOR #0D1013

HEX: #0D1013 RGB: (13,16,19)

Color info

#0D1013 contains red, green and blue colors in about the same proportion. Web safe color of #0D1013 is #000000 (or #000).

RGB color model

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

RGB: (13,16,19) (5%, 6%, 7%)

RGB channels and saturation

R 13 of 255 = 5%
G 16 of 255 = 6%
B 19 of 255 = 7%

13
16
19

R + G + B ~ 6%. #0D1013 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 16 + 19 = 48 (100%)
R 13 of 48 ~ 27.08%
G 16 of 48 ~ 33.33%
B 19 of 48 ~ 39.58'%

%27.08
%33.33
%39.58

CMYK color model

#0D1013 color CMYK value is (32,16,0,93).

  • cyan value is 31.58%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 92.55%

CMYK: (32,16,0,93)
C32M16Y0K93 (32%, 16%, 0%, 93%)
(0.32 / 0.16 / 0.00 / 0.93)

CMYK percentages

%31.58
%15.79
%0
%92.55

Codes

Color #0D1013 in popluar color models

0D 10 13
RGB 13 16 19
HSL 210° 18.75% 6.27%
HSB/HSV 210° 31.58% 7.45%
CMYK 31.58% 15.79% 0.00%
92.55%

Color #0D1013 in popluar number systems.

HEX 0D 10 13
Decimal 13 16 19
Binary 1101 10000 10011
Octal 15 20 23

Shades and tints

Shades of #0D1013

#0D1013
(13,16,19)
#0C0F12
(12,15,18)
#0B0E11
(11,14,17)
#0A0D10
(10,13,16)
#090C0F
(9,12,15)
#080B0E
(8,11,14)
#070A0D
(7,10,13)
#06090C
(6,9,12)
#05080B
(5,8,11)
#04070A
(4,7,10)
#030609
(3,6,9)
#000000
(0,0,0)

Tints of #0D1013

#0D1013
(13,16,19)
#232528
(35,37,40)
#393A3D
(57,58,61)
#4F4F52
(79,79,82)
#656467
(101,100,103)
#7B797C
(123,121,124)
#918E91
(145,142,145)
#A7A3A6
(167,163,166)
#BDB8BB
(189,184,187)
#D3CDD0
(211,205,208)
#E9E2E5
(233,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1013; }

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

This text font color is #0D1013.

Background Color

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

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

This div background color is #0D1013.

Border color

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

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

This div border color is #0D1013.

Opacity

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

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

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

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

This text has shadow with #0D1013 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D1013.

Preview

Color preview on black background

This text has color #0D1013 on black background.


Color preview on white background

This text has color #0D1013 on white background.


Black color preview on #0D1013 background

This text has black color on #0D1013 background.


White color preview on #0D1013 background

This text has white color on #0D1013 background.


Related colors

Complementary color

Complementary color for #hex is #F2EFEC.


I love getcolorcode.com

Triadic colors

1 #130D10 and #10130D with #0D1013 are triadic colors.

2 #13100D and #100D13 with #0D1013 are triadic colors.