COLOR #1F0419

HEX: #1F0419 RGB: (31,4,25)

Color info

#1F0419 contains red, green and blue colors in about the same proportion. Web safe color of #1F0419 is #330000 (or #300).

RGB color model

#1F0419 color RGB value is (31,4,25).

RGB: (31,4,25) (12%, 2%, 10%)

RGB channels and saturation

R 31 of 255 = 12%
G 4 of 255 = 2%
B 25 of 255 = 10%

31
4
25

R + G + B ~ 8%. #1F0419 is dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 4 + 25 = 60 (100%)
R 31 of 60 ~ 51.67%
G 4 of 60 ~ 6.67%
B 25 of 60 ~ 41.67'%

%51.67
%41.67

CMYK color model

#1F0419 color CMYK value is (0,87,19,88).

  • cyan value is 0.00%
  • magenta value is 87.10%
  • yellow value is 19.35%
  • key color value is 87.84%

CMYK: (0,87,19,88)
C0M87Y19K88 (0%, 87%, 19%, 88%)
(0.00 / 0.87 / 0.19 / 0.88)

CMYK percentages

%0
%87.1
%19.35
%87.84

Codes

Color #1F0419 in popluar color models

1F 04 19
RGB 31 4 25
HSL 313° 77.14% 6.86%
HSB/HSV 313° 87.10% 12.16%
CMYK 0.00% 87.10% 19.35%
87.84%

Color #1F0419 in popluar number systems.

HEX 1F 04 19
Decimal 31 4 25
Binary 11111 100 11001
Octal 37 4 31

Shades and tints

Shades of #1F0419

#1F0419
(31,4,25)
#1D0417
(29,4,23)
#1B0415
(27,4,21)
#190413
(25,4,19)
#170411
(23,4,17)
#15040F
(21,4,15)
#13040D
(19,4,13)
#11040B
(17,4,11)
#0F0409
(15,4,9)
#0D0407
(13,4,7)
#0B0405
(11,4,5)
#000000
(0,0,0)

Tints of #1F0419

#1F0419
(31,4,25)
#331A2D
(51,26,45)
#473041
(71,48,65)
#5B4655
(91,70,85)
#6F5C69
(111,92,105)
#83727D
(131,114,125)
#978891
(151,136,145)
#AB9EA5
(171,158,165)
#BFB4B9
(191,180,185)
#D3CACD
(211,202,205)
#E7E0E1
(231,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F0419 color. Also use rgb(31,4,25) instead hex code.

Text Font Color

.myTextColor { color: #1F0419; }

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

This text font color is #1F0419.

Background Color

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

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

This div background color is #1F0419.

Border color

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

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

This div border color is #1F0419.

Opacity

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

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

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

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

This text has shadow with #1F0419 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F0419.

Preview

Color preview on black background

This text has color #1F0419 on black background.


Color preview on white background

This text has color #1F0419 on white background.


Black color preview on #1F0419 background

This text has black color on #1F0419 background.


White color preview on #1F0419 background

This text has white color on #1F0419 background.


Related colors

Complementary color

Complementary color for #hex is #E0FBE6.


I love getcolorcode.com

Triadic colors

1 #191F04 and #04191F with #1F0419 are triadic colors.

2 #19041F and #041F19 with #1F0419 are triadic colors.