COLOR #0D191D

HEX: #0D191D RGB: (13,25,29)

Color info

#0D191D contains red, green and blue colors in about the same proportion. Web safe color of #0D191D is #000033 (or #003).

RGB color model

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

RGB: (13,25,29) (5%, 10%, 11%)

RGB channels and saturation

R 13 of 255 = 5%
G 25 of 255 = 10%
B 29 of 255 = 11%

13
25
29

R + G + B ~ 9%. #0D191D is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 25 + 29 = 67 (100%)
R 13 of 67 ~ 19.4%
G 25 of 67 ~ 37.31%
B 29 of 67 ~ 43.28'%

%19.4
%37.31
%43.28

CMYK color model

#0D191D color CMYK value is (55,14,0,89).

  • cyan value is 55.17%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 88.63%

CMYK: (55,14,0,89)
C55M14Y0K89 (55%, 14%, 0%, 89%)
(0.55 / 0.14 / 0.00 / 0.89)

CMYK percentages

%55.17
%13.79
%0
%88.63

Codes

Color #0D191D in popluar color models

0D 19 1D
RGB 13 25 29
HSL 195° 38.10% 8.24%
HSB/HSV 195° 55.17% 11.37%
CMYK 55.17% 13.79% 0.00%
88.63%

Color #0D191D in popluar number systems.

HEX 0D 19 1D
Decimal 13 25 29
Binary 1101 11001 11101
Octal 15 31 35

Shades and tints

Shades of #0D191D

#0D191D
(13,25,29)
#0C171B
(12,23,27)
#0B1519
(11,21,25)
#0A1317
(10,19,23)
#091115
(9,17,21)
#080F13
(8,15,19)
#070D11
(7,13,17)
#060B0F
(6,11,15)
#05090D
(5,9,13)
#04070B
(4,7,11)
#030509
(3,5,9)
#000000
(0,0,0)

Tints of #0D191D

#0D191D
(13,25,29)
#232D31
(35,45,49)
#394145
(57,65,69)
#4F5559
(79,85,89)
#65696D
(101,105,109)
#7B7D81
(123,125,129)
#919195
(145,145,149)
#A7A5A9
(167,165,169)
#BDB9BD
(189,185,189)
#D3CDD1
(211,205,209)
#E9E1E5
(233,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D191D; }

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

This text font color is #0D191D.

Background Color

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

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

This div background color is #0D191D.

Border color

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

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

This div border color is #0D191D.

Opacity

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

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

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

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

This text has shadow with #0D191D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D191D.

Preview

Color preview on black background

This text has color #0D191D on black background.


Color preview on white background

This text has color #0D191D on white background.


Black color preview on #0D191D background

This text has black color on #0D191D background.


White color preview on #0D191D background

This text has white color on #0D191D background.


Related colors

Complementary color

Complementary color for #hex is #F2E6E2.


I love getcolorcode.com

Triadic colors

1 #1D0D19 and #191D0D with #0D191D are triadic colors.

2 #1D190D and #190D1D with #0D191D are triadic colors.