COLOR #25190B

HEX: #25190B RGB: (37,25,11)

Color info

#25190B contains red, green and blue colors in about the same proportion. Web safe color of #25190B is #330000 (or #300).

RGB color model

#25190B color RGB value is (37,25,11).

RGB: (37,25,11) (15%, 10%, 4%)

RGB channels and saturation

R 37 of 255 = 15%
G 25 of 255 = 10%
B 11 of 255 = 4%

37
25
11

R + G + B ~ 10%. #25190B is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 25 + 11 = 73 (100%)
R 37 of 73 ~ 50.68%
G 25 of 73 ~ 34.25%
B 11 of 73 ~ 15.07'%

%50.68
%34.25
%15.07

CMYK color model

#25190B color CMYK value is (0,32,70,85).

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

CMYK: (0,32,70,85)
C0M32Y70K85 (0%, 32%, 70%, 85%)
(0.00 / 0.32 / 0.70 / 0.85)

CMYK percentages

%0
%32.43
%70.27
%85.49

Codes

Color #25190B in popluar color models

25 19 0B
RGB 37 25 11
HSL 32° 54.17% 9.41%
HSB/HSV 32° 70.27% 14.51%
CMYK 0.00% 32.43% 70.27%
85.49%

Color #25190B in popluar number systems.

HEX 25 19 0B
Decimal 37 25 11
Binary 100101 11001 1011
Octal 45 31 13

Shades and tints

Shades of #25190B

#25190B
(37,25,11)
#22170A
(34,23,10)
#1F1509
(31,21,9)
#1C1308
(28,19,8)
#191107
(25,17,7)
#160F06
(22,15,6)
#130D05
(19,13,5)
#100B04
(16,11,4)
#0D0903
(13,9,3)
#0A0702
(10,7,2)
#070501
(7,5,1)
#000000
(0,0,0)

Tints of #25190B

#25190B
(37,25,11)
#382D21
(56,45,33)
#4B4137
(75,65,55)
#5E554D
(94,85,77)
#716963
(113,105,99)
#847D79
(132,125,121)
#97918F
(151,145,143)
#AAA5A5
(170,165,165)
#BDB9BB
(189,185,187)
#D0CDD1
(208,205,209)
#E3E1E7
(227,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25190B color. Also use rgb(37,25,11) instead hex code.

Text Font Color

.myTextColor { color: #25190B; }

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

This text font color is #25190B.

Background Color

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

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

This div background color is #25190B.

Border color

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

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

This div border color is #25190B.

Opacity

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

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

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

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

This text has shadow with #25190B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25190B.

Preview

Color preview on black background

This text has color #25190B on black background.


Color preview on white background

This text has color #25190B on white background.


Black color preview on #25190B background

This text has black color on #25190B background.


White color preview on #25190B background

This text has white color on #25190B background.


Related colors

Complementary color

Complementary color for #hex is #DAE6F4.


I love getcolorcode.com

Triadic colors

1 #0B2519 and #190B25 with #25190B are triadic colors.

2 #0B1925 and #19250B with #25190B are triadic colors.