COLOR #1F2425

HEX: #1F2425 RGB: (31,36,37)

Color info

#1F2425 contains red, green and blue colors in about the same proportion. Web safe color of #1F2425 is #333333 (or #333).

RGB color model

#1F2425 color RGB value is (31,36,37).

RGB: (31,36,37) (12%, 14%, 15%)

RGB channels and saturation

R 31 of 255 = 12%
G 36 of 255 = 14%
B 37 of 255 = 15%

31
36
37

R + G + B ~ 14%. #1F2425 is dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 36 + 37 = 104 (100%)
R 31 of 104 ~ 29.81%
G 36 of 104 ~ 34.62%
B 37 of 104 ~ 35.58'%

%29.81
%34.62
%35.58

CMYK color model

#1F2425 color CMYK value is (16,3,0,85).

  • cyan value is 16.22%
  • magenta value is 2.70%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK: (16,3,0,85) C16M3Y0K85 (16%,3%,0%,85%) (0.16/0.03/0.00/0.85) 

CMYK percentages

%16.22
%2.7
%0
%85.49

Codes

Color #1F2425 in popluar color models

1F 24 25
RGB 31 36 37
HSL 190° 8.82% 13.33%
HSB/HSV 190° 16.22% 14.51%
CMYK 16.22% 2.70% 0.00%
85.49%

Color #1F2425 in popluar number systems.

HEX 1F 24 25
Decimal 31 36 37
Binary 11111 100100 100101
Octal 37 44 45

Shades and tints

Shades of #1F2425

#1F2425
(31,36,37)
#1D2122
(29,33,34)
#1B1E1F
(27,30,31)
#191B1C
(25,27,28)
#171819
(23,24,25)
#151516
(21,21,22)
#131213
(19,18,19)
#110F10
(17,15,16)
#0F0C0D
(15,12,13)
#0D090A
(13,9,10)
#0B0607
(11,6,7)
#000000
(0,0,0)

Tints of #1F2425

#1F2425
(31,36,37)
#333738
(51,55,56)
#474A4B
(71,74,75)
#5B5D5E
(91,93,94)
#6F7071
(111,112,113)
#838384
(131,131,132)
#979697
(151,150,151)
#ABA9AA
(171,169,170)
#BFBCBD
(191,188,189)
#D3CFD0
(211,207,208)
#E7E2E3
(231,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F2425; }

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

This text font color is #1F2425.

Background Color

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

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

This div background color is #1F2425.

Border color

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

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

This div border color is #1F2425.

Opacity

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

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

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

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

This text has shadow with #1F2425 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F2425.

Preview

Color preview on black background

This text has color #1F2425 on black background.


Color preview on white background

This text has color #1F2425 on white background.


Black color preview on #1F2425 background

This text has black color on #1F2425 background.


White color preview on #1F2425 background

This text has white color on #1F2425 background.


Related colors

Complementary color

Complementary color for #hex is #E0DBDA.


I love getcolorcode.com

Triadic colors

1 #251F24 and #24251F with #1F2425 are triadic colors.

2 #25241F and #241F25 with #1F2425 are triadic colors.