COLOR #0D191F

HEX: #0D191F
RGB: (13,25,31)

Color info

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

RGB color model

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

  • red value is 13;
  • green value is 25;
  • blue value is 31.
RGB:
(13,25,31)
(5%,10%,12%)

RGB channels and saturation

R 13 of 255 = 5%
G 25 of 255 = 10%
B 31 of 255 = 12%

13
25
31

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

Portions of RGB colors in percentages

R + G + B =
13 + 25 + 31 = 69 (100%)
R 13 of 69 ~ 18.84%
G 25 of 69 ~ 36.23%
B 31 of 69 ~ 44.93%

%18.84
%36.23
%44.93

CMYK color model

#0D191F color CMYK value is (58,19,0,88).

  • cyan value is 58.06%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(58,19,0,88)
C58M19Y0K88 
(58%,19%,0%,88%)
(0.58/0.19/0.00/0.88)	

CMYK percentages

%58.06
%19.35
%0
%87.84

Codes

Color #0D191F in popluar color models

0D191F
RGB132531
HSL200°40.91%8.63%
HSB/HSV200°58.06%12.16%
CMYK58.06%19.35%0.00%
87.84%

Color #0D191F in popluar number systems.

HEX0D191F
Decimal132531
Binary11011100111111
Octal153137

Shades and tints

Shades of #0D191F

#0D191F
(13,25,31)
#0C171D
(12,23,29)
#0B151B
(11,21,27)
#0A1319
(10,19,25)
#091117
(9,17,23)
#080F15
(8,15,21)
#070D13
(7,13,19)
#060B11
(6,11,17)
#05090F
(5,9,15)
#04070D
(4,7,13)
#03050B
(3,5,11)
#000000
(0,0,0)

Tints of #0D191F

#0D191F
(13,25,31)
#232D33
(35,45,51)
#394147
(57,65,71)
#4F555B
(79,85,91)
#65696F
(101,105,111)
#7B7D83
(123,125,131)
#919197
(145,145,151)
#A7A5AB
(167,165,171)
#BDB9BF
(189,185,191)
#D3CDD3
(211,205,211)
#E9E1E7
(233,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D191F; }

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

This text font color is #0D191F.


Background Color

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

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

This div background color is #0D191F.


Border color

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

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

This div border color is #0D191F.


Opacity

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

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

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

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

This text has shadow with #0D191F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D191F on black background.


Color preview on white background

This text has color #0D191F on white background.



Black color preview on #0D191F background

This text has black color on #0D191F background.


White color preview on #0D191F background

This text has white color on #0D191F background.