COLOR #19292A

HEX: #19292A
RGB: (25,41,42)

Color info

#19292A contains red, green and blue colors in about the same proportion. Web safe color of #19292A is #003333 (or #033).

RGB color model

#19292A color RGB value is (25,41,42).

  • red value is 25;
  • green value is 41;
  • blue value is 42.
RGB:
(25,41,42)
(10%,16%,16%)

RGB channels and saturation

R 25 of 255 = 10%
G 41 of 255 = 16%
B 42 of 255 = 16%

25
41
42

R + G + B ~ 14%. #19292A is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 41 + 42 = 108 (100%)
R 25 of 108 ~ 23.15%
G 41 of 108 ~ 37.96%
B 42 of 108 ~ 38.89%

%23.15
%37.96
%38.89

CMYK color model

#19292A color CMYK value is (40,2,0,84).

  • cyan value is 40.48%
  • magenta value is 2.38%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(40,2,0,84)
C40M2Y0K84 
(40%,2%,0%,84%)
(0.40/0.02/0.00/0.84)	

CMYK percentages

%40.48
%2.38
%0
%83.53

Codes

Color #19292A in popluar color models

19292A
RGB254142
HSL184°25.37%13.14%
HSB/HSV184°40.48%16.47%
CMYK40.48%2.38%0.00%
83.53%

Color #19292A in popluar number systems.

HEX19292A
Decimal254142
Binary11001101001101010
Octal315152

Shades and tints

Shades of #19292A

#19292A
(25,41,42)
#172627
(23,38,39)
#152324
(21,35,36)
#132021
(19,32,33)
#111D1E
(17,29,30)
#0F1A1B
(15,26,27)
#0D1718
(13,23,24)
#0B1415
(11,20,21)
#091112
(9,17,18)
#070E0F
(7,14,15)
#050B0C
(5,11,12)
#000000
(0,0,0)

Tints of #19292A

#19292A
(25,41,42)
#2D3C3D
(45,60,61)
#414F50
(65,79,80)
#556263
(85,98,99)
#697576
(105,117,118)
#7D8889
(125,136,137)
#919B9C
(145,155,156)
#A5AEAF
(165,174,175)
#B9C1C2
(185,193,194)
#CDD4D5
(205,212,213)
#E1E7E8
(225,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19292A color. Also use rgb(25,41,42) instead hex code.

Text Font Color

.myTextColor { color: #19292A; }

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

This text font color is #19292A.


Background Color

.myBgColor { background-color: #19292A; }

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

This div background color is #19292A.


Border color

.myBorderColor { border: 1px solid #19292A; }

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

This div border color is #19292A.


Opacity

.myOpacity80 { color: #19292A; opacity: 0.8; }

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

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

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

This text has shadow with #19292A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19292A on black background.


Color preview on white background

This text has color #19292A on white background.



Black color preview on #19292A background

This text has black color on #19292A background.


White color preview on #19292A background

This text has white color on #19292A background.