COLOR #25151A

HEX: #25151A RGB: (37,21,26)

Color info

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

RGB color model

#25151A color RGB value is (37,21,26).

RGB: (37,21,26) (15%, 8%, 10%)

RGB channels and saturation

R 37 of 255 = 15%
G 21 of 255 = 8%
B 26 of 255 = 10%

37
21
26

R + G + B ~ 11%. #25151A is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 21 + 26 = 84 (100%)
R 37 of 84 ~ 44.05%
G 21 of 84 ~ 25%
B 26 of 84 ~ 30.95'%

%44.05
%25
%30.95

CMYK color model

#25151A color CMYK value is (0,43,30,85).

  • cyan value is 0.00%
  • magenta value is 43.24%
  • yellow value is 29.73%
  • key color value is 85.49%

CMYK: (0,43,30,85)
C0M43Y30K85 (0%, 43%, 30%, 85%)
(0.00 / 0.43 / 0.30 / 0.85)

CMYK percentages

%0
%43.24
%29.73
%85.49

Codes

Color #25151A in popluar color models

25 15 1A
RGB 37 21 26
HSL 341° 27.59% 11.37%
HSB/HSV 341° 43.24% 14.51%
CMYK 0.00% 43.24% 29.73%
85.49%

Color #25151A in popluar number systems.

HEX 25 15 1A
Decimal 37 21 26
Binary 100101 10101 11010
Octal 45 25 32

Shades and tints

Shades of #25151A

#25151A
(37,21,26)
#221418
(34,20,24)
#1F1316
(31,19,22)
#1C1214
(28,18,20)
#191112
(25,17,18)
#161010
(22,16,16)
#130F0E
(19,15,14)
#100E0C
(16,14,12)
#0D0D0A
(13,13,10)
#0A0C08
(10,12,8)
#070B06
(7,11,6)
#000000
(0,0,0)

Tints of #25151A

#25151A
(37,21,26)
#382A2E
(56,42,46)
#4B3F42
(75,63,66)
#5E5456
(94,84,86)
#71696A
(113,105,106)
#847E7E
(132,126,126)
#979392
(151,147,146)
#AAA8A6
(170,168,166)
#BDBDBA
(189,189,186)
#D0D2CE
(208,210,206)
#E3E7E2
(227,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25151A; }

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

This text font color is #25151A.

Background Color

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

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

This div background color is #25151A.

Border color

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

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

This div border color is #25151A.

Opacity

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

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

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

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

This text has shadow with #25151A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25151A.

Preview

Color preview on black background

This text has color #25151A on black background.


Color preview on white background

This text has color #25151A on white background.


Black color preview on #25151A background

This text has black color on #25151A background.


White color preview on #25151A background

This text has white color on #25151A background.


Related colors

Complementary color

Complementary color for #hex is #DAEAE5.


I love getcolorcode.com

Triadic colors

1 #1A2515 and #151A25 with #25151A are triadic colors.

2 #1A1525 and #15251A with #25151A are triadic colors.