COLOR #250141

HEX: #250141 RGB: (37,1,65)

Color info

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

RGB color model

#250141 color RGB value is (37,1,65).

RGB: (37,1,65) (15%, 0%, 25%)

RGB channels and saturation

R 37 of 255 = 15%
G 1 of 255 = 0%
B 65 of 255 = 25%

37
1
65

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

Portions of RGB colors in percentages

R + G + B = 37 + 1 + 65 = 103 (100%)
R 37 of 103 ~ 35.92%
G 1 of 103 ~ 0.97%
B 65 of 103 ~ 63.11'%

%35.92
%63.11

CMYK color model

#250141 color CMYK value is (43,98,0,75).

  • cyan value is 43.08%
  • magenta value is 98.46%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (43,98,0,75)
C43M98Y0K75 (43%, 98%, 0%, 75%)
(0.43 / 0.98 / 0.00 / 0.75)

CMYK percentages

%43.08
%98.46
%0
%74.51

Codes

Color #250141 in popluar color models

25 01 41
RGB 37 1 65
HSL 274° 96.97% 12.94%
HSB/HSV 274° 98.46% 25.49%
CMYK 43.08% 98.46% 0.00%
74.51%

Color #250141 in popluar number systems.

HEX 25 01 41
Decimal 37 1 65
Binary 100101 1 1000001
Octal 45 1 101

Shades and tints

Shades of #250141

#250141
(37,1,65)
#22013C
(34,1,60)
#1F0137
(31,1,55)
#1C0132
(28,1,50)
#19012D
(25,1,45)
#160128
(22,1,40)
#130123
(19,1,35)
#10011E
(16,1,30)
#0D0119
(13,1,25)
#0A0114
(10,1,20)
#07010F
(7,1,15)
#000000
(0,0,0)

Tints of #250141

#250141
(37,1,65)
#381852
(56,24,82)
#4B2F63
(75,47,99)
#5E4674
(94,70,116)
#715D85
(113,93,133)
#847496
(132,116,150)
#978BA7
(151,139,167)
#AAA2B8
(170,162,184)
#BDB9C9
(189,185,201)
#D0D0DA
(208,208,218)
#E3E7EB
(227,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250141; }

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

This text font color is #250141.

Background Color

.myBgColor { background-color: #250141; }

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

This div background color is #250141.

Border color

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

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

This div border color is #250141.

Opacity

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

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

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

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

This text has shadow with #250141 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #250141.

Preview

Color preview on black background

This text has color #250141 on black background.


Color preview on white background

This text has color #250141 on white background.


Black color preview on #250141 background

This text has black color on #250141 background.


White color preview on #250141 background

This text has white color on #250141 background.


Related colors

Complementary color

Complementary color for #250141 is #DAFEBE.


I love getcolorcode.com

Triadic colors

1 #412501 and #014125 with #250141 are triadic colors.

2 #410125 and #012541 with #250141 are triadic colors.