COLOR #3B1319

HEX: #3B1319 RGB: (59,19,25)

Color info

#3B1319 contains red, green and blue colors in about the same proportion. Web safe color of #3B1319 is #330000 (or #300).

RGB color model

#3B1319 color RGB value is (59,19,25).

RGB: (59,19,25) (23%, 7%, 10%)

RGB channels and saturation

R 59 of 255 = 23%
G 19 of 255 = 7%
B 25 of 255 = 10%

59
19
25

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

Portions of RGB colors in percentages

R + G + B = 59 + 19 + 25 = 103 (100%)
R 59 of 103 ~ 57.28%
G 19 of 103 ~ 18.45%
B 25 of 103 ~ 24.27'%

%57.28
%18.45
%24.27

CMYK color model

#3B1319 color CMYK value is (0,68,58,77).

  • cyan value is 0.00%
  • magenta value is 67.80%
  • yellow value is 57.63%
  • key color value is 76.86%

CMYK: (0,68,58,77)
C0M68Y58K77 (0%, 68%, 58%, 77%)
(0.00 / 0.68 / 0.58 / 0.77)

CMYK percentages

%0
%67.8
%57.63
%76.86

Codes

Color #3B1319 in popluar color models

3B 13 19
RGB 59 19 25
HSL 351° 51.28% 15.29%
HSB/HSV 351° 67.80% 23.14%
CMYK 0.00% 67.80% 57.63%
76.86%

Color #3B1319 in popluar number systems.

HEX 3B 13 19
Decimal 59 19 25
Binary 111011 10011 11001
Octal 73 23 31

Shades and tints

Shades of #3B1319

#3B1319
(59,19,25)
#361217
(54,18,23)
#311115
(49,17,21)
#2C1013
(44,16,19)
#270F11
(39,15,17)
#220E0F
(34,14,15)
#1D0D0D
(29,13,13)
#180C0B
(24,12,11)
#130B09
(19,11,9)
#0E0A07
(14,10,7)
#090905
(9,9,5)
#000000
(0,0,0)

Tints of #3B1319

#3B1319
(59,19,25)
#4C282D
(76,40,45)
#5D3D41
(93,61,65)
#6E5255
(110,82,85)
#7F6769
(127,103,105)
#907C7D
(144,124,125)
#A19191
(161,145,145)
#B2A6A5
(178,166,165)
#C3BBB9
(195,187,185)
#D4D0CD
(212,208,205)
#E5E5E1
(229,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B1319; }

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

This text font color is #3B1319.

Background Color

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

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

This div background color is #3B1319.

Border color

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

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

This div border color is #3B1319.

Opacity

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

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

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

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

This text has shadow with #3B1319 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B1319.

Preview

Color preview on black background

This text has color #3B1319 on black background.


Color preview on white background

This text has color #3B1319 on white background.


Black color preview on #3B1319 background

This text has black color on #3B1319 background.


White color preview on #3B1319 background

This text has white color on #3B1319 background.


Related colors

Complementary color

Complementary color for #hex is #C4ECE6.


I love getcolorcode.com

Triadic colors

1 #193B13 and #13193B with #3B1319 are triadic colors.

2 #19133B and #133B19 with #3B1319 are triadic colors.