COLOR #251119

HEX: #251119
RGB: (37,17,25)

Color info

#251119 contains red, green and blue colors in about the same proportion. Web safe color of #251119 is #330000 (or #300).

RGB color model

#251119 color RGB value is (37,17,25).

  • red value is 37;
  • green value is 17;
  • blue value is 25.
RGB:
(37,17,25)
(15%,7%,10%)

RGB channels and saturation

R 37 of 255 = 15%
G 17 of 255 = 7%
B 25 of 255 = 10%

37
17
25

R + G + B ~ 11%. #251119 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 17 + 25 = 79 (100%)
R 37 of 79 ~ 46.84%
G 17 of 79 ~ 21.52%
B 25 of 79 ~ 31.65%

%46.84
%21.52
%31.65

CMYK color model

#251119 color CMYK value is (0,54,32,85).

  • cyan value is 0.00%
  • magenta value is 54.05%
  • yellow value is 32.43%
  • key color value is 85.49%
CMYK:
(0,54,32,85)
C0M54Y32K85 
(0%,54%,32%,85%)
(0.00/0.54/0.32/0.85)	

CMYK percentages

%0
%54.05
%32.43
%85.49

Codes

Color #251119 in popluar color models

251119
RGB371725
HSL336°37.04%10.59%
HSB/HSV336°54.05%14.51%
CMYK0.00%54.05%32.43%
85.49%

Color #251119 in popluar number systems.

HEX251119
Decimal371725
Binary1001011000111001
Octal452131

Shades and tints

Shades of #251119

#251119
(37,17,25)
#221017
(34,16,23)
#1F0F15
(31,15,21)
#1C0E13
(28,14,19)
#190D11
(25,13,17)
#160C0F
(22,12,15)
#130B0D
(19,11,13)
#100A0B
(16,10,11)
#0D0909
(13,9,9)
#0A0807
(10,8,7)
#070705
(7,7,5)
#000000
(0,0,0)

Tints of #251119

#251119
(37,17,25)
#38262D
(56,38,45)
#4B3B41
(75,59,65)
#5E5055
(94,80,85)
#716569
(113,101,105)
#847A7D
(132,122,125)
#978F91
(151,143,145)
#AAA4A5
(170,164,165)
#BDB9B9
(189,185,185)
#D0CECD
(208,206,205)
#E3E3E1
(227,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #251119 color. Also use rgb(37,17,25) instead hex code.

Text Font Color

.myTextColor { color: #251119; }

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

This text font color is #251119.


Background Color

.myBgColor { background-color: #251119; }

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

This div background color is #251119.


Border color

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

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

This div border color is #251119.


Opacity

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

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

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

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

This text has shadow with #251119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251119 on black background.


Color preview on white background

This text has color #251119 on white background.



Black color preview on #251119 background

This text has black color on #251119 background.


White color preview on #251119 background

This text has white color on #251119 background.