COLOR #0D191C

HEX: #0D191C
RGB: (13,25,28)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

13
25
28

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

Portions of RGB colors in percentages

R + G + B =
13 + 25 + 28 = 66 (100%)
R 13 of 66 ~ 19.7%
G 25 of 66 ~ 37.88%
B 28 of 66 ~ 42.42%

%19.7
%37.88
%42.42

CMYK color model

#0D191C color CMYK value is (54,11,0,89).

  • cyan value is 53.57%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(54,11,0,89)
C54M11Y0K89 
(54%,11%,0%,89%)
(0.54/0.11/0.00/0.89)	

CMYK percentages

%53.57
%10.71
%0
%89.02

Codes

Color #0D191C in popluar color models

0D191C
RGB132528
HSL192°36.59%8.04%
HSB/HSV192°53.57%10.98%
CMYK53.57%10.71%0.00%
89.02%

Color #0D191C in popluar number systems.

HEX0D191C
Decimal132528
Binary11011100111100
Octal153134

Shades and tints

Shades of #0D191C

#0D191C
(13,25,28)
#0C171A
(12,23,26)
#0B1518
(11,21,24)
#0A1316
(10,19,22)
#091114
(9,17,20)
#080F12
(8,15,18)
#070D10
(7,13,16)
#060B0E
(6,11,14)
#05090C
(5,9,12)
#04070A
(4,7,10)
#030508
(3,5,8)
#000000
(0,0,0)

Tints of #0D191C

#0D191C
(13,25,28)
#232D30
(35,45,48)
#394144
(57,65,68)
#4F5558
(79,85,88)
#65696C
(101,105,108)
#7B7D80
(123,125,128)
#919194
(145,145,148)
#A7A5A8
(167,165,168)
#BDB9BC
(189,185,188)
#D3CDD0
(211,205,208)
#E9E1E4
(233,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D191C; }

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

This text font color is #0D191C.


Background Color

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

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

This div background color is #0D191C.


Border color

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

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

This div border color is #0D191C.


Opacity

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

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

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

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

This text has shadow with #0D191C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D191C on black background.


Color preview on white background

This text has color #0D191C on white background.



Black color preview on #0D191C background

This text has black color on #0D191C background.


White color preview on #0D191C background

This text has white color on #0D191C background.