COLOR #1F1303

HEX: #1F1303 RGB: (31,19,3)

Color info

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

RGB color model

#1F1303 color RGB value is (31,19,3).

RGB: (31,19,3) (12%, 7%, 1%)

RGB channels and saturation

R 31 of 255 = 12%
G 19 of 255 = 7%
B 3 of 255 = 1%

31
19
3

R + G + B ~ 7%. #1F1303 is dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 19 + 3 = 53 (100%)
R 31 of 53 ~ 58.49%
G 19 of 53 ~ 35.85%
B 3 of 53 ~ 5.66'%

%58.49
%35.85

CMYK color model

#1F1303 color CMYK value is (0,39,90,88).

  • cyan value is 0.00%
  • magenta value is 38.71%
  • yellow value is 90.32%
  • key color value is 87.84%

CMYK: (0,39,90,88)
C0M39Y90K88 (0%, 39%, 90%, 88%)
(0.00 / 0.39 / 0.90 / 0.88)

CMYK percentages

%0
%38.71
%90.32
%87.84

Codes

Color #1F1303 in popluar color models

1F 13 03
RGB 31 19 3
HSL 34° 82.35% 6.67%
HSB/HSV 34° 90.32% 12.16%
CMYK 0.00% 38.71% 90.32%
87.84%

Color #1F1303 in popluar number systems.

HEX 1F 13 03
Decimal 31 19 3
Binary 11111 10011 11
Octal 37 23 3

Shades and tints

Shades of #1F1303

#1F1303
(31,19,3)
#1D1203
(29,18,3)
#1B1103
(27,17,3)
#191003
(25,16,3)
#170F03
(23,15,3)
#150E03
(21,14,3)
#130D03
(19,13,3)
#110C03
(17,12,3)
#0F0B03
(15,11,3)
#0D0A03
(13,10,3)
#0B0903
(11,9,3)
#000000
(0,0,0)

Tints of #1F1303

#1F1303
(31,19,3)
#332819
(51,40,25)
#473D2F
(71,61,47)
#5B5245
(91,82,69)
#6F675B
(111,103,91)
#837C71
(131,124,113)
#979187
(151,145,135)
#ABA69D
(171,166,157)
#BFBBB3
(191,187,179)
#D3D0C9
(211,208,201)
#E7E5DF
(231,229,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F1303; }

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

This text font color is #1F1303.

Background Color

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

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

This div background color is #1F1303.

Border color

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

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

This div border color is #1F1303.

Opacity

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

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

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

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

This text has shadow with #1F1303 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F1303.

Preview

Color preview on black background

This text has color #1F1303 on black background.


Color preview on white background

This text has color #1F1303 on white background.


Black color preview on #1F1303 background

This text has black color on #1F1303 background.


White color preview on #1F1303 background

This text has white color on #1F1303 background.


Related colors

Complementary color

Complementary color for #hex is #E0ECFC.


I love getcolorcode.com

Triadic colors

1 #031F13 and #13031F with #1F1303 are triadic colors.

2 #03131F and #131F03 with #1F1303 are triadic colors.