COLOR #190713

HEX: #190713 RGB: (25,7,19)

Color info

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

RGB color model

#190713 color RGB value is (25,7,19).

RGB: (25,7,19) (10%, 3%, 7%)

RGB channels and saturation

R 25 of 255 = 10%
G 7 of 255 = 3%
B 19 of 255 = 7%

25
7
19

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

Portions of RGB colors in percentages

R + G + B = 25 + 7 + 19 = 51 (100%)
R 25 of 51 ~ 49.02%
G 7 of 51 ~ 13.73%
B 19 of 51 ~ 37.25'%

%49.02
%13.73
%37.25

CMYK color model

#190713 color CMYK value is (0,72,24,90).

  • cyan value is 0.00%
  • magenta value is 72.00%
  • yellow value is 24.00%
  • key color value is 90.20%

CMYK: (0,72,24,90)
C0M72Y24K90 (0%, 72%, 24%, 90%)
(0.00 / 0.72 / 0.24 / 0.90)

CMYK percentages

%0
%72
%24
%90.2

Codes

Color #190713 in popluar color models

19 07 13
RGB 25 7 19
HSL 320° 56.25% 6.27%
HSB/HSV 320° 72.00% 9.80%
CMYK 0.00% 72.00% 24.00%
90.20%

Color #190713 in popluar number systems.

HEX 19 07 13
Decimal 25 7 19
Binary 11001 111 10011
Octal 31 7 23

Shades and tints

Shades of #190713

#190713
(25,7,19)
#170712
(23,7,18)
#150711
(21,7,17)
#130710
(19,7,16)
#11070F
(17,7,15)
#0F070E
(15,7,14)
#0D070D
(13,7,13)
#0B070C
(11,7,12)
#09070B
(9,7,11)
#07070A
(7,7,10)
#050709
(5,7,9)
#000000
(0,0,0)

Tints of #190713

#190713
(25,7,19)
#2D1D28
(45,29,40)
#41333D
(65,51,61)
#554952
(85,73,82)
#695F67
(105,95,103)
#7D757C
(125,117,124)
#918B91
(145,139,145)
#A5A1A6
(165,161,166)
#B9B7BB
(185,183,187)
#CDCDD0
(205,205,208)
#E1E3E5
(225,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #190713; }

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

This text font color is #190713.

Background Color

.myBgColor { background-color: #190713; }

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

This div background color is #190713.

Border color

.myBorderColor { border: 1px solid #190713; }

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

This div border color is #190713.

Opacity

.myOpacity80 { color: #190713; opacity: 0.8; }

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

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

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

This text has shadow with #190713 color.


.textShadow {text-shadow: 3px 3px 1px #190713', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #190713; -webkit-box-shadow: 1px 1px 3px 2px #190713; box-shadow:1px 1px 3px 2px #190713;">
Div content here
</div>

This div box has shadow with color #190713.

Preview

Color preview on black background

This text has color #190713 on black background.


Color preview on white background

This text has color #190713 on white background.


Black color preview on #190713 background

This text has black color on #190713 background.


White color preview on #190713 background

This text has white color on #190713 background.


Related colors

Complementary color

Complementary color for #hex is #E6F8EC.


I love getcolorcode.com

Triadic colors

1 #131907 and #071319 with #190713 are triadic colors.

2 #130719 and #071913 with #190713 are triadic colors.