COLOR #191215

HEX: #191215
RGB: (25,18,21)

Color info

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

RGB color model

#191215 color RGB value is (25,18,21).

  • red value is 25;
  • green value is 18;
  • blue value is 21.
RGB:
(25,18,21)
(10%,7%,8%)

RGB channels and saturation

R 25 of 255 = 10%
G 18 of 255 = 7%
B 21 of 255 = 8%

25
18
21

R + G + B ~ 8%. #191215 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 18 + 21 = 64 (100%)
R 25 of 64 ~ 39.06%
G 18 of 64 ~ 28.13%
B 21 of 64 ~ 32.81%

%39.06
%28.13
%32.81

CMYK color model

#191215 color CMYK value is (0,28,16,90).

  • cyan value is 0.00%
  • magenta value is 28.00%
  • yellow value is 16.00%
  • key color value is 90.20%
CMYK:
(0,28,16,90)
C0M28Y16K90 
(0%,28%,16%,90%)
(0.00/0.28/0.16/0.90)	

CMYK percentages

%0
%28
%16
%90.2

Codes

Color #191215 in popluar color models

191215
RGB251821
HSL334°16.28%8.43%
HSB/HSV334°28.00%9.80%
CMYK0.00%28.00%16.00%
90.20%

Color #191215 in popluar number systems.

HEX191215
Decimal251821
Binary110011001010101
Octal312225

Shades and tints

Shades of #191215

#191215
(25,18,21)
#171114
(23,17,20)
#151013
(21,16,19)
#130F12
(19,15,18)
#110E11
(17,14,17)
#0F0D10
(15,13,16)
#0D0C0F
(13,12,15)
#0B0B0E
(11,11,14)
#090A0D
(9,10,13)
#07090C
(7,9,12)
#05080B
(5,8,11)
#000000
(0,0,0)

Tints of #191215

#191215
(25,18,21)
#2D272A
(45,39,42)
#413C3F
(65,60,63)
#555154
(85,81,84)
#696669
(105,102,105)
#7D7B7E
(125,123,126)
#919093
(145,144,147)
#A5A5A8
(165,165,168)
#B9BABD
(185,186,189)
#CDCFD2
(205,207,210)
#E1E4E7
(225,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #191215; }

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

This text font color is #191215.


Background Color

.myBgColor { background-color: #191215; }

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

This div background color is #191215.


Border color

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

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

This div border color is #191215.


Opacity

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

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

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

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

This text has shadow with #191215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #191215 on black background.


Color preview on white background

This text has color #191215 on white background.



Black color preview on #191215 background

This text has black color on #191215 background.


White color preview on #191215 background

This text has white color on #191215 background.