COLOR #0D0519

HEX: #0D0519 RGB: (13,5,25)

Color info

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

RGB color model

#0D0519 color RGB value is (13,5,25).

RGB: (13,5,25) (5%, 2%, 10%)

RGB channels and saturation

R 13 of 255 = 5%
G 5 of 255 = 2%
B 25 of 255 = 10%

13
5
25

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

Portions of RGB colors in percentages

R + G + B = 13 + 5 + 25 = 43 (100%)
R 13 of 43 ~ 30.23%
G 5 of 43 ~ 11.63%
B 25 of 43 ~ 58.14'%

%30.23
%11.63
%58.14

CMYK color model

#0D0519 color CMYK value is (48,80,0,90).

  • cyan value is 48.00%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 90.20%

CMYK: (48,80,0,90)
C48M80Y0K90 (48%, 80%, 0%, 90%)
(0.48 / 0.80 / 0.00 / 0.90)

CMYK percentages

%48
%80
%0
%90.2

Codes

Color #0D0519 in popluar color models

0D 05 19
RGB 13 5 25
HSL 264° 66.67% 5.88%
HSB/HSV 264° 80.00% 9.80%
CMYK 48.00% 80.00% 0.00%
90.20%

Color #0D0519 in popluar number systems.

HEX 0D 05 19
Decimal 13 5 25
Binary 1101 101 11001
Octal 15 5 31

Shades and tints

Shades of #0D0519

#0D0519
(13,5,25)
#0C0517
(12,5,23)
#0B0515
(11,5,21)
#0A0513
(10,5,19)
#090511
(9,5,17)
#08050F
(8,5,15)
#07050D
(7,5,13)
#06050B
(6,5,11)
#050509
(5,5,9)
#040507
(4,5,7)
#030505
(3,5,5)
#000000
(0,0,0)

Tints of #0D0519

#0D0519
(13,5,25)
#231B2D
(35,27,45)
#393141
(57,49,65)
#4F4755
(79,71,85)
#655D69
(101,93,105)
#7B737D
(123,115,125)
#918991
(145,137,145)
#A79FA5
(167,159,165)
#BDB5B9
(189,181,185)
#D3CBCD
(211,203,205)
#E9E1E1
(233,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0519; }

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

This text font color is #0D0519.

Background Color

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

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

This div background color is #0D0519.

Border color

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

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

This div border color is #0D0519.

Opacity

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

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

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

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

This text has shadow with #0D0519 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D0519.

Preview

Color preview on black background

This text has color #0D0519 on black background.


Color preview on white background

This text has color #0D0519 on white background.


Black color preview on #0D0519 background

This text has black color on #0D0519 background.


White color preview on #0D0519 background

This text has white color on #0D0519 background.


Related colors

Complementary color

Complementary color for #hex is #F2FAE6.


I love getcolorcode.com

Triadic colors

1 #190D05 and #05190D with #0D0519 are triadic colors.

2 #19050D and #050D19 with #0D0519 are triadic colors.