COLOR #031513

HEX: #031513 RGB: (3,21,19)

Color info

#031513 contains red, green and blue colors in about the same proportion. Web safe color of #031513 is #000000 (or #000).

RGB color model

#031513 color RGB value is (3,21,19).

RGB: (3,21,19) (1%, 8%, 7%)

RGB channels and saturation

R 3 of 255 = 1%
G 21 of 255 = 8%
B 19 of 255 = 7%

3
21
19

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

Portions of RGB colors in percentages

R + G + B = 3 + 21 + 19 = 43 (100%)
R 3 of 43 ~ 6.98%
G 21 of 43 ~ 48.84%
B 19 of 43 ~ 44.19'%

%48.84
%44.19

CMYK color model

#031513 color CMYK value is (86,0,10,92).

  • cyan value is 85.71%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 91.76%

CMYK: (86,0,10,92)
C86M0Y10K92 (86%, 0%, 10%, 92%)
(0.86 / 0.00 / 0.10 / 0.92)

CMYK percentages

%85.71
%0
%9.52
%91.76

Codes

Color #031513 in popluar color models

03 15 13
RGB 3 21 19
HSL 173° 75.00% 4.71%
HSB/HSV 173° 85.71% 8.24%
CMYK 85.71% 0.00% 9.52%
91.76%

Color #031513 in popluar number systems.

HEX 03 15 13
Decimal 3 21 19
Binary 11 10101 10011
Octal 3 25 23

Shades and tints

Shades of #031513

#031513
(3,21,19)
#031412
(3,20,18)
#031311
(3,19,17)
#031210
(3,18,16)
#03110F
(3,17,15)
#03100E
(3,16,14)
#030F0D
(3,15,13)
#030E0C
(3,14,12)
#030D0B
(3,13,11)
#030C0A
(3,12,10)
#030B09
(3,11,9)
#000000
(0,0,0)

Tints of #031513

#031513
(3,21,19)
#192A28
(25,42,40)
#2F3F3D
(47,63,61)
#455452
(69,84,82)
#5B6967
(91,105,103)
#717E7C
(113,126,124)
#879391
(135,147,145)
#9DA8A6
(157,168,166)
#B3BDBB
(179,189,187)
#C9D2D0
(201,210,208)
#DFE7E5
(223,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #031513; }

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

This text font color is #031513.

Background Color

.myBgColor { background-color: #031513; }

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

This div background color is #031513.

Border color

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

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

This div border color is #031513.

Opacity

.myOpacity80 { color: #031513; opacity: 0.8; }

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

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

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

This text has shadow with #031513 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #031513.

Preview

Color preview on black background

This text has color #031513 on black background.


Color preview on white background

This text has color #031513 on white background.


Black color preview on #031513 background

This text has black color on #031513 background.


White color preview on #031513 background

This text has white color on #031513 background.


Related colors

Complementary color

Complementary color for #hex is #FCEAEC.


I love getcolorcode.com

Triadic colors

1 #130315 and #151303 with #031513 are triadic colors.

2 #131503 and #150313 with #031513 are triadic colors.