COLOR #19251B

HEX: #19251B RGB: (25,37,27)

Color info

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

RGB color model

#19251B color RGB value is (25,37,27).

RGB: (25,37,27) (10%, 15%, 11%)

RGB channels and saturation

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

25
37
27

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

Portions of RGB colors in percentages

R + G + B = 25 + 37 + 27 = 89 (100%)
R 25 of 89 ~ 28.09%
G 37 of 89 ~ 41.57%
B 27 of 89 ~ 30.34'%

%28.09
%41.57
%30.34

CMYK color model

#19251B color CMYK value is (32,0,27,85).

  • cyan value is 32.43%
  • magenta value is 0.00%
  • yellow value is 27.03%
  • key color value is 85.49%

CMYK: (32,0,27,85)
C32M0Y27K85 (32%, 0%, 27%, 85%)
(0.32 / 0.00 / 0.27 / 0.85)

CMYK percentages

%32.43
%0
%27.03
%85.49

Codes

Color #19251B in popluar color models

19 25 1B
RGB 25 37 27
HSL 130° 19.35% 12.16%
HSB/HSV 130° 32.43% 14.51%
CMYK 32.43% 0.00% 27.03%
85.49%

Color #19251B in popluar number systems.

HEX 19 25 1B
Decimal 25 37 27
Binary 11001 100101 11011
Octal 31 45 33

Shades and tints

Shades of #19251B

#19251B
(25,37,27)
#172219
(23,34,25)
#151F17
(21,31,23)
#131C15
(19,28,21)
#111913
(17,25,19)
#0F1611
(15,22,17)
#0D130F
(13,19,15)
#0B100D
(11,16,13)
#090D0B
(9,13,11)
#070A09
(7,10,9)
#050707
(5,7,7)
#000000
(0,0,0)

Tints of #19251B

#19251B
(25,37,27)
#2D382F
(45,56,47)
#414B43
(65,75,67)
#555E57
(85,94,87)
#69716B
(105,113,107)
#7D847F
(125,132,127)
#919793
(145,151,147)
#A5AAA7
(165,170,167)
#B9BDBB
(185,189,187)
#CDD0CF
(205,208,207)
#E1E3E3
(225,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19251B; }

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

This text font color is #19251B.

Background Color

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

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

This div background color is #19251B.

Border color

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

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

This div border color is #19251B.

Opacity

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

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

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

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

This text has shadow with #19251B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #19251B.

Preview

Color preview on black background

This text has color #19251B on black background.


Color preview on white background

This text has color #19251B on white background.


Black color preview on #19251B background

This text has black color on #19251B background.


White color preview on #19251B background

This text has white color on #19251B background.


Related colors

Complementary color

Complementary color for #hex is #E6DAE4.


I love getcolorcode.com

Triadic colors

1 #1B1925 and #251B19 with #19251B are triadic colors.

2 #1B2519 and #25191B with #19251B are triadic colors.