COLOR #3B0015

HEX: #3B0015 RGB: (59,0,21)

Color info

#3B0015 contains only red and blue colors. Web safe color of #3B0015 is #330000 (or #300).

RGB color model

#3B0015 color RGB value is (59,0,21).

RGB: (59,0,21) (23%, 0%, 8%)

RGB channels and saturation

R 59 of 255 = 23%
G 0 of 255 = 0%
B 21 of 255 = 8%

59
0
21

R + G + B ~ 10%. #3B0015 is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 0 + 21 = 80 (100%)
R 59 of 80 ~ 73.75%
G 0 of 80 ~ 0%
B 21 of 80 ~ 26.25'%

%73.75
%26.25

CMYK color model

#3B0015 color CMYK value is (0,100,64,77).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 64.41%
  • key color value is 76.86%
CMYK: (0,100,64,77) C0M100Y64K77 (0%,100%,64%,77%) (0.00/1.00/0.64/0.77) 

CMYK percentages

%0
%100
%64.41
%76.86

Codes

Color #3B0015 in popluar color models

3B 00 15
RGB 59 0 21
HSL 339° 100.00% 11.57%
HSB/HSV 339° 100.00% 23.14%
CMYK 0.00% 100.00% 64.41%
76.86%

Color #3B0015 in popluar number systems.

HEX 3B 00 15
Decimal 59 0 21
Binary 111011 0 10101
Octal 73 0 25

Shades and tints

Shades of #3B0015

#3B0015
(59,0,21)
#360014
(54,0,20)
#310013
(49,0,19)
#2C0012
(44,0,18)
#270011
(39,0,17)
#220010
(34,0,16)
#1D000F
(29,0,15)
#18000E
(24,0,14)
#13000D
(19,0,13)
#0E000C
(14,0,12)
#09000B
(9,0,11)
#000000
(0,0,0)

Tints of #3B0015

#3B0015
(59,0,21)
#4C172A
(76,23,42)
#5D2E3F
(93,46,63)
#6E4554
(110,69,84)
#7F5C69
(127,92,105)
#90737E
(144,115,126)
#A18A93
(161,138,147)
#B2A1A8
(178,161,168)
#C3B8BD
(195,184,189)
#D4CFD2
(212,207,210)
#E5E6E7
(229,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B0015 color. Also use rgb(59,0,21) instead hex code.

Text Font Color

.myTextColor { color: #3B0015; }

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

This text font color is #3B0015.

Background Color

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

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

This div background color is #3B0015.

Border color

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

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

This div border color is #3B0015.

Opacity

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

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

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

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

This text has shadow with #3B0015 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B0015.

Preview

Color preview on black background

This text has color #3B0015 on black background.


Color preview on white background

This text has color #3B0015 on white background.


Black color preview on #3B0015 background

This text has black color on #3B0015 background.


White color preview on #3B0015 background

This text has white color on #3B0015 background.


Related colors

Complementary color

Complementary color for #hex is #C4FFEA.


I love getcolorcode.com

Triadic colors

1 #153B00 and #00153B with #3B0015 are triadic colors.

2 #15003B and #003B15 with #3B0015 are triadic colors.