COLOR #190515

HEX: #190515 RGB: (25,5,21)

Color info

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

RGB color model

#190515 color RGB value is (25,5,21).

RGB: (25,5,21) (10%, 2%, 8%)

RGB channels and saturation

R 25 of 255 = 10%
G 5 of 255 = 2%
B 21 of 255 = 8%

25
5
21

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

Portions of RGB colors in percentages

R + G + B = 25 + 5 + 21 = 51 (100%)
R 25 of 51 ~ 49.02%
G 5 of 51 ~ 9.8%
B 21 of 51 ~ 41.18'%

%49.02
%41.18

CMYK color model

#190515 color CMYK value is (0,80,16,90).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 16.00%
  • key color value is 90.20%

CMYK: (0,80,16,90)
C0M80Y16K90 (0%, 80%, 16%, 90%)
(0.00 / 0.80 / 0.16 / 0.90)

CMYK percentages

%0
%80
%16
%90.2

Codes

Color #190515 in popluar color models

19 05 15
RGB 25 5 21
HSL 312° 66.67% 5.88%
HSB/HSV 312° 80.00% 9.80%
CMYK 0.00% 80.00% 16.00%
90.20%

Color #190515 in popluar number systems.

HEX 19 05 15
Decimal 25 5 21
Binary 11001 101 10101
Octal 31 5 25

Shades and tints

Shades of #190515

#190515
(25,5,21)
#170514
(23,5,20)
#150513
(21,5,19)
#130512
(19,5,18)
#110511
(17,5,17)
#0F0510
(15,5,16)
#0D050F
(13,5,15)
#0B050E
(11,5,14)
#09050D
(9,5,13)
#07050C
(7,5,12)
#05050B
(5,5,11)
#000000
(0,0,0)

Tints of #190515

#190515
(25,5,21)
#2D1B2A
(45,27,42)
#41313F
(65,49,63)
#554754
(85,71,84)
#695D69
(105,93,105)
#7D737E
(125,115,126)
#918993
(145,137,147)
#A59FA8
(165,159,168)
#B9B5BD
(185,181,189)
#CDCBD2
(205,203,210)
#E1E1E7
(225,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #190515 color. Also use rgb(25,5,21) instead hex code.

Text Font Color

.myTextColor { color: #190515; }

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

This text font color is #190515.

Background Color

.myBgColor { background-color: #190515; }

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

This div background color is #190515.

Border color

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

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

This div border color is #190515.

Opacity

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

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

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

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

This text has shadow with #190515 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #190515.

Preview

Color preview on black background

This text has color #190515 on black background.


Color preview on white background

This text has color #190515 on white background.


Black color preview on #190515 background

This text has black color on #190515 background.


White color preview on #190515 background

This text has white color on #190515 background.


Related colors

Complementary color

Complementary color for #hex is #E6FAEA.


I love getcolorcode.com

Triadic colors

1 #151905 and #051519 with #190515 are triadic colors.

2 #150519 and #051915 with #190515 are triadic colors.