COLOR #25191E

HEX: #25191E RGB: (37,25,30)

Color info

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

RGB color model

#25191E color RGB value is (37,25,30).

RGB: (37,25,30) (15%, 10%, 12%)

RGB channels and saturation

R 37 of 255 = 15%
G 25 of 255 = 10%
B 30 of 255 = 12%

37
25
30

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

Portions of RGB colors in percentages

R + G + B = 37 + 25 + 30 = 92 (100%)
R 37 of 92 ~ 40.22%
G 25 of 92 ~ 27.17%
B 30 of 92 ~ 32.61'%

%40.22
%27.17
%32.61

CMYK color model

#25191E color CMYK value is (0,32,19,85).

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

CMYK: (0,32,19,85)
C0M32Y19K85 (0%, 32%, 19%, 85%)
(0.00 / 0.32 / 0.19 / 0.85)

CMYK percentages

%0
%32.43
%18.92
%85.49

Codes

Color #25191E in popluar color models

25 19 1E
RGB 37 25 30
HSL 335° 19.35% 12.16%
HSB/HSV 335° 32.43% 14.51%
CMYK 0.00% 32.43% 18.92%
85.49%

Color #25191E in popluar number systems.

HEX 25 19 1E
Decimal 37 25 30
Binary 100101 11001 11110
Octal 45 31 36

Shades and tints

Shades of #25191E

#25191E
(37,25,30)
#22171C
(34,23,28)
#1F151A
(31,21,26)
#1C1318
(28,19,24)
#191116
(25,17,22)
#160F14
(22,15,20)
#130D12
(19,13,18)
#100B10
(16,11,16)
#0D090E
(13,9,14)
#0A070C
(10,7,12)
#07050A
(7,5,10)
#000000
(0,0,0)

Tints of #25191E

#25191E
(37,25,30)
#382D32
(56,45,50)
#4B4146
(75,65,70)
#5E555A
(94,85,90)
#71696E
(113,105,110)
#847D82
(132,125,130)
#979196
(151,145,150)
#AAA5AA
(170,165,170)
#BDB9BE
(189,185,190)
#D0CDD2
(208,205,210)
#E3E1E6
(227,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25191E color. Also use rgb(37,25,30) instead hex code.

Text Font Color

.myTextColor { color: #25191E; }

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

This text font color is #25191E.

Background Color

.myBgColor { background-color: #25191E; }

<div style="background-color:#25191E">Inner text</div>

This div background color is #25191E.

Border color

.myBorderColor { border: 1px solid #25191E; }

<div style="border:3px solid #25191E">Div</div>

This div border color is #25191E.

Opacity

.myOpacity80 { color: #25191E; opacity: 0.8; }

<p style="color:#25191E;opacity:0.8;">80%</p>

Text with #25191E 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 #25191E;}

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

This text has shadow with #25191E color.


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

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

This text has shadow with #25191E primary color and red secondary color.


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

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

This text has shadow with #25191E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #25191E.

Preview

Color preview on black background

This text has color #25191E on black background.


Color preview on white background

This text has color #25191E on white background.


Black color preview on #25191E background

This text has black color on #25191E background.


White color preview on #25191E background

This text has white color on #25191E background.


Related colors

Complementary color

Complementary color for #hex is #DAE6E1.


I love getcolorcode.com

Triadic colors

1 #1E2519 and #191E25 with #25191E are triadic colors.

2 #1E1925 and #19251E with #25191E are triadic colors.