COLOR #1F130C

HEX: #1F130C RGB: (31,19,12)

Color info

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

RGB color model

#1F130C color RGB value is (31,19,12).

RGB: (31,19,12) (12%, 7%, 5%)

RGB channels and saturation

R 31 of 255 = 12%
G 19 of 255 = 7%
B 12 of 255 = 5%

31
19
12

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

Portions of RGB colors in percentages

R + G + B = 31 + 19 + 12 = 62 (100%)
R 31 of 62 ~ 50%
G 19 of 62 ~ 30.65%
B 12 of 62 ~ 19.35'%

%50
%30.65
%19.35

CMYK color model

#1F130C color CMYK value is (0,39,61,88).

  • cyan value is 0.00%
  • magenta value is 38.71%
  • yellow value is 61.29%
  • key color value is 87.84%
CMYK: (0,39,61,88) C0M39Y61K88 (0%,39%,61%,88%) (0.00/0.39/0.61/0.88) 

CMYK percentages

%0
%38.71
%61.29
%87.84

Codes

Color #1F130C in popluar color models

1F 13 0C
RGB 31 19 12
HSL 22° 44.19% 8.43%
HSB/HSV 22° 61.29% 12.16%
CMYK 0.00% 38.71% 61.29%
87.84%

Color #1F130C in popluar number systems.

HEX 1F 13 0C
Decimal 31 19 12
Binary 11111 10011 1100
Octal 37 23 14

Shades and tints

Shades of #1F130C

#1F130C
(31,19,12)
#1D120B
(29,18,11)
#1B110A
(27,17,10)
#191009
(25,16,9)
#170F08
(23,15,8)
#150E07
(21,14,7)
#130D06
(19,13,6)
#110C05
(17,12,5)
#0F0B04
(15,11,4)
#0D0A03
(13,10,3)
#0B0902
(11,9,2)
#000000
(0,0,0)

Tints of #1F130C

#1F130C
(31,19,12)
#332822
(51,40,34)
#473D38
(71,61,56)
#5B524E
(91,82,78)
#6F6764
(111,103,100)
#837C7A
(131,124,122)
#979190
(151,145,144)
#ABA6A6
(171,166,166)
#BFBBBC
(191,187,188)
#D3D0D2
(211,208,210)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F130C color. Also use rgb(31,19,12) instead hex code.

Text Font Color

.myTextColor { color: #1F130C; }

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

This text font color is #1F130C.

Background Color

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

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

This div background color is #1F130C.

Border color

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

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

This div border color is #1F130C.

Opacity

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

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

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

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

This text has shadow with #1F130C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F130C.

Preview

Color preview on black background

This text has color #1F130C on black background.


Color preview on white background

This text has color #1F130C on white background.


Black color preview on #1F130C background

This text has black color on #1F130C background.


White color preview on #1F130C background

This text has white color on #1F130C background.


Related colors

Complementary color

Complementary color for #hex is #E0ECF3.


I love getcolorcode.com

Triadic colors

1 #0C1F13 and #130C1F with #1F130C are triadic colors.

2 #0C131F and #131F0C with #1F130C are triadic colors.