COLOR #251930

HEX: #251930
RGB: (37,25,48)

Color info

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

RGB color model

#251930 color RGB value is (37,25,48).

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

RGB channels and saturation

R 37 of 255 = 15%
G 25 of 255 = 10%
B 48 of 255 = 19%

37
25
48

R + G + B ~ 15%. #251930 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 25 + 48 = 110 (100%)
R 37 of 110 ~ 33.64%
G 25 of 110 ~ 22.73%
B 48 of 110 ~ 43.64%

%33.64
%22.73
%43.64

CMYK color model

#251930 color CMYK value is (23,48,0,81).

  • cyan value is 22.92%
  • magenta value is 47.92%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(23,48,0,81)
C23M48Y0K81 
(23%,48%,0%,81%)
(0.23/0.48/0.00/0.81)	

CMYK percentages

%22.92
%47.92
%0
%81.18

Codes

Color #251930 in popluar color models

251930
RGB372548
HSL271°31.51%14.31%
HSB/HSV271°47.92%18.82%
CMYK22.92%47.92%0.00%
81.18%

Color #251930 in popluar number systems.

HEX251930
Decimal372548
Binary10010111001110000
Octal453160

Shades and tints

Shades of #251930

#251930
(37,25,48)
#22172C
(34,23,44)
#1F1528
(31,21,40)
#1C1324
(28,19,36)
#191120
(25,17,32)
#160F1C
(22,15,28)
#130D18
(19,13,24)
#100B14
(16,11,20)
#0D0910
(13,9,16)
#0A070C
(10,7,12)
#070508
(7,5,8)
#000000
(0,0,0)

Tints of #251930

#251930
(37,25,48)
#382D42
(56,45,66)
#4B4154
(75,65,84)
#5E5566
(94,85,102)
#716978
(113,105,120)
#847D8A
(132,125,138)
#97919C
(151,145,156)
#AAA5AE
(170,165,174)
#BDB9C0
(189,185,192)
#D0CDD2
(208,205,210)
#E3E1E4
(227,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251930; }

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

This text font color is #251930.


Background Color

.myBgColor { background-color: #251930; }

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

This div background color is #251930.


Border color

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

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

This div border color is #251930.


Opacity

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

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

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

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

This text has shadow with #251930 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251930 on black background.


Color preview on white background

This text has color #251930 on white background.



Black color preview on #251930 background

This text has black color on #251930 background.


White color preview on #251930 background

This text has white color on #251930 background.