COLOR #031801

HEX: #031801
RGB: (3,24,1)

Color info

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

RGB color model

#031801 color RGB value is (3,24,1).

  • red value is 3;
  • green value is 24;
  • blue value is 1.
RGB:
(3,24,1)
(1%,9%,0%)

RGB channels and saturation

R 3 of 255 = 1%
G 24 of 255 = 9%
B 1 of 255 = 0%

3
24
1

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

Portions of RGB colors in percentages

R + G + B =
3 + 24 + 1 = 28 (100%)
R 3 of 28 ~ 10.71%
G 24 of 28 ~ 85.71%
B 1 of 28 ~ 3.57%

%10.71
%85.71

CMYK color model

#031801 color CMYK value is (88,0,96,91).

  • cyan value is 87.50%
  • magenta value is 0.00%
  • yellow value is 95.83%
  • key color value is 90.59%
CMYK:
(88,0,96,91)
C88M0Y96K91 
(88%,0%,96%,91%)
(0.88/0.00/0.96/0.91)	

CMYK percentages

%87.5
%0
%95.83
%90.59

Codes

Color #031801 in popluar color models

031801
RGB3241
HSL115°92.00%4.90%
HSB/HSV115°95.83%9.41%
CMYK87.50%0.00%95.83%
90.59%

Color #031801 in popluar number systems.

HEX031801
Decimal3241
Binary11110001
Octal3301

Shades and tints

Shades of #031801

#031801
(3,24,1)
#031601
(3,22,1)
#031401
(3,20,1)
#031201
(3,18,1)
#031001
(3,16,1)
#030E01
(3,14,1)
#030C01
(3,12,1)
#030A01
(3,10,1)
#030801
(3,8,1)
#030601
(3,6,1)
#030401
(3,4,1)
#000000
(0,0,0)

Tints of #031801

#031801
(3,24,1)
#192D18
(25,45,24)
#2F422F
(47,66,47)
#455746
(69,87,70)
#5B6C5D
(91,108,93)
#718174
(113,129,116)
#87968B
(135,150,139)
#9DABA2
(157,171,162)
#B3C0B9
(179,192,185)
#C9D5D0
(201,213,208)
#DFEAE7
(223,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #031801; }

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

This text font color is #031801.


Background Color

.myBgColor { background-color: #031801; }

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

This div background color is #031801.


Border color

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

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

This div border color is #031801.


Opacity

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

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

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

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

This text has shadow with #031801 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #031801 on black background.


Color preview on white background

This text has color #031801 on white background.



Black color preview on #031801 background

This text has black color on #031801 background.


White color preview on #031801 background

This text has white color on #031801 background.