COLOR #251828

HEX: #251828
RGB: (37,24,40)

Color info

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

RGB color model

#251828 color RGB value is (37,24,40).

  • red value is 37;
  • green value is 24;
  • blue value is 40.
RGB:
(37,24,40)
(15%,9%,16%)

RGB channels and saturation

R 37 of 255 = 15%
G 24 of 255 = 9%
B 40 of 255 = 16%

37
24
40

R + G + B ~ 13%. #251828 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 24 + 40 = 101 (100%)
R 37 of 101 ~ 36.63%
G 24 of 101 ~ 23.76%
B 40 of 101 ~ 39.6%

%36.63
%23.76
%39.6

CMYK color model

#251828 color CMYK value is (7,40,0,84).

  • cyan value is 7.50%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(7,40,0,84)
C7M40Y0K84 
(7%,40%,0%,84%)
(0.07/0.40/0.00/0.84)	

CMYK percentages

%7.5
%40
%0
%84.31

Codes

Color #251828 in popluar color models

251828
RGB372440
HSL289°25.00%12.55%
HSB/HSV289°40.00%15.69%
CMYK7.50%40.00%0.00%
84.31%

Color #251828 in popluar number systems.

HEX251828
Decimal372440
Binary10010111000101000
Octal453050

Shades and tints

Shades of #251828

#251828
(37,24,40)
#221625
(34,22,37)
#1F1422
(31,20,34)
#1C121F
(28,18,31)
#19101C
(25,16,28)
#160E19
(22,14,25)
#130C16
(19,12,22)
#100A13
(16,10,19)
#0D0810
(13,8,16)
#0A060D
(10,6,13)
#07040A
(7,4,10)
#000000
(0,0,0)

Tints of #251828

#251828
(37,24,40)
#382D3B
(56,45,59)
#4B424E
(75,66,78)
#5E5761
(94,87,97)
#716C74
(113,108,116)
#848187
(132,129,135)
#97969A
(151,150,154)
#AAABAD
(170,171,173)
#BDC0C0
(189,192,192)
#D0D5D3
(208,213,211)
#E3EAE6
(227,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251828; }

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

This text font color is #251828.


Background Color

.myBgColor { background-color: #251828; }

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

This div background color is #251828.


Border color

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

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

This div border color is #251828.


Opacity

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

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

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

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

This text has shadow with #251828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251828 on black background.


Color preview on white background

This text has color #251828 on white background.



Black color preview on #251828 background

This text has black color on #251828 background.


White color preview on #251828 background

This text has white color on #251828 background.