COLOR #251C39

HEX: #251C39 RGB: (37,28,57)

Color info

#251C39 contains red, green and blue colors in about the same proportion. Web safe color of #251C39 is #333333 (or #333).

RGB color model

#251C39 color RGB value is (37,28,57).

RGB: (37,28,57) (15%, 11%, 22%)

RGB channels and saturation

R 37 of 255 = 15%
G 28 of 255 = 11%
B 57 of 255 = 22%

37
28
57

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

Portions of RGB colors in percentages

R + G + B = 37 + 28 + 57 = 122 (100%)
R 37 of 122 ~ 30.33%
G 28 of 122 ~ 22.95%
B 57 of 122 ~ 46.72'%

%30.33
%22.95
%46.72

CMYK color model

#251C39 color CMYK value is (35,51,0,78).

  • cyan value is 35.09%
  • magenta value is 50.88%
  • yellow value is 0.00%
  • key color value is 77.65%

CMYK: (35,51,0,78)
C35M51Y0K78 (35%, 51%, 0%, 78%)
(0.35 / 0.51 / 0.00 / 0.78)

CMYK percentages

%35.09
%50.88
%0
%77.65

Codes

Color #251C39 in popluar color models

25 1C 39
RGB 37 28 57
HSL 259° 34.12% 16.67%
HSB/HSV 259° 50.88% 22.35%
CMYK 35.09% 50.88% 0.00%
77.65%

Color #251C39 in popluar number systems.

HEX 25 1C 39
Decimal 37 28 57
Binary 100101 11100 111001
Octal 45 34 71

Shades and tints

Shades of #251C39

#251C39
(37,28,57)
#221A34
(34,26,52)
#1F182F
(31,24,47)
#1C162A
(28,22,42)
#191425
(25,20,37)
#161220
(22,18,32)
#13101B
(19,16,27)
#100E16
(16,14,22)
#0D0C11
(13,12,17)
#0A0A0C
(10,10,12)
#070807
(7,8,7)
#000000
(0,0,0)

Tints of #251C39

#251C39
(37,28,57)
#38304B
(56,48,75)
#4B445D
(75,68,93)
#5E586F
(94,88,111)
#716C81
(113,108,129)
#848093
(132,128,147)
#9794A5
(151,148,165)
#AAA8B7
(170,168,183)
#BDBCC9
(189,188,201)
#D0D0DB
(208,208,219)
#E3E4ED
(227,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #251C39 color. Also use rgb(37,28,57) instead hex code.

Text Font Color

.myTextColor { color: #251C39; }

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

This text font color is #251C39.

Background Color

.myBgColor { background-color: #251C39; }

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

This div background color is #251C39.

Border color

.myBorderColor { border: 1px solid #251C39; }

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

This div border color is #251C39.

Opacity

.myOpacity80 { color: #251C39; opacity: 0.8; }

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

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

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

This text has shadow with #251C39 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #251C39.

Preview

Color preview on black background

This text has color #251C39 on black background.


Color preview on white background

This text has color #251C39 on white background.


Black color preview on #251C39 background

This text has black color on #251C39 background.


White color preview on #251C39 background

This text has white color on #251C39 background.


Related colors

Complementary color

Complementary color for #hex is #DAE3C6.


I love getcolorcode.com

Triadic colors

1 #39251C and #1C3925 with #251C39 are triadic colors.

2 #391C25 and #1C2539 with #251C39 are triadic colors.