COLOR #25121B

HEX: #25121B RGB: (37,18,27)

Color info

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

RGB color model

#25121B color RGB value is (37,18,27).

RGB: (37,18,27) (15%, 7%, 11%)

RGB channels and saturation

R 37 of 255 = 15%
G 18 of 255 = 7%
B 27 of 255 = 11%

37
18
27

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

Portions of RGB colors in percentages

R + G + B = 37 + 18 + 27 = 82 (100%)
R 37 of 82 ~ 45.12%
G 18 of 82 ~ 21.95%
B 27 of 82 ~ 32.93'%

%45.12
%21.95
%32.93

CMYK color model

#25121B color CMYK value is (0,51,27,85).

  • cyan value is 0.00%
  • magenta value is 51.35%
  • yellow value is 27.03%
  • key color value is 85.49%

CMYK: (0,51,27,85)
C0M51Y27K85 (0%, 51%, 27%, 85%)
(0.00 / 0.51 / 0.27 / 0.85)

CMYK percentages

%0
%51.35
%27.03
%85.49

Codes

Color #25121B in popluar color models

25 12 1B
RGB 37 18 27
HSL 332° 34.55% 10.78%
HSB/HSV 332° 51.35% 14.51%
CMYK 0.00% 51.35% 27.03%
85.49%

Color #25121B in popluar number systems.

HEX 25 12 1B
Decimal 37 18 27
Binary 100101 10010 11011
Octal 45 22 33

Shades and tints

Shades of #25121B

#25121B
(37,18,27)
#221119
(34,17,25)
#1F1017
(31,16,23)
#1C0F15
(28,15,21)
#190E13
(25,14,19)
#160D11
(22,13,17)
#130C0F
(19,12,15)
#100B0D
(16,11,13)
#0D0A0B
(13,10,11)
#0A0909
(10,9,9)
#070807
(7,8,7)
#000000
(0,0,0)

Tints of #25121B

#25121B
(37,18,27)
#38272F
(56,39,47)
#4B3C43
(75,60,67)
#5E5157
(94,81,87)
#71666B
(113,102,107)
#847B7F
(132,123,127)
#979093
(151,144,147)
#AAA5A7
(170,165,167)
#BDBABB
(189,186,187)
#D0CFCF
(208,207,207)
#E3E4E3
(227,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25121B; }

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

This text font color is #25121B.

Background Color

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

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

This div background color is #25121B.

Border color

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

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

This div border color is #25121B.

Opacity

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

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

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

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

This text has shadow with #25121B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25121B.

Preview

Color preview on black background

This text has color #25121B on black background.


Color preview on white background

This text has color #25121B on white background.


Black color preview on #25121B background

This text has black color on #25121B background.


White color preview on #25121B background

This text has white color on #25121B background.


Related colors

Complementary color

Complementary color for #hex is #DAEDE4.


I love getcolorcode.com

Triadic colors

1 #1B2512 and #121B25 with #25121B are triadic colors.

2 #1B1225 and #12251B with #25121B are triadic colors.