COLOR #0D0310

HEX: #0D0310 RGB: (13,3,16)

Color info

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

RGB color model

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

RGB: (13,3,16) (5%, 1%, 6%)

RGB channels and saturation

R 13 of 255 = 5%
G 3 of 255 = 1%
B 16 of 255 = 6%

13
3
16

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

Portions of RGB colors in percentages

R + G + B = 13 + 3 + 16 = 32 (100%)
R 13 of 32 ~ 40.63%
G 3 of 32 ~ 9.38%
B 16 of 32 ~ 50'%

%40.63
%50

CMYK color model

#0D0310 color CMYK value is (19,81,0,94).

  • cyan value is 18.75%
  • magenta value is 81.25%
  • yellow value is 0.00%
  • key color value is 93.73%

CMYK: (19,81,0,94)
C19M81Y0K94 (19%, 81%, 0%, 94%)
(0.19 / 0.81 / 0.00 / 0.94)

CMYK percentages

%18.75
%81.25
%0
%93.73

Codes

Color #0D0310 in popluar color models

0D 03 10
RGB 13 3 16
HSL 286° 68.42% 3.73%
HSB/HSV 286° 81.25% 6.27%
CMYK 18.75% 81.25% 0.00%
93.73%

Color #0D0310 in popluar number systems.

HEX 0D 03 10
Decimal 13 3 16
Binary 1101 11 10000
Octal 15 3 20

Shades and tints

Shades of #0D0310

#0D0310
(13,3,16)
#0C030F
(12,3,15)
#0B030E
(11,3,14)
#0A030D
(10,3,13)
#09030C
(9,3,12)
#08030B
(8,3,11)
#07030A
(7,3,10)
#060309
(6,3,9)
#050308
(5,3,8)
#040307
(4,3,7)
#030306
(3,3,6)
#000000
(0,0,0)

Tints of #0D0310

#0D0310
(13,3,16)
#231925
(35,25,37)
#392F3A
(57,47,58)
#4F454F
(79,69,79)
#655B64
(101,91,100)
#7B7179
(123,113,121)
#91878E
(145,135,142)
#A79DA3
(167,157,163)
#BDB3B8
(189,179,184)
#D3C9CD
(211,201,205)
#E9DFE2
(233,223,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0310; }

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

This text font color is #0D0310.

Background Color

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

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

This div background color is #0D0310.

Border color

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

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

This div border color is #0D0310.

Opacity

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

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

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

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

This text has shadow with #0D0310 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D0310.

Preview

Color preview on black background

This text has color #0D0310 on black background.


Color preview on white background

This text has color #0D0310 on white background.


Black color preview on #0D0310 background

This text has black color on #0D0310 background.


White color preview on #0D0310 background

This text has white color on #0D0310 background.


Related colors

Complementary color

Complementary color for #hex is #F2FCEF.


I love getcolorcode.com

Triadic colors

1 #100D03 and #03100D with #0D0310 are triadic colors.

2 #10030D and #030D10 with #0D0310 are triadic colors.