COLOR #191925

HEX: #191925
RGB: (25,25,37)

Color info

#191925 contains red, green and blue colors in about the same proportion. Web safe color of #191925 is #000033 (or #003).

RGB color model

#191925 color RGB value is (25,25,37).

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

RGB channels and saturation

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

25
25
37

R + G + B ~ 12%. #191925 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 25 + 37 = 87 (100%)
R 25 of 87 ~ 28.74%
G 25 of 87 ~ 28.74%
B 37 of 87 ~ 42.53%

%28.74
%28.74
%42.53

CMYK color model

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

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

CMYK percentages

%32.43
%32.43
%0
%85.49

Codes

Color #191925 in popluar color models

191925
RGB252537
HSL240°19.35%12.16%
HSB/HSV240°32.43%14.51%
CMYK32.43%32.43%0.00%
85.49%

Color #191925 in popluar number systems.

HEX191925
Decimal252537
Binary1100111001100101
Octal313145

Shades and tints

Shades of #191925

#191925
(25,25,37)
#171722
(23,23,34)
#15151F
(21,21,31)
#13131C
(19,19,28)
#111119
(17,17,25)
#0F0F16
(15,15,22)
#0D0D13
(13,13,19)
#0B0B10
(11,11,16)
#09090D
(9,9,13)
#07070A
(7,7,10)
#050507
(5,5,7)
#000000
(0,0,0)

Tints of #191925

#191925
(25,25,37)
#2D2D38
(45,45,56)
#41414B
(65,65,75)
#55555E
(85,85,94)
#696971
(105,105,113)
#7D7D84
(125,125,132)
#919197
(145,145,151)
#A5A5AA
(165,165,170)
#B9B9BD
(185,185,189)
#CDCDD0
(205,205,208)
#E1E1E3
(225,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #191925; }

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

This text font color is #191925.


Background Color

.myBgColor { background-color: #191925; }

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

This div background color is #191925.


Border color

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

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

This div border color is #191925.


Opacity

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

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

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

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

This text has shadow with #191925 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #191925 on black background.


Color preview on white background

This text has color #191925 on white background.



Black color preview on #191925 background

This text has black color on #191925 background.


White color preview on #191925 background

This text has white color on #191925 background.