COLOR #19251D

HEX: #19251D
RGB: (25,37,29)

Color info

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

RGB color model

#19251D color RGB value is (25,37,29).

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

RGB channels and saturation

R 25 of 255 = 10%
G 37 of 255 = 15%
B 29 of 255 = 11%

25
37
29

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

Portions of RGB colors in percentages

R + G + B =
25 + 37 + 29 = 91 (100%)
R 25 of 91 ~ 27.47%
G 37 of 91 ~ 40.66%
B 29 of 91 ~ 31.87%

%27.47
%40.66
%31.87

CMYK color model

#19251D color CMYK value is (32,0,22,85).

  • cyan value is 32.43%
  • magenta value is 0.00%
  • yellow value is 21.62%
  • key color value is 85.49%
CMYK:
(32,0,22,85)
C32M0Y22K85 
(32%,0%,22%,85%)
(0.32/0.00/0.22/0.85)	

CMYK percentages

%32.43
%0
%21.62
%85.49

Codes

Color #19251D in popluar color models

19251D
RGB253729
HSL140°19.35%12.16%
HSB/HSV140°32.43%14.51%
CMYK32.43%0.00%21.62%
85.49%

Color #19251D in popluar number systems.

HEX19251D
Decimal253729
Binary1100110010111101
Octal314535

Shades and tints

Shades of #19251D

#19251D
(25,37,29)
#17221B
(23,34,27)
#151F19
(21,31,25)
#131C17
(19,28,23)
#111915
(17,25,21)
#0F1613
(15,22,19)
#0D1311
(13,19,17)
#0B100F
(11,16,15)
#090D0D
(9,13,13)
#070A0B
(7,10,11)
#050709
(5,7,9)
#000000
(0,0,0)

Tints of #19251D

#19251D
(25,37,29)
#2D3831
(45,56,49)
#414B45
(65,75,69)
#555E59
(85,94,89)
#69716D
(105,113,109)
#7D8481
(125,132,129)
#919795
(145,151,149)
#A5AAA9
(165,170,169)
#B9BDBD
(185,189,189)
#CDD0D1
(205,208,209)
#E1E3E5
(225,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19251D; }

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

This text font color is #19251D.


Background Color

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

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

This div background color is #19251D.


Border color

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

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

This div border color is #19251D.


Opacity

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

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

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

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

This text has shadow with #19251D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19251D on black background.


Color preview on white background

This text has color #19251D on white background.



Black color preview on #19251D background

This text has black color on #19251D background.


White color preview on #19251D background

This text has white color on #19251D background.