COLOR #251841

HEX: #251841 RGB: (37,24,65)

Color info

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

RGB color model

#251841 color RGB value is (37,24,65).

RGB: (37,24,65) (15%, 9%, 25%)

RGB channels and saturation

R 37 of 255 = 15%
G 24 of 255 = 9%
B 65 of 255 = 25%

37
24
65

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

Portions of RGB colors in percentages

R + G + B = 37 + 24 + 65 = 126 (100%)
R 37 of 126 ~ 29.37%
G 24 of 126 ~ 19.05%
B 65 of 126 ~ 51.59'%

%29.37
%19.05
%51.59

CMYK color model

#251841 color CMYK value is (43,63,0,75).

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

CMYK: (43,63,0,75)
C43M63Y0K75 (43%, 63%, 0%, 75%)
(0.43 / 0.63 / 0.00 / 0.75)

CMYK percentages

%43.08
%63.08
%0
%74.51

Codes

Color #251841 in popluar color models

25 18 41
RGB 37 24 65
HSL 259° 46.07% 17.45%
HSB/HSV 259° 63.08% 25.49%
CMYK 43.08% 63.08% 0.00%
74.51%

Color #251841 in popluar number systems.

HEX 25 18 41
Decimal 37 24 65
Binary 100101 11000 1000001
Octal 45 30 101

Shades and tints

Shades of #251841

#251841
(37,24,65)
#22163C
(34,22,60)
#1F1437
(31,20,55)
#1C1232
(28,18,50)
#19102D
(25,16,45)
#160E28
(22,14,40)
#130C23
(19,12,35)
#100A1E
(16,10,30)
#0D0819
(13,8,25)
#0A0614
(10,6,20)
#07040F
(7,4,15)
#000000
(0,0,0)

Tints of #251841

#251841
(37,24,65)
#382D52
(56,45,82)
#4B4263
(75,66,99)
#5E5774
(94,87,116)
#716C85
(113,108,133)
#848196
(132,129,150)
#9796A7
(151,150,167)
#AAABB8
(170,171,184)
#BDC0C9
(189,192,201)
#D0D5DA
(208,213,218)
#E3EAEB
(227,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251841; }

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

This text font color is #251841.

Background Color

.myBgColor { background-color: #251841; }

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

This div background color is #251841.

Border color

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

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

This div border color is #251841.

Opacity

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

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

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

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

This text has shadow with #251841 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #251841.

Preview

Color preview on black background

This text has color #251841 on black background.


Color preview on white background

This text has color #251841 on white background.


Black color preview on #251841 background

This text has black color on #251841 background.


White color preview on #251841 background

This text has white color on #251841 background.


Related colors

Complementary color

Complementary color for #hex is #DAE7BE.


I love getcolorcode.com

Triadic colors

1 #412518 and #184125 with #251841 are triadic colors.

2 #411825 and #182541 with #251841 are triadic colors.