COLOR #25102B

HEX: #25102B RGB: (37,16,43)

Color info

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

RGB color model

#25102B color RGB value is (37,16,43).

RGB: (37,16,43) (15%, 6%, 17%)

RGB channels and saturation

R 37 of 255 = 15%
G 16 of 255 = 6%
B 43 of 255 = 17%

37
16
43

R + G + B ~ 13%. #25102B is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 16 + 43 = 96 (100%)
R 37 of 96 ~ 38.54%
G 16 of 96 ~ 16.67%
B 43 of 96 ~ 44.79'%

%38.54
%16.67
%44.79

CMYK color model

#25102B color CMYK value is (14,63,0,83).

  • cyan value is 13.95%
  • magenta value is 62.79%
  • yellow value is 0.00%
  • key color value is 83.14%

CMYK: (14,63,0,83)
C14M63Y0K83 (14%, 63%, 0%, 83%)
(0.14 / 0.63 / 0.00 / 0.83)

CMYK percentages

%13.95
%62.79
%0
%83.14

Codes

Color #25102B in popluar color models

25 10 2B
RGB 37 16 43
HSL 287° 45.76% 11.57%
HSB/HSV 287° 62.79% 16.86%
CMYK 13.95% 62.79% 0.00%
83.14%

Color #25102B in popluar number systems.

HEX 25 10 2B
Decimal 37 16 43
Binary 100101 10000 101011
Octal 45 20 53

Shades and tints

Shades of #25102B

#25102B
(37,16,43)
#220F28
(34,15,40)
#1F0E25
(31,14,37)
#1C0D22
(28,13,34)
#190C1F
(25,12,31)
#160B1C
(22,11,28)
#130A19
(19,10,25)
#100916
(16,9,22)
#0D0813
(13,8,19)
#0A0710
(10,7,16)
#07060D
(7,6,13)
#000000
(0,0,0)

Tints of #25102B

#25102B
(37,16,43)
#38253E
(56,37,62)
#4B3A51
(75,58,81)
#5E4F64
(94,79,100)
#716477
(113,100,119)
#84798A
(132,121,138)
#978E9D
(151,142,157)
#AAA3B0
(170,163,176)
#BDB8C3
(189,184,195)
#D0CDD6
(208,205,214)
#E3E2E9
(227,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25102B color. Also use rgb(37,16,43) instead hex code.

Text Font Color

.myTextColor { color: #25102B; }

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

This text font color is #25102B.

Background Color

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

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

This div background color is #25102B.

Border color

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

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

This div border color is #25102B.

Opacity

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

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

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

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

This text has shadow with #25102B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25102B.

Preview

Color preview on black background

This text has color #25102B on black background.


Color preview on white background

This text has color #25102B on white background.


Black color preview on #25102B background

This text has black color on #25102B background.


White color preview on #25102B background

This text has white color on #25102B background.


Related colors

Complementary color

Complementary color for #hex is #DAEFD4.


I love getcolorcode.com

Triadic colors

1 #2B2510 and #102B25 with #25102B are triadic colors.

2 #2B1025 and #10252B with #25102B are triadic colors.