COLOR #1F1125

HEX: #1F1125
RGB: (31,17,37)

Color info

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

RGB color model

#1F1125 color RGB value is (31,17,37).

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

RGB channels and saturation

R 31 of 255 = 12%
G 17 of 255 = 7%
B 37 of 255 = 15%

31
17
37

R + G + B ~ 11%. #1F1125 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 17 + 37 = 85 (100%)
R 31 of 85 ~ 36.47%
G 17 of 85 ~ 20%
B 37 of 85 ~ 43.53%

%36.47
%20
%43.53

CMYK color model

#1F1125 color CMYK value is (16,54,0,85).

  • cyan value is 16.22%
  • magenta value is 54.05%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(16,54,0,85)
C16M54Y0K85 
(16%,54%,0%,85%)
(0.16/0.54/0.00/0.85)	

CMYK percentages

%16.22
%54.05
%0
%85.49

Codes

Color #1F1125 in popluar color models

1F1125
RGB311737
HSL282°37.04%10.59%
HSB/HSV282°54.05%14.51%
CMYK16.22%54.05%0.00%
85.49%

Color #1F1125 in popluar number systems.

HEX1F1125
Decimal311737
Binary1111110001100101
Octal372145

Shades and tints

Shades of #1F1125

#1F1125
(31,17,37)
#1D1022
(29,16,34)
#1B0F1F
(27,15,31)
#190E1C
(25,14,28)
#170D19
(23,13,25)
#150C16
(21,12,22)
#130B13
(19,11,19)
#110A10
(17,10,16)
#0F090D
(15,9,13)
#0D080A
(13,8,10)
#0B0707
(11,7,7)
#000000
(0,0,0)

Tints of #1F1125

#1F1125
(31,17,37)
#332638
(51,38,56)
#473B4B
(71,59,75)
#5B505E
(91,80,94)
#6F6571
(111,101,113)
#837A84
(131,122,132)
#978F97
(151,143,151)
#ABA4AA
(171,164,170)
#BFB9BD
(191,185,189)
#D3CED0
(211,206,208)
#E7E3E3
(231,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F1125; }

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

This text font color is #1F1125.


Background Color

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

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

This div background color is #1F1125.


Border color

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

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

This div border color is #1F1125.


Opacity

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

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

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

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

This text has shadow with #1F1125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F1125 on black background.


Color preview on white background

This text has color #1F1125 on white background.



Black color preview on #1F1125 background

This text has black color on #1F1125 background.


White color preview on #1F1125 background

This text has white color on #1F1125 background.