COLOR #251019

HEX: #251019
RGB: (37,16,25)

Color info

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

RGB color model

#251019 color RGB value is (37,16,25).

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

RGB channels and saturation

R 37 of 255 = 15%
G 16 of 255 = 6%
B 25 of 255 = 10%

37
16
25

R + G + B ~ 10%. #251019 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 16 + 25 = 78 (100%)
R 37 of 78 ~ 47.44%
G 16 of 78 ~ 20.51%
B 25 of 78 ~ 32.05%

%47.44
%20.51
%32.05

CMYK color model

#251019 color CMYK value is (0,57,32,85).

  • cyan value is 0.00%
  • magenta value is 56.76%
  • yellow value is 32.43%
  • key color value is 85.49%
CMYK:
(0,57,32,85)
C0M57Y32K85 
(0%,57%,32%,85%)
(0.00/0.57/0.32/0.85)	

CMYK percentages

%0
%56.76
%32.43
%85.49

Codes

Color #251019 in popluar color models

251019
RGB371625
HSL334°39.62%10.39%
HSB/HSV334°56.76%14.51%
CMYK0.00%56.76%32.43%
85.49%

Color #251019 in popluar number systems.

HEX251019
Decimal371625
Binary1001011000011001
Octal452031

Shades and tints

Shades of #251019

#251019
(37,16,25)
#220F17
(34,15,23)
#1F0E15
(31,14,21)
#1C0D13
(28,13,19)
#190C11
(25,12,17)
#160B0F
(22,11,15)
#130A0D
(19,10,13)
#10090B
(16,9,11)
#0D0809
(13,8,9)
#0A0707
(10,7,7)
#070605
(7,6,5)
#000000
(0,0,0)

Tints of #251019

#251019
(37,16,25)
#38252D
(56,37,45)
#4B3A41
(75,58,65)
#5E4F55
(94,79,85)
#716469
(113,100,105)
#84797D
(132,121,125)
#978E91
(151,142,145)
#AAA3A5
(170,163,165)
#BDB8B9
(189,184,185)
#D0CDCD
(208,205,205)
#E3E2E1
(227,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251019; }

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

This text font color is #251019.


Background Color

.myBgColor { background-color: #251019; }

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

This div background color is #251019.


Border color

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

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

This div border color is #251019.


Opacity

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

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

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

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

This text has shadow with #251019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251019 on black background.


Color preview on white background

This text has color #251019 on white background.



Black color preview on #251019 background

This text has black color on #251019 background.


White color preview on #251019 background

This text has white color on #251019 background.