COLOR #031E01

HEX: #031E01 RGB: (3,30,1)

Color info

#031E01 contains red, green and blue colors in about the same proportion. Web safe color of #031E01 is #003300 (or #030).

RGB color model

#031E01 color RGB value is (3,30,1).

RGB: (3,30,1) (1%, 12%, 0%)

RGB channels and saturation

R 3 of 255 = 1%
G 30 of 255 = 12%
B 1 of 255 = 0%

3
30
1

R + G + B ~ 4%. #031E01 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 30 + 1 = 34 (100%)
R 3 of 34 ~ 8.82%
G 30 of 34 ~ 88.24%
B 1 of 34 ~ 2.94'%

%88.24

CMYK color model

#031E01 color CMYK value is (90,0,97,88).

  • cyan value is 90.00%
  • magenta value is 0.00%
  • yellow value is 96.67%
  • key color value is 88.24%

CMYK: (90,0,97,88)
C90M0Y97K88 (90%, 0%, 97%, 88%)
(0.90 / 0.00 / 0.97 / 0.88)

CMYK percentages

%90
%0
%96.67
%88.24

Codes

Color #031E01 in popluar color models

03 1E 01
RGB 3 30 1
HSL 116° 93.55% 6.08%
HSB/HSV 116° 96.67% 11.76%
CMYK 90.00% 0.00% 96.67%
88.24%

Color #031E01 in popluar number systems.

HEX 03 1E 01
Decimal 3 30 1
Binary 11 11110 1
Octal 3 36 1

Shades and tints

Shades of #031E01

#031E01
(3,30,1)
#031C01
(3,28,1)
#031A01
(3,26,1)
#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)
#000000
(0,0,0)

Tints of #031E01

#031E01
(3,30,1)
#193218
(25,50,24)
#2F462F
(47,70,47)
#455A46
(69,90,70)
#5B6E5D
(91,110,93)
#718274
(113,130,116)
#87968B
(135,150,139)
#9DAAA2
(157,170,162)
#B3BEB9
(179,190,185)
#C9D2D0
(201,210,208)
#DFE6E7
(223,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #031E01; }

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

This text font color is #031E01.

Background Color

.myBgColor { background-color: #031E01; }

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

This div background color is #031E01.

Border color

.myBorderColor { border: 1px solid #031E01; }

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

This div border color is #031E01.

Opacity

.myOpacity80 { color: #031E01; opacity: 0.8; }

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

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

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

This text has shadow with #031E01 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #031E01.

Preview

Color preview on black background

This text has color #031E01 on black background.


Color preview on white background

This text has color #031E01 on white background.


Black color preview on #031E01 background

This text has black color on #031E01 background.


White color preview on #031E01 background

This text has white color on #031E01 background.


Related colors

Complementary color

Complementary color for #hex is #FCE1FE.


I love getcolorcode.com

Triadic colors

1 #01031E and #1E0103 with #031E01 are triadic colors.

2 #011E03 and #1E0301 with #031E01 are triadic colors.