COLOR #25181F

HEX: #25181F RGB: (37,24,31)

Color info

#25181F contains red, green and blue colors in about the same proportion. Web safe color of #25181F is #330033 (or #303).

RGB color model

#25181F color RGB value is (37,24,31).

RGB: (37,24,31) (15%, 9%, 12%)

RGB channels and saturation

R 37 of 255 = 15%
G 24 of 255 = 9%
B 31 of 255 = 12%

37
24
31

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

Portions of RGB colors in percentages

R + G + B = 37 + 24 + 31 = 92 (100%)
R 37 of 92 ~ 40.22%
G 24 of 92 ~ 26.09%
B 31 of 92 ~ 33.7'%

%40.22
%26.09
%33.7

CMYK color model

#25181F color CMYK value is (0,35,16,85).

  • cyan value is 0.00%
  • magenta value is 35.14%
  • yellow value is 16.22%
  • key color value is 85.49%

CMYK: (0,35,16,85)
C0M35Y16K85 (0%, 35%, 16%, 85%)
(0.00 / 0.35 / 0.16 / 0.85)

CMYK percentages

%0
%35.14
%16.22
%85.49

Codes

Color #25181F in popluar color models

25 18 1F
RGB 37 24 31
HSL 328° 21.31% 11.96%
HSB/HSV 328° 35.14% 14.51%
CMYK 0.00% 35.14% 16.22%
85.49%

Color #25181F in popluar number systems.

HEX 25 18 1F
Decimal 37 24 31
Binary 100101 11000 11111
Octal 45 30 37

Shades and tints

Shades of #25181F

#25181F
(37,24,31)
#22161D
(34,22,29)
#1F141B
(31,20,27)
#1C1219
(28,18,25)
#191017
(25,16,23)
#160E15
(22,14,21)
#130C13
(19,12,19)
#100A11
(16,10,17)
#0D080F
(13,8,15)
#0A060D
(10,6,13)
#07040B
(7,4,11)
#000000
(0,0,0)

Tints of #25181F

#25181F
(37,24,31)
#382D33
(56,45,51)
#4B4247
(75,66,71)
#5E575B
(94,87,91)
#716C6F
(113,108,111)
#848183
(132,129,131)
#979697
(151,150,151)
#AAABAB
(170,171,171)
#BDC0BF
(189,192,191)
#D0D5D3
(208,213,211)
#E3EAE7
(227,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25181F color. Also use rgb(37,24,31) instead hex code.

Text Font Color

.myTextColor { color: #25181F; }

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

This text font color is #25181F.

Background Color

.myBgColor { background-color: #25181F; }

<div style="background-color:#25181F">Inner text</div>

This div background color is #25181F.

Border color

.myBorderColor { border: 1px solid #25181F; }

<div style="border:3px solid #25181F">Div</div>

This div border color is #25181F.

Opacity

.myOpacity80 { color: #25181F; opacity: 0.8; }

<p style="color:#25181F;opacity:0.8;">80%</p>

Text with #25181F 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 #25181F;}

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

This text has shadow with #25181F color.


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

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

This text has shadow with #25181F primary color and red secondary color.


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

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

This text has shadow with #25181F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #25181F.

Preview

Color preview on black background

This text has color #25181F on black background.


Color preview on white background

This text has color #25181F on white background.


Black color preview on #25181F background

This text has black color on #25181F background.


White color preview on #25181F background

This text has white color on #25181F background.


Related colors

Complementary color

Complementary color for #hex is #DAE7E0.


I love getcolorcode.com

Triadic colors

1 #1F2518 and #181F25 with #25181F are triadic colors.

2 #1F1825 and #18251F with #25181F are triadic colors.