COLOR #031921

HEX: #031921 RGB: (3,25,33)

Color info

#031921 contains red, green and blue colors in about the same proportion. Web safe color of #031921 is #000033 (or #003).

RGB color model

#031921 color RGB value is (3,25,33).

RGB: (3,25,33) (1%, 10%, 13%)

RGB channels and saturation

R 3 of 255 = 1%
G 25 of 255 = 10%
B 33 of 255 = 13%

3
25
33

R + G + B ~ 8%. #031921 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 25 + 33 = 61 (100%)
R 3 of 61 ~ 4.92%
G 25 of 61 ~ 40.98%
B 33 of 61 ~ 54.1'%

%40.98
%54.1

CMYK color model

#031921 color CMYK value is (91,24,0,87).

  • cyan value is 90.91%
  • magenta value is 24.24%
  • yellow value is 0.00%
  • key color value is 87.06%

CMYK: (91,24,0,87)
C91M24Y0K87 (91%, 24%, 0%, 87%)
(0.91 / 0.24 / 0.00 / 0.87)

CMYK percentages

%90.91
%24.24
%0
%87.06

Codes

Color #031921 in popluar color models

03 19 21
RGB 3 25 33
HSL 196° 83.33% 7.06%
HSB/HSV 196° 90.91% 12.94%
CMYK 90.91% 24.24% 0.00%
87.06%

Color #031921 in popluar number systems.

HEX 03 19 21
Decimal 3 25 33
Binary 11 11001 100001
Octal 3 31 41

Shades and tints

Shades of #031921

#031921
(3,25,33)
#03171E
(3,23,30)
#03151B
(3,21,27)
#031318
(3,19,24)
#031115
(3,17,21)
#030F12
(3,15,18)
#030D0F
(3,13,15)
#030B0C
(3,11,12)
#030909
(3,9,9)
#030706
(3,7,6)
#030503
(3,5,3)
#000000
(0,0,0)

Tints of #031921

#031921
(3,25,33)
#192D35
(25,45,53)
#2F4149
(47,65,73)
#45555D
(69,85,93)
#5B6971
(91,105,113)
#717D85
(113,125,133)
#879199
(135,145,153)
#9DA5AD
(157,165,173)
#B3B9C1
(179,185,193)
#C9CDD5
(201,205,213)
#DFE1E9
(223,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #031921 color. Also use rgb(3,25,33) instead hex code.

Text Font Color

.myTextColor { color: #031921; }

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

This text font color is #031921.

Background Color

.myBgColor { background-color: #031921; }

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

This div background color is #031921.

Border color

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

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

This div border color is #031921.

Opacity

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

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

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

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

This text has shadow with #031921 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #031921.

Preview

Color preview on black background

This text has color #031921 on black background.


Color preview on white background

This text has color #031921 on white background.


Black color preview on #031921 background

This text has black color on #031921 background.


White color preview on #031921 background

This text has white color on #031921 background.


Related colors

Complementary color

Complementary color for #hex is #FCE6DE.


I love getcolorcode.com

Triadic colors

1 #210319 and #192103 with #031921 are triadic colors.

2 #211903 and #190321 with #031921 are triadic colors.