COLOR #25121F

HEX: #25121F
RGB: (37,18,31)

Color info

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

RGB color model

#25121F color RGB value is (37,18,31).

  • red value is 37;
  • green value is 18;
  • blue value is 31.
RGB:
(37,18,31)
(15%,7%,12%)

RGB channels and saturation

R 37 of 255 = 15%
G 18 of 255 = 7%
B 31 of 255 = 12%

37
18
31

R + G + B ~ 11%. #25121F is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 18 + 31 = 86 (100%)
R 37 of 86 ~ 43.02%
G 18 of 86 ~ 20.93%
B 31 of 86 ~ 36.05%

%43.02
%20.93
%36.05

CMYK color model

#25121F color CMYK value is (0,51,16,85).

  • cyan value is 0.00%
  • magenta value is 51.35%
  • yellow value is 16.22%
  • key color value is 85.49%
CMYK:
(0,51,16,85)
C0M51Y16K85 
(0%,51%,16%,85%)
(0.00/0.51/0.16/0.85)	

CMYK percentages

%0
%51.35
%16.22
%85.49

Codes

Color #25121F in popluar color models

25121F
RGB371831
HSL319°34.55%10.78%
HSB/HSV319°51.35%14.51%
CMYK0.00%51.35%16.22%
85.49%

Color #25121F in popluar number systems.

HEX25121F
Decimal371831
Binary1001011001011111
Octal452237

Shades and tints

Shades of #25121F

#25121F
(37,18,31)
#22111D
(34,17,29)
#1F101B
(31,16,27)
#1C0F19
(28,15,25)
#190E17
(25,14,23)
#160D15
(22,13,21)
#130C13
(19,12,19)
#100B11
(16,11,17)
#0D0A0F
(13,10,15)
#0A090D
(10,9,13)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #25121F

#25121F
(37,18,31)
#382733
(56,39,51)
#4B3C47
(75,60,71)
#5E515B
(94,81,91)
#71666F
(113,102,111)
#847B83
(132,123,131)
#979097
(151,144,151)
#AAA5AB
(170,165,171)
#BDBABF
(189,186,191)
#D0CFD3
(208,207,211)
#E3E4E7
(227,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25121F; }

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

This text font color is #25121F.


Background Color

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

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

This div background color is #25121F.


Border color

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

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

This div border color is #25121F.


Opacity

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

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

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

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

This text has shadow with #25121F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25121F on black background.


Color preview on white background

This text has color #25121F on white background.



Black color preview on #25121F background

This text has black color on #25121F background.


White color preview on #25121F background

This text has white color on #25121F background.