COLOR #0D0019

HEX: #0D0019 RGB: (13,0,25)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

13
0
25

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

Portions of RGB colors in percentages

R + G + B = 13 + 0 + 25 = 38 (100%)
R 13 of 38 ~ 34.21%
G 0 of 38 ~ 0%
B 25 of 38 ~ 65.79'%

%34.21
%65.79

CMYK color model

#0D0019 color CMYK value is (48,100,0,90).

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

CMYK: (48,100,0,90)
C48M100Y0K90 (48%, 100%, 0%, 90%)
(0.48 / 1.00 / 0.00 / 0.90)

CMYK percentages

%48
%100
%0
%90.2

Codes

Color #0D0019 in popluar color models

0D 00 19
RGB 13 0 25
HSL 271° 100.00% 4.90%
HSB/HSV 271° 100.00% 9.80%
CMYK 48.00% 100.00% 0.00%
90.20%

Color #0D0019 in popluar number systems.

HEX 0D 00 19
Decimal 13 0 25
Binary 1101 0 11001
Octal 15 0 31

Shades and tints

Shades of #0D0019

#0D0019
(13,0,25)
#0C0017
(12,0,23)
#0B0015
(11,0,21)
#0A0013
(10,0,19)
#090011
(9,0,17)
#08000F
(8,0,15)
#07000D
(7,0,13)
#06000B
(6,0,11)
#050009
(5,0,9)
#040007
(4,0,7)
#030005
(3,0,5)
#000000
(0,0,0)

Tints of #0D0019

#0D0019
(13,0,25)
#23172D
(35,23,45)
#392E41
(57,46,65)
#4F4555
(79,69,85)
#655C69
(101,92,105)
#7B737D
(123,115,125)
#918A91
(145,138,145)
#A7A1A5
(167,161,165)
#BDB8B9
(189,184,185)
#D3CFCD
(211,207,205)
#E9E6E1
(233,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0019; }

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

This text font color is #0D0019.

Background Color

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

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

This div background color is #0D0019.

Border color

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

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

This div border color is #0D0019.

Opacity

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

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

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

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

This text has shadow with #0D0019 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D0019.

Preview

Color preview on black background

This text has color #0D0019 on black background.


Color preview on white background

This text has color #0D0019 on white background.


Black color preview on #0D0019 background

This text has black color on #0D0019 background.


White color preview on #0D0019 background

This text has white color on #0D0019 background.


Related colors

Complementary color

Complementary color for #hex is #F2FFE6.


I love getcolorcode.com

Triadic colors

1 #190D00 and #00190D with #0D0019 are triadic colors.

2 #19000D and #000D19 with #0D0019 are triadic colors.