COLOR #0D191B

HEX: #0D191B
RGB: (13,25,27)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

13
25
27

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

Portions of RGB colors in percentages

R + G + B =
13 + 25 + 27 = 65 (100%)
R 13 of 65 ~ 20%
G 25 of 65 ~ 38.46%
B 27 of 65 ~ 41.54%

%20
%38.46
%41.54

CMYK color model

#0D191B color CMYK value is (52,7,0,89).

  • cyan value is 51.85%
  • magenta value is 7.41%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(52,7,0,89)
C52M7Y0K89 
(52%,7%,0%,89%)
(0.52/0.07/0.00/0.89)	

CMYK percentages

%51.85
%7.41
%0
%89.41

Codes

Color #0D191B in popluar color models

0D191B
RGB132527
HSL189°35.00%7.84%
HSB/HSV189°51.85%10.59%
CMYK51.85%7.41%0.00%
89.41%

Color #0D191B in popluar number systems.

HEX0D191B
Decimal132527
Binary11011100111011
Octal153133

Shades and tints

Shades of #0D191B

#0D191B
(13,25,27)
#0C1719
(12,23,25)
#0B1517
(11,21,23)
#0A1315
(10,19,21)
#091113
(9,17,19)
#080F11
(8,15,17)
#070D0F
(7,13,15)
#060B0D
(6,11,13)
#05090B
(5,9,11)
#040709
(4,7,9)
#030507
(3,5,7)
#000000
(0,0,0)

Tints of #0D191B

#0D191B
(13,25,27)
#232D2F
(35,45,47)
#394143
(57,65,67)
#4F5557
(79,85,87)
#65696B
(101,105,107)
#7B7D7F
(123,125,127)
#919193
(145,145,147)
#A7A5A7
(167,165,167)
#BDB9BB
(189,185,187)
#D3CDCF
(211,205,207)
#E9E1E3
(233,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D191B; }

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

This text font color is #0D191B.


Background Color

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

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

This div background color is #0D191B.


Border color

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

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

This div border color is #0D191B.


Opacity

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

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

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

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

This text has shadow with #0D191B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D191B on black background.


Color preview on white background

This text has color #0D191B on white background.



Black color preview on #0D191B background

This text has black color on #0D191B background.


White color preview on #0D191B background

This text has white color on #0D191B background.