COLOR #1F1825

HEX: #1F1825 RGB: (31,24,37)

Color info

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

RGB color model

#1F1825 color RGB value is (31,24,37).

RGB: (31,24,37) (12%, 9%, 15%)

RGB channels and saturation

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

31
24
37

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

Portions of RGB colors in percentages

R + G + B = 31 + 24 + 37 = 92 (100%)
R 31 of 92 ~ 33.7%
G 24 of 92 ~ 26.09%
B 37 of 92 ~ 40.22'%

%33.7
%26.09
%40.22

CMYK color model

#1F1825 color CMYK value is (16,35,0,85).

  • cyan value is 16.22%
  • magenta value is 35.14%
  • yellow value is 0.00%
  • key color value is 85.49%

CMYK: (16,35,0,85)
C16M35Y0K85 (16%, 35%, 0%, 85%)
(0.16 / 0.35 / 0.00 / 0.85)

CMYK percentages

%16.22
%35.14
%0
%85.49

Codes

Color #1F1825 in popluar color models

1F 18 25
RGB 31 24 37
HSL 272° 21.31% 11.96%
HSB/HSV 272° 35.14% 14.51%
CMYK 16.22% 35.14% 0.00%
85.49%

Color #1F1825 in popluar number systems.

HEX 1F 18 25
Decimal 31 24 37
Binary 11111 11000 100101
Octal 37 30 45

Shades and tints

Shades of #1F1825

#1F1825
(31,24,37)
#1D1622
(29,22,34)
#1B141F
(27,20,31)
#19121C
(25,18,28)
#171019
(23,16,25)
#150E16
(21,14,22)
#130C13
(19,12,19)
#110A10
(17,10,16)
#0F080D
(15,8,13)
#0D060A
(13,6,10)
#0B0407
(11,4,7)
#000000
(0,0,0)

Tints of #1F1825

#1F1825
(31,24,37)
#332D38
(51,45,56)
#47424B
(71,66,75)
#5B575E
(91,87,94)
#6F6C71
(111,108,113)
#838184
(131,129,132)
#979697
(151,150,151)
#ABABAA
(171,171,170)
#BFC0BD
(191,192,189)
#D3D5D0
(211,213,208)
#E7EAE3
(231,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F1825; }

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

This text font color is #1F1825.

Background Color

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

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

This div background color is #1F1825.

Border color

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

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

This div border color is #1F1825.

Opacity

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

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

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

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

This text has shadow with #1F1825 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F1825.

Preview

Color preview on black background

This text has color #1F1825 on black background.


Color preview on white background

This text has color #1F1825 on white background.


Black color preview on #1F1825 background

This text has black color on #1F1825 background.


White color preview on #1F1825 background

This text has white color on #1F1825 background.


Related colors

Complementary color

Complementary color for #hex is #E0E7DA.


I love getcolorcode.com

Triadic colors

1 #251F18 and #18251F with #1F1825 are triadic colors.

2 #25181F and #181F25 with #1F1825 are triadic colors.