COLOR #250132

HEX: #250132 RGB: (37,1,50)

Color info

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

RGB color model

#250132 color RGB value is (37,1,50).

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

RGB channels and saturation

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

37
1
50

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

Portions of RGB colors in percentages

R + G + B = 37 + 1 + 50 = 88 (100%)
R 37 of 88 ~ 42.05%
G 1 of 88 ~ 1.14%
B 50 of 88 ~ 56.82'%

%42.05
%56.82

CMYK color model

#250132 color CMYK value is (26,98,0,80).

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

CMYK: (26,98,0,80)
C26M98Y0K80 (26%, 98%, 0%, 80%)
(0.26 / 0.98 / 0.00 / 0.80)

CMYK percentages

%26
%98
%0
%80.39

Codes

Color #250132 in popluar color models

25 01 32
RGB 37 1 50
HSL 284° 96.08% 10.00%
HSB/HSV 284° 98.00% 19.61%
CMYK 26.00% 98.00% 0.00%
80.39%

Color #250132 in popluar number systems.

HEX 25 01 32
Decimal 37 1 50
Binary 100101 1 110010
Octal 45 1 62

Shades and tints

Shades of #250132

#250132
(37,1,50)
#22012E
(34,1,46)
#1F012A
(31,1,42)
#1C0126
(28,1,38)
#190122
(25,1,34)
#16011E
(22,1,30)
#13011A
(19,1,26)
#100116
(16,1,22)
#0D0112
(13,1,18)
#0A010E
(10,1,14)
#07010A
(7,1,10)
#000000
(0,0,0)

Tints of #250132

#250132
(37,1,50)
#381844
(56,24,68)
#4B2F56
(75,47,86)
#5E4668
(94,70,104)
#715D7A
(113,93,122)
#84748C
(132,116,140)
#978B9E
(151,139,158)
#AAA2B0
(170,162,176)
#BDB9C2
(189,185,194)
#D0D0D4
(208,208,212)
#E3E7E6
(227,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250132; }

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

This text font color is #250132.

Background Color

.myBgColor { background-color: #250132; }

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

This div background color is #250132.

Border color

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

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

This div border color is #250132.

Opacity

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

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

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

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

This text has shadow with #250132 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #250132.

Preview

Color preview on black background

This text has color #250132 on black background.


Color preview on white background

This text has color #250132 on white background.


Black color preview on #250132 background

This text has black color on #250132 background.


White color preview on #250132 background

This text has white color on #250132 background.


Related colors

Complementary color

Complementary color for #hex is #DAFECD.


I love getcolorcode.com

Triadic colors

1 #322501 and #013225 with #250132 are triadic colors.

2 #320125 and #012532 with #250132 are triadic colors.