COLOR #15191C

HEX: #15191C
RGB: (21,25,28)

Color info

#15191C contains red, green and blue colors in about the same proportion. Web safe color of #15191C is #000033 (or #003).

RGB color model

#15191C color RGB value is (21,25,28).

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

RGB channels and saturation

R 21 of 255 = 8%
G 25 of 255 = 10%
B 28 of 255 = 11%

21
25
28

R + G + B ~ 10%. #15191C is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 25 + 28 = 74 (100%)
R 21 of 74 ~ 28.38%
G 25 of 74 ~ 33.78%
B 28 of 74 ~ 37.84%

%28.38
%33.78
%37.84

CMYK color model

#15191C color CMYK value is (25,11,0,89).

  • cyan value is 25.00%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(25,11,0,89)
C25M11Y0K89 
(25%,11%,0%,89%)
(0.25/0.11/0.00/0.89)	

CMYK percentages

%25
%10.71
%0
%89.02

Codes

Color #15191C in popluar color models

15191C
RGB212528
HSL206°14.29%9.61%
HSB/HSV206°25.00%10.98%
CMYK25.00%10.71%0.00%
89.02%

Color #15191C in popluar number systems.

HEX15191C
Decimal212528
Binary101011100111100
Octal253134

Shades and tints

Shades of #15191C

#15191C
(21,25,28)
#14171A
(20,23,26)
#131518
(19,21,24)
#121316
(18,19,22)
#111114
(17,17,20)
#100F12
(16,15,18)
#0F0D10
(15,13,16)
#0E0B0E
(14,11,14)
#0D090C
(13,9,12)
#0C070A
(12,7,10)
#0B0508
(11,5,8)
#000000
(0,0,0)

Tints of #15191C

#15191C
(21,25,28)
#2A2D30
(42,45,48)
#3F4144
(63,65,68)
#545558
(84,85,88)
#69696C
(105,105,108)
#7E7D80
(126,125,128)
#939194
(147,145,148)
#A8A5A8
(168,165,168)
#BDB9BC
(189,185,188)
#D2CDD0
(210,205,208)
#E7E1E4
(231,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15191C; }

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

This text font color is #15191C.


Background Color

.myBgColor { background-color: #15191C; }

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

This div background color is #15191C.


Border color

.myBorderColor { border: 1px solid #15191C; }

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

This div border color is #15191C.


Opacity

.myOpacity80 { color: #15191C; opacity: 0.8; }

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

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

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

This text has shadow with #15191C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15191C on black background.


Color preview on white background

This text has color #15191C on white background.



Black color preview on #15191C background

This text has black color on #15191C background.


White color preview on #15191C background

This text has white color on #15191C background.