COLOR #1F1625

HEX: #1F1625
RGB: (31,22,37)

Color info

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

RGB color model

#1F1625 color RGB value is (31,22,37).

  • red value is 31;
  • green value is 22;
  • blue value is 37.
RGB:
(31,22,37)
(12%,9%,15%)

RGB channels and saturation

R 31 of 255 = 12%
G 22 of 255 = 9%
B 37 of 255 = 15%

31
22
37

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

Portions of RGB colors in percentages

R + G + B =
31 + 22 + 37 = 90 (100%)
R 31 of 90 ~ 34.44%
G 22 of 90 ~ 24.44%
B 37 of 90 ~ 41.11%

%34.44
%24.44
%41.11

CMYK color model

#1F1625 color CMYK value is (16,41,0,85).

  • cyan value is 16.22%
  • magenta value is 40.54%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(16,41,0,85)
C16M41Y0K85 
(16%,41%,0%,85%)
(0.16/0.41/0.00/0.85)	

CMYK percentages

%16.22
%40.54
%0
%85.49

Codes

Color #1F1625 in popluar color models

1F1625
RGB312237
HSL276°25.42%11.57%
HSB/HSV276°40.54%14.51%
CMYK16.22%40.54%0.00%
85.49%

Color #1F1625 in popluar number systems.

HEX1F1625
Decimal312237
Binary1111110110100101
Octal372645

Shades and tints

Shades of #1F1625

#1F1625
(31,22,37)
#1D1422
(29,20,34)
#1B121F
(27,18,31)
#19101C
(25,16,28)
#170E19
(23,14,25)
#150C16
(21,12,22)
#130A13
(19,10,19)
#110810
(17,8,16)
#0F060D
(15,6,13)
#0D040A
(13,4,10)
#0B0207
(11,2,7)
#000000
(0,0,0)

Tints of #1F1625

#1F1625
(31,22,37)
#332B38
(51,43,56)
#47404B
(71,64,75)
#5B555E
(91,85,94)
#6F6A71
(111,106,113)
#837F84
(131,127,132)
#979497
(151,148,151)
#ABA9AA
(171,169,170)
#BFBEBD
(191,190,189)
#D3D3D0
(211,211,208)
#E7E8E3
(231,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F1625 color. Also use rgb(31,22,37) instead hex code.

Text Font Color

.myTextColor { color: #1F1625; }

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

This text font color is #1F1625.


Background Color

.myBgColor { background-color: #1F1625; }

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

This div background color is #1F1625.


Border color

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

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

This div border color is #1F1625.


Opacity

.myOpacity80 { color: #1F1625; opacity: 0.8; }

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

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

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

This text has shadow with #1F1625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F1625 on black background.


Color preview on white background

This text has color #1F1625 on white background.



Black color preview on #1F1625 background

This text has black color on #1F1625 background.


White color preview on #1F1625 background

This text has white color on #1F1625 background.