COLOR #312129

HEX: #312129 RGB: (49,33,41)

Color info

#312129 contains red, green and blue colors in about the same proportion. Web safe color of #312129 is #333333 (or #333).

RGB color model

#312129 color RGB value is (49,33,41).

RGB: (49,33,41) (19%, 13%, 16%)

RGB channels and saturation

R 49 of 255 = 19%
G 33 of 255 = 13%
B 41 of 255 = 16%

49
33
41

R + G + B ~ 16%. #312129 is dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 33 + 41 = 123 (100%)
R 49 of 123 ~ 39.84%
G 33 of 123 ~ 26.83%
B 41 of 123 ~ 33.33'%

%39.84
%26.83
%33.33

CMYK color model

#312129 color CMYK value is (0,33,16,81).

  • cyan value is 0.00%
  • magenta value is 32.65%
  • yellow value is 16.33%
  • key color value is 80.78%

CMYK: (0,33,16,81)
C0M33Y16K81 (0%, 33%, 16%, 81%)
(0.00 / 0.33 / 0.16 / 0.81)

CMYK percentages

%0
%32.65
%16.33
%80.78

Codes

Color #312129 in popluar color models

31 21 29
RGB 49 33 41
HSL 330° 19.51% 16.08%
HSB/HSV 330° 32.65% 19.22%
CMYK 0.00% 32.65% 16.33%
80.78%

Color #312129 in popluar number systems.

HEX 31 21 29
Decimal 49 33 41
Binary 110001 100001 101001
Octal 61 41 51

Shades and tints

Shades of #312129

#312129
(49,33,41)
#2D1E26
(45,30,38)
#291B23
(41,27,35)
#251820
(37,24,32)
#21151D
(33,21,29)
#1D121A
(29,18,26)
#190F17
(25,15,23)
#150C14
(21,12,20)
#110911
(17,9,17)
#0D060E
(13,6,14)
#09030B
(9,3,11)
#000000
(0,0,0)

Tints of #312129

#312129
(49,33,41)
#43353C
(67,53,60)
#55494F
(85,73,79)
#675D62
(103,93,98)
#797175
(121,113,117)
#8B8588
(139,133,136)
#9D999B
(157,153,155)
#AFADAE
(175,173,174)
#C1C1C1
(193,193,193)
#D3D5D4
(211,213,212)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #312129 color. Also use rgb(49,33,41) instead hex code.

Text Font Color

.myTextColor { color: #312129; }

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

This text font color is #312129.

Background Color

.myBgColor { background-color: #312129; }

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

This div background color is #312129.

Border color

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

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

This div border color is #312129.

Opacity

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

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

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

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

This text has shadow with #312129 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #312129.

Preview

Color preview on black background

This text has color #312129 on black background.


Color preview on white background

This text has color #312129 on white background.


Black color preview on #312129 background

This text has black color on #312129 background.


White color preview on #312129 background

This text has white color on #312129 background.


Related colors

Complementary color

Complementary color for #hex is #CEDED6.


I love getcolorcode.com

Triadic colors

1 #293121 and #212931 with #312129 are triadic colors.

2 #292131 and #213129 with #312129 are triadic colors.