COLOR #3B1831

HEX: #3B1831 RGB: (59,24,49)

Color info

#3B1831 contains red, green and blue colors in about the same proportion. Web safe color of #3B1831 is #330033 (or #303).

RGB color model

#3B1831 color RGB value is (59,24,49).

RGB: (59,24,49) (23%, 9%, 19%)

RGB channels and saturation

R 59 of 255 = 23%
G 24 of 255 = 9%
B 49 of 255 = 19%

59
24
49

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

Portions of RGB colors in percentages

R + G + B = 59 + 24 + 49 = 132 (100%)
R 59 of 132 ~ 44.7%
G 24 of 132 ~ 18.18%
B 49 of 132 ~ 37.12'%

%44.7
%18.18
%37.12

CMYK color model

#3B1831 color CMYK value is (0,59,17,77).

  • cyan value is 0.00%
  • magenta value is 59.32%
  • yellow value is 16.95%
  • key color value is 76.86%
CMYK: (0,59,17,77) C0M59Y17K77 (0%,59%,17%,77%) (0.00/0.59/0.17/0.77) 

CMYK percentages

%0
%59.32
%16.95
%76.86

Codes

Color #3B1831 in popluar color models

3B 18 31
RGB 59 24 49
HSL 317° 42.17% 16.27%
HSB/HSV 317° 59.32% 23.14%
CMYK 0.00% 59.32% 16.95%
76.86%

Color #3B1831 in popluar number systems.

HEX 3B 18 31
Decimal 59 24 49
Binary 111011 11000 110001
Octal 73 30 61

Shades and tints

Shades of #3B1831

#3B1831
(59,24,49)
#36162D
(54,22,45)
#311429
(49,20,41)
#2C1225
(44,18,37)
#271021
(39,16,33)
#220E1D
(34,14,29)
#1D0C19
(29,12,25)
#180A15
(24,10,21)
#130811
(19,8,17)
#0E060D
(14,6,13)
#090409
(9,4,9)
#000000
(0,0,0)

Tints of #3B1831

#3B1831
(59,24,49)
#4C2D43
(76,45,67)
#5D4255
(93,66,85)
#6E5767
(110,87,103)
#7F6C79
(127,108,121)
#90818B
(144,129,139)
#A1969D
(161,150,157)
#B2ABAF
(178,171,175)
#C3C0C1
(195,192,193)
#D4D5D3
(212,213,211)
#E5EAE5
(229,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B1831; }

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

This text font color is #3B1831.

Background Color

.myBgColor { background-color: #3B1831; }

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

This div background color is #3B1831.

Border color

.myBorderColor { border: 1px solid #3B1831; }

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

This div border color is #3B1831.

Opacity

.myOpacity80 { color: #3B1831; opacity: 0.8; }

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

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

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

This text has shadow with #3B1831 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B1831.

Preview

Color preview on black background

This text has color #3B1831 on black background.


Color preview on white background

This text has color #3B1831 on white background.


Black color preview on #3B1831 background

This text has black color on #3B1831 background.


White color preview on #3B1831 background

This text has white color on #3B1831 background.


Related colors

Complementary color

Complementary color for #hex is #C4E7CE.


I love getcolorcode.com

Triadic colors

1 #313B18 and #18313B with #3B1831 are triadic colors.

2 #31183B and #183B31 with #3B1831 are triadic colors.