COLOR #0D190B

HEX: #0D190B
RGB: (13,25,11)

Color info

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

RGB color model

#0D190B color RGB value is (13,25,11).

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

RGB channels and saturation

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

13
25
11

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

Portions of RGB colors in percentages

R + G + B =
13 + 25 + 11 = 49 (100%)
R 13 of 49 ~ 26.53%
G 25 of 49 ~ 51.02%
B 11 of 49 ~ 22.45%

%26.53
%51.02
%22.45

CMYK color model

#0D190B color CMYK value is (48,0,56,90).

  • cyan value is 48.00%
  • magenta value is 0.00%
  • yellow value is 56.00%
  • key color value is 90.20%
CMYK: (48,0,56,90) C48M0Y56K90 (48%,0%,56%,90%) (0.48/0.00/0.56/0.90)

CMYK percentages

%48
%0
%56
%90.2

Codes

Color #0D190B in popluar color models

0D190B
RGB132511
HSL111°38.89%7.06%
HSB/HSV111°56.00%9.80%
CMYK48.00%0.00%56.00%
90.20%

Color #0D190B in popluar number systems.

HEX0D190B
Decimal132511
Binary1101110011011
Octal153113

Shades and tints

Shades of #0D190B

#0D190B
(13,25,11)
#0C170A
(12,23,10)
#0B1509
(11,21,9)
#0A1308
(10,19,8)
#091107
(9,17,7)
#080F06
(8,15,6)
#070D05
(7,13,5)
#060B04
(6,11,4)
#050903
(5,9,3)
#040702
(4,7,2)
#030501
(3,5,1)
#000000
(0,0,0)

Tints of #0D190B

#0D190B
(13,25,11)
#232D21
(35,45,33)
#394137
(57,65,55)
#4F554D
(79,85,77)
#656963
(101,105,99)
#7B7D79
(123,125,121)
#91918F
(145,145,143)
#A7A5A5
(167,165,165)
#BDB9BB
(189,185,187)
#D3CDD1
(211,205,209)
#E9E1E7
(233,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D190B; }

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

This text font color is #0D190B.


Background Color

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

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

This div background color is #0D190B.


Border color

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

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

This div border color is #0D190B.


Opacity

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

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

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

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

This text has shadow with #0D190B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #0D190B on black background.


Color preview on white background

This text has color #0D190B on white background.



Black color preview on #0D190B background

This text has black color on #0D190B background.


White color preview on #0D190B background

This text has white color on #0D190B background.