COLOR #251A19

HEX: #251A19 RGB: (37,26,25)

Color info

#251A19 contains red, green and blue colors in about the same proportion. Web safe color of #251A19 is #330000 (or #300).

RGB color model

#251A19 color RGB value is (37,26,25).

RGB: (37,26,25) (15%, 10%, 10%)

RGB channels and saturation

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

37
26
25

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

Portions of RGB colors in percentages

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

%42.05
%29.55
%28.41

CMYK color model

#251A19 color CMYK value is (0,30,32,85).

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

CMYK percentages

%0
%29.73
%32.43
%85.49

Codes

Color #251A19 in popluar color models

25 1A 19
RGB 37 26 25
HSL 19.35% 12.16%
HSB/HSV 32.43% 14.51%
CMYK 0.00% 29.73% 32.43%
85.49%

Color #251A19 in popluar number systems.

HEX 25 1A 19
Decimal 37 26 25
Binary 100101 11010 11001
Octal 45 32 31

Shades and tints

Shades of #251A19

#251A19
(37,26,25)
#221817
(34,24,23)
#1F1615
(31,22,21)
#1C1413
(28,20,19)
#191211
(25,18,17)
#16100F
(22,16,15)
#130E0D
(19,14,13)
#100C0B
(16,12,11)
#0D0A09
(13,10,9)
#0A0807
(10,8,7)
#070605
(7,6,5)
#000000
(0,0,0)

Tints of #251A19

#251A19
(37,26,25)
#382E2D
(56,46,45)
#4B4241
(75,66,65)
#5E5655
(94,86,85)
#716A69
(113,106,105)
#847E7D
(132,126,125)
#979291
(151,146,145)
#AAA6A5
(170,166,165)
#BDBAB9
(189,186,185)
#D0CECD
(208,206,205)
#E3E2E1
(227,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251A19; }

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

This text font color is #251A19.

Background Color

.myBgColor { background-color: #251A19; }

<div style="background-color:#251A19">Inner text</div>

This div background color is #251A19.

Border color

.myBorderColor { border: 1px solid #251A19; }

<div style="border:3px solid #251A19">Div</div>

This div border color is #251A19.

Opacity

.myOpacity80 { color: #251A19; opacity: 0.8; }

<p style="color:#251A19;opacity:0.8;">80%</p>

Text with #251A19 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 #251A19;}

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

This text has shadow with #251A19 color.


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

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

This text has shadow with #251A19 primary color and red secondary color.


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

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

This text has shadow with #251A19 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #251A19.

Preview

Color preview on black background

This text has color #251A19 on black background.


Color preview on white background

This text has color #251A19 on white background.


Black color preview on #251A19 background

This text has black color on #251A19 background.


White color preview on #251A19 background

This text has white color on #251A19 background.


Related colors

Complementary color

Complementary color for #hex is #DAE5E6.


I love getcolorcode.com

Triadic colors

1 #19251A and #1A1925 with #251A19 are triadic colors.

2 #191A25 and #1A2519 with #251A19 are triadic colors.