COLOR #19251A

HEX: #19251A
RGB: (25,37,26)

Color info

#19251A contains red, green and blue colors in about the same proportion. Web safe color of #19251A is #003300 (or #030).

RGB color model

#19251A color RGB value is (25,37,26).

  • red value is 25;
  • green value is 37;
  • blue value is 26.
RGB:
(25,37,26)
(10%,15%,10%)

RGB channels and saturation

R 25 of 255 = 10%
G 37 of 255 = 15%
B 26 of 255 = 10%

25
37
26

R + G + B ~ 12%. #19251A is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 37 + 26 = 88 (100%)
R 25 of 88 ~ 28.41%
G 37 of 88 ~ 42.05%
B 26 of 88 ~ 29.55%

%28.41
%42.05
%29.55

CMYK color model

#19251A color CMYK value is (32,0,30,85).

  • cyan value is 32.43%
  • magenta value is 0.00%
  • yellow value is 29.73%
  • key color value is 85.49%
CMYK:
(32,0,30,85)
C32M0Y30K85 
(32%,0%,30%,85%)
(0.32/0.00/0.30/0.85)	

CMYK percentages

%32.43
%0
%29.73
%85.49

Codes

Color #19251A in popluar color models

19251A
RGB253726
HSL125°19.35%12.16%
HSB/HSV125°32.43%14.51%
CMYK32.43%0.00%29.73%
85.49%

Color #19251A in popluar number systems.

HEX19251A
Decimal253726
Binary1100110010111010
Octal314532

Shades and tints

Shades of #19251A

#19251A
(25,37,26)
#172218
(23,34,24)
#151F16
(21,31,22)
#131C14
(19,28,20)
#111912
(17,25,18)
#0F1610
(15,22,16)
#0D130E
(13,19,14)
#0B100C
(11,16,12)
#090D0A
(9,13,10)
#070A08
(7,10,8)
#050706
(5,7,6)
#000000
(0,0,0)

Tints of #19251A

#19251A
(25,37,26)
#2D382E
(45,56,46)
#414B42
(65,75,66)
#555E56
(85,94,86)
#69716A
(105,113,106)
#7D847E
(125,132,126)
#919792
(145,151,146)
#A5AAA6
(165,170,166)
#B9BDBA
(185,189,186)
#CDD0CE
(205,208,206)
#E1E3E2
(225,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19251A color. Also use rgb(25,37,26) instead hex code.

Text Font Color

.myTextColor { color: #19251A; }

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

This text font color is #19251A.


Background Color

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

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

This div background color is #19251A.


Border color

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

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

This div border color is #19251A.


Opacity

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

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

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

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

This text has shadow with #19251A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19251A on black background.


Color preview on white background

This text has color #19251A on white background.



Black color preview on #19251A background

This text has black color on #19251A background.


White color preview on #19251A background

This text has white color on #19251A background.