COLOR #031501

HEX: #031501 RGB: (3,21,1)

Color info

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

RGB color model

#031501 color RGB value is (3,21,1).

RGB: (3,21,1) (1%, 8%, 0%)

RGB channels and saturation

R 3 of 255 = 1%
G 21 of 255 = 8%
B 1 of 255 = 0%

3
21
1

R + G + B ~ 3%. #031501 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 21 + 1 = 25 (100%)
R 3 of 25 ~ 12%
G 21 of 25 ~ 84%
B 1 of 25 ~ 4'%

%12
%84

CMYK color model

#031501 color CMYK value is (86,0,95,92).

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

CMYK: (86,0,95,92)
C86M0Y95K92 (86%, 0%, 95%, 92%)
(0.86 / 0.00 / 0.95 / 0.92)

CMYK percentages

%85.71
%0
%95.24
%91.76

Codes

Color #031501 in popluar color models

03 15 01
RGB 3 21 1
HSL 114° 90.91% 4.31%
HSB/HSV 114° 95.24% 8.24%
CMYK 85.71% 0.00% 95.24%
91.76%

Color #031501 in popluar number systems.

HEX 03 15 01
Decimal 3 21 1
Binary 11 10101 1
Octal 3 25 1

Shades and tints

Shades of #031501

#031501
(3,21,1)
#031401
(3,20,1)
#031301
(3,19,1)
#031201
(3,18,1)
#031101
(3,17,1)
#031001
(3,16,1)
#030F01
(3,15,1)
#030E01
(3,14,1)
#030D01
(3,13,1)
#030C01
(3,12,1)
#030B01
(3,11,1)
#000000
(0,0,0)

Tints of #031501

#031501
(3,21,1)
#192A18
(25,42,24)
#2F3F2F
(47,63,47)
#455446
(69,84,70)
#5B695D
(91,105,93)
#717E74
(113,126,116)
#87938B
(135,147,139)
#9DA8A2
(157,168,162)
#B3BDB9
(179,189,185)
#C9D2D0
(201,210,208)
#DFE7E7
(223,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #031501; }

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

This text font color is #031501.

Background Color

.myBgColor { background-color: #031501; }

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

This div background color is #031501.

Border color

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

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

This div border color is #031501.

Opacity

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

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

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

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

This text has shadow with #031501 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #031501.

Preview

Color preview on black background

This text has color #031501 on black background.


Color preview on white background

This text has color #031501 on white background.


Black color preview on #031501 background

This text has black color on #031501 background.


White color preview on #031501 background

This text has white color on #031501 background.


Related colors

Complementary color

Complementary color for #hex is #FCEAFE.


I love getcolorcode.com

Triadic colors

1 #010315 and #150103 with #031501 are triadic colors.

2 #011503 and #150301 with #031501 are triadic colors.