COLOR #19191E

HEX: #19191E
RGB: (25,25,30)

Color info

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

RGB color model

#19191E color RGB value is (25,25,30).

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

RGB channels and saturation

R 25 of 255 = 10%
G 25 of 255 = 10%
B 30 of 255 = 12%

25
25
30

R + G + B ~ 11%. #19191E is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 25 + 30 = 80 (100%)
R 25 of 80 ~ 31.25%
G 25 of 80 ~ 31.25%
B 30 of 80 ~ 37.5%

%31.25
%31.25
%37.5

CMYK color model

#19191E color CMYK value is (17,17,0,88).

  • cyan value is 16.67%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(17,17,0,88)
C17M17Y0K88 
(17%,17%,0%,88%)
(0.17/0.17/0.00/0.88)	

CMYK percentages

%16.67
%16.67
%0
%88.24

Codes

Color #19191E in popluar color models

19191E
RGB252530
HSL240°9.09%10.78%
HSB/HSV240°16.67%11.76%
CMYK16.67%16.67%0.00%
88.24%

Color #19191E in popluar number systems.

HEX19191E
Decimal252530
Binary110011100111110
Octal313136

Shades and tints

Shades of #19191E

#19191E
(25,25,30)
#17171C
(23,23,28)
#15151A
(21,21,26)
#131318
(19,19,24)
#111116
(17,17,22)
#0F0F14
(15,15,20)
#0D0D12
(13,13,18)
#0B0B10
(11,11,16)
#09090E
(9,9,14)
#07070C
(7,7,12)
#05050A
(5,5,10)
#000000
(0,0,0)

Tints of #19191E

#19191E
(25,25,30)
#2D2D32
(45,45,50)
#414146
(65,65,70)
#55555A
(85,85,90)
#69696E
(105,105,110)
#7D7D82
(125,125,130)
#919196
(145,145,150)
#A5A5AA
(165,165,170)
#B9B9BE
(185,185,190)
#CDCDD2
(205,205,210)
#E1E1E6
(225,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19191E; }

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

This text font color is #19191E.


Background Color

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

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

This div background color is #19191E.


Border color

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

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

This div border color is #19191E.


Opacity

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

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

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

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

This text has shadow with #19191E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19191E on black background.


Color preview on white background

This text has color #19191E on white background.



Black color preview on #19191E background

This text has black color on #19191E background.


White color preview on #19191E background

This text has white color on #19191E background.