COLOR #251241

HEX: #251241
RGB: (37,18,65)

Color info

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

RGB color model

#251241 color RGB value is (37,18,65).

  • red value is 37;
  • green value is 18;
  • blue value is 65.
RGB:
(37,18,65)
(15%,7%,25%)

RGB channels and saturation

R 37 of 255 = 15%
G 18 of 255 = 7%
B 65 of 255 = 25%

37
18
65

R + G + B ~ 16%. #251241 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 18 + 65 = 120 (100%)
R 37 of 120 ~ 30.83%
G 18 of 120 ~ 15%
B 65 of 120 ~ 54.17%

%30.83
%15
%54.17

CMYK color model

#251241 color CMYK value is (43,72,0,75).

  • cyan value is 43.08%
  • magenta value is 72.31%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(43,72,0,75)
C43M72Y0K75 
(43%,72%,0%,75%)
(0.43/0.72/0.00/0.75)	

CMYK percentages

%43.08
%72.31
%0
%74.51

Codes

Color #251241 in popluar color models

251241
RGB371865
HSL264°56.63%16.27%
HSB/HSV264°72.31%25.49%
CMYK43.08%72.31%0.00%
74.51%

Color #251241 in popluar number systems.

HEX251241
Decimal371865
Binary100101100101000001
Octal4522101

Shades and tints

Shades of #251241

#251241
(37,18,65)
#22113C
(34,17,60)
#1F1037
(31,16,55)
#1C0F32
(28,15,50)
#190E2D
(25,14,45)
#160D28
(22,13,40)
#130C23
(19,12,35)
#100B1E
(16,11,30)
#0D0A19
(13,10,25)
#0A0914
(10,9,20)
#07080F
(7,8,15)
#000000
(0,0,0)

Tints of #251241

#251241
(37,18,65)
#382752
(56,39,82)
#4B3C63
(75,60,99)
#5E5174
(94,81,116)
#716685
(113,102,133)
#847B96
(132,123,150)
#9790A7
(151,144,167)
#AAA5B8
(170,165,184)
#BDBAC9
(189,186,201)
#D0CFDA
(208,207,218)
#E3E4EB
(227,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251241; }

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

This text font color is #251241.


Background Color

.myBgColor { background-color: #251241; }

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

This div background color is #251241.


Border color

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

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

This div border color is #251241.


Opacity

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

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

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

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

This text has shadow with #251241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251241 on black background.


Color preview on white background

This text has color #251241 on white background.



Black color preview on #251241 background

This text has black color on #251241 background.


White color preview on #251241 background

This text has white color on #251241 background.