COLOR #19191C

HEX: #19191C
RGB: (25,25,28)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

25
25
28

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

Portions of RGB colors in percentages

R + G + B =
25 + 25 + 28 = 78 (100%)
R 25 of 78 ~ 32.05%
G 25 of 78 ~ 32.05%
B 28 of 78 ~ 35.9%

%32.05
%32.05
%35.9

CMYK color model

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

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

CMYK percentages

%10.71
%10.71
%0
%89.02

Codes

Color #19191C in popluar color models

19191C
RGB252528
HSL240°5.66%10.39%
HSB/HSV240°10.71%10.98%
CMYK10.71%10.71%0.00%
89.02%

Color #19191C in popluar number systems.

HEX19191C
Decimal252528
Binary110011100111100
Octal313134

Shades and tints

Shades of #19191C

#19191C
(25,25,28)
#17171A
(23,23,26)
#151518
(21,21,24)
#131316
(19,19,22)
#111114
(17,17,20)
#0F0F12
(15,15,18)
#0D0D10
(13,13,16)
#0B0B0E
(11,11,14)
#09090C
(9,9,12)
#07070A
(7,7,10)
#050508
(5,5,8)
#000000
(0,0,0)

Tints of #19191C

#19191C
(25,25,28)
#2D2D30
(45,45,48)
#414144
(65,65,68)
#555558
(85,85,88)
#69696C
(105,105,108)
#7D7D80
(125,125,128)
#919194
(145,145,148)
#A5A5A8
(165,165,168)
#B9B9BC
(185,185,188)
#CDCDD0
(205,205,208)
#E1E1E4
(225,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19191C; }

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

This text font color is #19191C.


Background Color

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

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

This div background color is #19191C.


Border color

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

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

This div border color is #19191C.


Opacity

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

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

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

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

This text has shadow with #19191C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19191C on black background.


Color preview on white background

This text has color #19191C on white background.



Black color preview on #19191C background

This text has black color on #19191C background.


White color preview on #19191C background

This text has white color on #19191C background.