COLOR #251441

HEX: #251441
RGB: (37,20,65)

Color info

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

RGB color model

#251441 color RGB value is (37,20,65).

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

RGB channels and saturation

R 37 of 255 = 15%
G 20 of 255 = 8%
B 65 of 255 = 25%

37
20
65

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

Portions of RGB colors in percentages

R + G + B =
37 + 20 + 65 = 122 (100%)
R 37 of 122 ~ 30.33%
G 20 of 122 ~ 16.39%
B 65 of 122 ~ 53.28%

%30.33
%16.39
%53.28

CMYK color model

#251441 color CMYK value is (43,69,0,75).

  • cyan value is 43.08%
  • magenta value is 69.23%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(43,69,0,75)
C43M69Y0K75 
(43%,69%,0%,75%)
(0.43/0.69/0.00/0.75)	

CMYK percentages

%43.08
%69.23
%0
%74.51

Codes

Color #251441 in popluar color models

251441
RGB372065
HSL263°52.94%16.67%
HSB/HSV263°69.23%25.49%
CMYK43.08%69.23%0.00%
74.51%

Color #251441 in popluar number systems.

HEX251441
Decimal372065
Binary100101101001000001
Octal4524101

Shades and tints

Shades of #251441

#251441
(37,20,65)
#22133C
(34,19,60)
#1F1237
(31,18,55)
#1C1132
(28,17,50)
#19102D
(25,16,45)
#160F28
(22,15,40)
#130E23
(19,14,35)
#100D1E
(16,13,30)
#0D0C19
(13,12,25)
#0A0B14
(10,11,20)
#070A0F
(7,10,15)
#000000
(0,0,0)

Tints of #251441

#251441
(37,20,65)
#382952
(56,41,82)
#4B3E63
(75,62,99)
#5E5374
(94,83,116)
#716885
(113,104,133)
#847D96
(132,125,150)
#9792A7
(151,146,167)
#AAA7B8
(170,167,184)
#BDBCC9
(189,188,201)
#D0D1DA
(208,209,218)
#E3E6EB
(227,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251441; }

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

This text font color is #251441.


Background Color

.myBgColor { background-color: #251441; }

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

This div background color is #251441.


Border color

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

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

This div border color is #251441.


Opacity

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

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

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

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

This text has shadow with #251441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251441 on black background.


Color preview on white background

This text has color #251441 on white background.



Black color preview on #251441 background

This text has black color on #251441 background.


White color preview on #251441 background

This text has white color on #251441 background.