COLOR #190613

HEX: #190613 RGB: (25,6,19)

Color info

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

RGB color model

#190613 color RGB value is (25,6,19).

RGB: (25,6,19) (10%, 2%, 7%)

RGB channels and saturation

R 25 of 255 = 10%
G 6 of 255 = 2%
B 19 of 255 = 7%

25
6
19

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

Portions of RGB colors in percentages

R + G + B = 25 + 6 + 19 = 50 (100%)
R 25 of 50 ~ 50%
G 6 of 50 ~ 12%
B 19 of 50 ~ 38'%

%50
%12
%38

CMYK color model

#190613 color CMYK value is (0,76,24,90).

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

CMYK: (0,76,24,90)
C0M76Y24K90 (0%, 76%, 24%, 90%)
(0.00 / 0.76 / 0.24 / 0.90)

CMYK percentages

%0
%76
%24
%90.2

Codes

Color #190613 in popluar color models

19 06 13
RGB 25 6 19
HSL 319° 61.29% 6.08%
HSB/HSV 319° 76.00% 9.80%
CMYK 0.00% 76.00% 24.00%
90.20%

Color #190613 in popluar number systems.

HEX 19 06 13
Decimal 25 6 19
Binary 11001 110 10011
Octal 31 6 23

Shades and tints

Shades of #190613

#190613
(25,6,19)
#170612
(23,6,18)
#150611
(21,6,17)
#130610
(19,6,16)
#11060F
(17,6,15)
#0F060E
(15,6,14)
#0D060D
(13,6,13)
#0B060C
(11,6,12)
#09060B
(9,6,11)
#07060A
(7,6,10)
#050609
(5,6,9)
#000000
(0,0,0)

Tints of #190613

#190613
(25,6,19)
#2D1C28
(45,28,40)
#41323D
(65,50,61)
#554852
(85,72,82)
#695E67
(105,94,103)
#7D747C
(125,116,124)
#918A91
(145,138,145)
#A5A0A6
(165,160,166)
#B9B6BB
(185,182,187)
#CDCCD0
(205,204,208)
#E1E2E5
(225,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #190613; }

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

This text font color is #190613.

Background Color

.myBgColor { background-color: #190613; }

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

This div background color is #190613.

Border color

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

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

This div border color is #190613.

Opacity

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

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

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

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

This text has shadow with #190613 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #190613.

Preview

Color preview on black background

This text has color #190613 on black background.


Color preview on white background

This text has color #190613 on white background.


Black color preview on #190613 background

This text has black color on #190613 background.


White color preview on #190613 background

This text has white color on #190613 background.


Related colors

Complementary color

Complementary color for #hex is #E6F9EC.


I love getcolorcode.com

Triadic colors

1 #131906 and #061319 with #190613 are triadic colors.

2 #130619 and #061913 with #190613 are triadic colors.