COLOR #1F0703

HEX: #1F0703 RGB: (31,7,3)

Color info

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

RGB color model

#1F0703 color RGB value is (31,7,3).

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

RGB channels and saturation

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

31
7
3

R + G + B ~ 5%. #1F0703 is dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 7 + 3 = 41 (100%)
R 31 of 41 ~ 75.61%
G 7 of 41 ~ 17.07%
B 3 of 41 ~ 7.32'%

%75.61
%17.07

CMYK color model

#1F0703 color CMYK value is (0,77,90,88).

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

CMYK: (0,77,90,88)
C0M77Y90K88 (0%, 77%, 90%, 88%)
(0.00 / 0.77 / 0.90 / 0.88)

CMYK percentages

%0
%77.42
%90.32
%87.84

Codes

Color #1F0703 in popluar color models

1F 07 03
RGB 31 7 3
HSL 82.35% 6.67%
HSB/HSV 90.32% 12.16%
CMYK 0.00% 77.42% 90.32%
87.84%

Color #1F0703 in popluar number systems.

HEX 1F 07 03
Decimal 31 7 3
Binary 11111 111 11
Octal 37 7 3

Shades and tints

Shades of #1F0703

#1F0703
(31,7,3)
#1D0703
(29,7,3)
#1B0703
(27,7,3)
#190703
(25,7,3)
#170703
(23,7,3)
#150703
(21,7,3)
#130703
(19,7,3)
#110703
(17,7,3)
#0F0703
(15,7,3)
#0D0703
(13,7,3)
#0B0703
(11,7,3)
#000000
(0,0,0)

Tints of #1F0703

#1F0703
(31,7,3)
#331D19
(51,29,25)
#47332F
(71,51,47)
#5B4945
(91,73,69)
#6F5F5B
(111,95,91)
#837571
(131,117,113)
#978B87
(151,139,135)
#ABA19D
(171,161,157)
#BFB7B3
(191,183,179)
#D3CDC9
(211,205,201)
#E7E3DF
(231,227,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F0703; }

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

This text font color is #1F0703.

Background Color

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

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

This div background color is #1F0703.

Border color

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

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

This div border color is #1F0703.

Opacity

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

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

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

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

This text has shadow with #1F0703 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F0703.

Preview

Color preview on black background

This text has color #1F0703 on black background.


Color preview on white background

This text has color #1F0703 on white background.


Black color preview on #1F0703 background

This text has black color on #1F0703 background.


White color preview on #1F0703 background

This text has white color on #1F0703 background.


Related colors

Complementary color

Complementary color for #hex is #E0F8FC.


I love getcolorcode.com

Triadic colors

1 #031F07 and #07031F with #1F0703 are triadic colors.

2 #03071F and #071F03 with #1F0703 are triadic colors.