COLOR #25002B

HEX: #25002B
RGB: (37,0,43)

Color info

#25002B contains only red and blue colors. Web safe color of #25002B is #330033 (or #303).

RGB color model

#25002B color RGB value is (37,0,43).

  • red value is 37;
  • green value is 0;
  • blue value is 43.
RGB:
(37,0,43)
(15%,0%,17%)

RGB channels and saturation

R 37 of 255 = 15%
G 0 of 255 = 0%
B 43 of 255 = 17%

37
0
43

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

Portions of RGB colors in percentages

R + G + B =
37 + 0 + 43 = 80 (100%)
R 37 of 80 ~ 46.25%
G 0 of 80 ~ 0%
B 43 of 80 ~ 53.75%

%46.25
%53.75

CMYK color model

#25002B color CMYK value is (14,100,0,83).

  • cyan value is 13.95%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(14,100,0,83)
C14M100Y0K83 
(14%,100%,0%,83%)
(0.14/1.00/0.00/0.83)	

CMYK percentages

%13.95
%100
%0
%83.14

Codes

Color #25002B in popluar color models

25002B
RGB37043
HSL292°100.00%8.43%
HSB/HSV292°100.00%16.86%
CMYK13.95%100.00%0.00%
83.14%

Color #25002B in popluar number systems.

HEX25002B
Decimal37043
Binary1001010101011
Octal45053

Shades and tints

Shades of #25002B

#25002B
(37,0,43)
#220028
(34,0,40)
#1F0025
(31,0,37)
#1C0022
(28,0,34)
#19001F
(25,0,31)
#16001C
(22,0,28)
#130019
(19,0,25)
#100016
(16,0,22)
#0D0013
(13,0,19)
#0A0010
(10,0,16)
#07000D
(7,0,13)
#000000
(0,0,0)

Tints of #25002B

#25002B
(37,0,43)
#38173E
(56,23,62)
#4B2E51
(75,46,81)
#5E4564
(94,69,100)
#715C77
(113,92,119)
#84738A
(132,115,138)
#978A9D
(151,138,157)
#AAA1B0
(170,161,176)
#BDB8C3
(189,184,195)
#D0CFD6
(208,207,214)
#E3E6E9
(227,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25002B; }

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

This text font color is #25002B.


Background Color

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

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

This div background color is #25002B.


Border color

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

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

This div border color is #25002B.


Opacity

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

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

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

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

This text has shadow with #25002B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25002B on black background.


Color preview on white background

This text has color #25002B on white background.



Black color preview on #25002B background

This text has black color on #25002B background.


White color preview on #25002B background

This text has white color on #25002B background.