COLOR #13190B

HEX: #13190B
RGB: (19,25,11)

Color info

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

RGB color model

#13190B color RGB value is (19,25,11).

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

RGB channels and saturation

R 19 of 255 = 7%
G 25 of 255 = 10%
B 11 of 255 = 4%

19
25
11

R + G + B ~ 7%. #13190B is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 25 + 11 = 55 (100%)
R 19 of 55 ~ 34.55%
G 25 of 55 ~ 45.45%
B 11 of 55 ~ 20%

%34.55
%45.45
%20

CMYK color model

#13190B color CMYK value is (24,0,56,90).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 56.00%
  • key color value is 90.20%
CMYK:
(24,0,56,90)
C24M0Y56K90 
(24%,0%,56%,90%)
(0.24/0.00/0.56/0.90)	

CMYK percentages

%24
%0
%56
%90.2

Codes

Color #13190B in popluar color models

13190B
RGB192511
HSL86°38.89%7.06%
HSB/HSV86°56.00%9.80%
CMYK24.00%0.00%56.00%
90.20%

Color #13190B in popluar number systems.

HEX13190B
Decimal192511
Binary10011110011011
Octal233113

Shades and tints

Shades of #13190B

#13190B
(19,25,11)
#12170A
(18,23,10)
#111509
(17,21,9)
#101308
(16,19,8)
#0F1107
(15,17,7)
#0E0F06
(14,15,6)
#0D0D05
(13,13,5)
#0C0B04
(12,11,4)
#0B0903
(11,9,3)
#0A0702
(10,7,2)
#090501
(9,5,1)
#000000
(0,0,0)

Tints of #13190B

#13190B
(19,25,11)
#282D21
(40,45,33)
#3D4137
(61,65,55)
#52554D
(82,85,77)
#676963
(103,105,99)
#7C7D79
(124,125,121)
#91918F
(145,145,143)
#A6A5A5
(166,165,165)
#BBB9BB
(187,185,187)
#D0CDD1
(208,205,209)
#E5E1E7
(229,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13190B color. Also use rgb(19,25,11) instead hex code.

Text Font Color

.myTextColor { color: #13190B; }

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

This text font color is #13190B.


Background Color

.myBgColor { background-color: #13190B; }

<div style="background-color:#13190B">Inner text</div>

This div background color is #13190B.


Border color

.myBorderColor { border: 1px solid #13190B; }

<div style="border:3px solid #13190B">Div</div>

This div border color is #13190B.


Opacity

.myOpacity80 { color: #13190B; opacity: 0.8; }

<p style="color:#13190B;opacity:0.8;">80%</p>

Text with #13190B 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 #13190B;}

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

This text has shadow with #13190B color.

.textShadow {text-shadow: 3px 3px 1px #13190B, 3px 3px 1px red;}

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

This text has shadow with #13190B primary color and red secondary color.


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

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

This text has shadow with #13190B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13190B on black background.


Color preview on white background

This text has color #13190B on white background.



Black color preview on #13190B background

This text has black color on #13190B background.


White color preview on #13190B background

This text has white color on #13190B background.