COLOR #1F1415

HEX: #1F1415
RGB: (31,20,21)

Color info

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

RGB color model

#1F1415 color RGB value is (31,20,21).

  • red value is 31;
  • green value is 20;
  • blue value is 21.
RGB:
(31,20,21)
(12%,8%,8%)

RGB channels and saturation

R 31 of 255 = 12%
G 20 of 255 = 8%
B 21 of 255 = 8%

31
20
21

R + G + B ~ 9%. #1F1415 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 20 + 21 = 72 (100%)
R 31 of 72 ~ 43.06%
G 20 of 72 ~ 27.78%
B 21 of 72 ~ 29.17%

%43.06
%27.78
%29.17

CMYK color model

#1F1415 color CMYK value is (0,35,32,88).

  • cyan value is 0.00%
  • magenta value is 35.48%
  • yellow value is 32.26%
  • key color value is 87.84%
CMYK:
(0,35,32,88)
C0M35Y32K88 
(0%,35%,32%,88%)
(0.00/0.35/0.32/0.88)	

CMYK percentages

%0
%35.48
%32.26
%87.84

Codes

Color #1F1415 in popluar color models

1F1415
RGB312021
HSL355°21.57%10.00%
HSB/HSV355°35.48%12.16%
CMYK0.00%35.48%32.26%
87.84%

Color #1F1415 in popluar number systems.

HEX1F1415
Decimal312021
Binary111111010010101
Octal372425

Shades and tints

Shades of #1F1415

#1F1415
(31,20,21)
#1D1314
(29,19,20)
#1B1213
(27,18,19)
#191112
(25,17,18)
#171011
(23,16,17)
#150F10
(21,15,16)
#130E0F
(19,14,15)
#110D0E
(17,13,14)
#0F0C0D
(15,12,13)
#0D0B0C
(13,11,12)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #1F1415

#1F1415
(31,20,21)
#33292A
(51,41,42)
#473E3F
(71,62,63)
#5B5354
(91,83,84)
#6F6869
(111,104,105)
#837D7E
(131,125,126)
#979293
(151,146,147)
#ABA7A8
(171,167,168)
#BFBCBD
(191,188,189)
#D3D1D2
(211,209,210)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F1415 color. Also use rgb(31,20,21) instead hex code.

Text Font Color

.myTextColor { color: #1F1415; }

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

This text font color is #1F1415.


Background Color

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

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

This div background color is #1F1415.


Border color

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

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

This div border color is #1F1415.


Opacity

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

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

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

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

This text has shadow with #1F1415 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F1415 on black background.


Color preview on white background

This text has color #1F1415 on white background.



Black color preview on #1F1415 background

This text has black color on #1F1415 background.


White color preview on #1F1415 background

This text has white color on #1F1415 background.