COLOR #0D1909

HEX: #0D1909 RGB: (13,25,9)

Color info

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

RGB color model

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

RGB: (13,25,9) (5%, 10%, 4%)

RGB channels and saturation

R 13 of 255 = 5%
G 25 of 255 = 10%
B 9 of 255 = 4%

13
25
9

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

Portions of RGB colors in percentages

R + G + B = 13 + 25 + 9 = 47 (100%)
R 13 of 47 ~ 27.66%
G 25 of 47 ~ 53.19%
B 9 of 47 ~ 19.15'%

%27.66
%53.19
%19.15

CMYK color model

#0D1909 color CMYK value is (48,0,64,90).

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

CMYK: (48,0,64,90)
C48M0Y64K90 (48%, 0%, 64%, 90%)
(0.48 / 0.00 / 0.64 / 0.90)

CMYK percentages

%48
%0
%64
%90.2

Codes

Color #0D1909 in popluar color models

0D 19 09
RGB 13 25 9
HSL 105° 47.06% 6.67%
HSB/HSV 105° 64.00% 9.80%
CMYK 48.00% 0.00% 64.00%
90.20%

Color #0D1909 in popluar number systems.

HEX 0D 19 09
Decimal 13 25 9
Binary 1101 11001 1001
Octal 15 31 11

Shades and tints

Shades of #0D1909

#0D1909
(13,25,9)
#0C1709
(12,23,9)
#0B1509
(11,21,9)
#0A1309
(10,19,9)
#091109
(9,17,9)
#080F09
(8,15,9)
#070D09
(7,13,9)
#060B09
(6,11,9)
#050909
(5,9,9)
#040709
(4,7,9)
#030509
(3,5,9)
#000000
(0,0,0)

Tints of #0D1909

#0D1909
(13,25,9)
#232D1F
(35,45,31)
#394135
(57,65,53)
#4F554B
(79,85,75)
#656961
(101,105,97)
#7B7D77
(123,125,119)
#91918D
(145,145,141)
#A7A5A3
(167,165,163)
#BDB9B9
(189,185,185)
#D3CDCF
(211,205,207)
#E9E1E5
(233,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1909; }

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

This text font color is #0D1909.

Background Color

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

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

This div background color is #0D1909.

Border color

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

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

This div border color is #0D1909.

Opacity

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

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

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

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

This text has shadow with #0D1909 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D1909.

Preview

Color preview on black background

This text has color #0D1909 on black background.


Color preview on white background

This text has color #0D1909 on white background.


Black color preview on #0D1909 background

This text has black color on #0D1909 background.


White color preview on #0D1909 background

This text has white color on #0D1909 background.


Related colors

Complementary color

Complementary color for #hex is #F2E6F6.


I love getcolorcode.com

Triadic colors

1 #090D19 and #19090D with #0D1909 are triadic colors.

2 #09190D and #190D09 with #0D1909 are triadic colors.