COLOR #250032

HEX: #250032 RGB: (37,0,50)

Color info

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

RGB color model

#250032 color RGB value is (37,0,50).

RGB: (37,0,50) (15%, 0%, 20%)

RGB channels and saturation

R 37 of 255 = 15%
G 0 of 255 = 0%
B 50 of 255 = 20%

37
0
50

R + G + B ~ 12%. #250032 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 0 + 50 = 87 (100%)
R 37 of 87 ~ 42.53%
G 0 of 87 ~ 0%
B 50 of 87 ~ 57.47'%

%42.53
%57.47

CMYK color model

#250032 color CMYK value is (26,100,0,80).

  • cyan value is 26.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 80.39%

CMYK: (26,100,0,80)
C26M100Y0K80 (26%, 100%, 0%, 80%)
(0.26 / 1.00 / 0.00 / 0.80)

CMYK percentages

%26
%100
%0
%80.39

Codes

Color #250032 in popluar color models

25 00 32
RGB 37 0 50
HSL 284° 100.00% 9.80%
HSB/HSV 284° 100.00% 19.61%
CMYK 26.00% 100.00% 0.00%
80.39%

Color #250032 in popluar number systems.

HEX 25 00 32
Decimal 37 0 50
Binary 100101 0 110010
Octal 45 0 62

Shades and tints

Shades of #250032

#250032
(37,0,50)
#22002E
(34,0,46)
#1F002A
(31,0,42)
#1C0026
(28,0,38)
#190022
(25,0,34)
#16001E
(22,0,30)
#13001A
(19,0,26)
#100016
(16,0,22)
#0D0012
(13,0,18)
#0A000E
(10,0,14)
#07000A
(7,0,10)
#000000
(0,0,0)

Tints of #250032

#250032
(37,0,50)
#381744
(56,23,68)
#4B2E56
(75,46,86)
#5E4568
(94,69,104)
#715C7A
(113,92,122)
#84738C
(132,115,140)
#978A9E
(151,138,158)
#AAA1B0
(170,161,176)
#BDB8C2
(189,184,194)
#D0CFD4
(208,207,212)
#E3E6E6
(227,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250032; }

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

This text font color is #250032.

Background Color

.myBgColor { background-color: #250032; }

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

This div background color is #250032.

Border color

.myBorderColor { border: 1px solid #250032; }

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

This div border color is #250032.

Opacity

.myOpacity80 { color: #250032; opacity: 0.8; }

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

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

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

This text has shadow with #250032 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #250032.

Preview

Color preview on black background

This text has color #250032 on black background.


Color preview on white background

This text has color #250032 on white background.


Black color preview on #250032 background

This text has black color on #250032 background.


White color preview on #250032 background

This text has white color on #250032 background.


Related colors

Complementary color

Complementary color for #hex is #DAFFCD.


I love getcolorcode.com

Triadic colors

1 #322500 and #003225 with #250032 are triadic colors.

2 #320025 and #002532 with #250032 are triadic colors.