COLOR #251C27

HEX: #251C27 RGB: (37,28,39)

Color info

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

RGB color model

#251C27 color RGB value is (37,28,39).

RGB: (37,28,39) (15%, 11%, 15%)

RGB channels and saturation

R 37 of 255 = 15%
G 28 of 255 = 11%
B 39 of 255 = 15%

37
28
39

R + G + B ~ 14%. #251C27 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 28 + 39 = 104 (100%)
R 37 of 104 ~ 35.58%
G 28 of 104 ~ 26.92%
B 39 of 104 ~ 37.5'%

%35.58
%26.92
%37.5

CMYK color model

#251C27 color CMYK value is (5,28,0,85).

  • cyan value is 5.13%
  • magenta value is 28.21%
  • yellow value is 0.00%
  • key color value is 84.71%

CMYK: (5,28,0,85)
C5M28Y0K85 (5%, 28%, 0%, 85%)
(0.05 / 0.28 / 0.00 / 0.85)

CMYK percentages

%5.13
%28.21
%0
%84.71

Codes

Color #251C27 in popluar color models

25 1C 27
RGB 37 28 39
HSL 289° 16.42% 13.14%
HSB/HSV 289° 28.21% 15.29%
CMYK 5.13% 28.21% 0.00%
84.71%

Color #251C27 in popluar number systems.

HEX 25 1C 27
Decimal 37 28 39
Binary 100101 11100 100111
Octal 45 34 47

Shades and tints

Shades of #251C27

#251C27
(37,28,39)
#221A24
(34,26,36)
#1F1821
(31,24,33)
#1C161E
(28,22,30)
#19141B
(25,20,27)
#161218
(22,18,24)
#131015
(19,16,21)
#100E12
(16,14,18)
#0D0C0F
(13,12,15)
#0A0A0C
(10,10,12)
#070809
(7,8,9)
#000000
(0,0,0)

Tints of #251C27

#251C27
(37,28,39)
#38303A
(56,48,58)
#4B444D
(75,68,77)
#5E5860
(94,88,96)
#716C73
(113,108,115)
#848086
(132,128,134)
#979499
(151,148,153)
#AAA8AC
(170,168,172)
#BDBCBF
(189,188,191)
#D0D0D2
(208,208,210)
#E3E4E5
(227,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251C27; }

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

This text font color is #251C27.

Background Color

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

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

This div background color is #251C27.

Border color

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

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

This div border color is #251C27.

Opacity

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

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

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

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

This text has shadow with #251C27 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #251C27.

Preview

Color preview on black background

This text has color #251C27 on black background.


Color preview on white background

This text has color #251C27 on white background.


Black color preview on #251C27 background

This text has black color on #251C27 background.


White color preview on #251C27 background

This text has white color on #251C27 background.


Related colors

Complementary color

Complementary color for #hex is #DAE3D8.


I love getcolorcode.com

Triadic colors

1 #27251C and #1C2725 with #251C27 are triadic colors.

2 #271C25 and #1C2527 with #251C27 are triadic colors.