COLOR #390020

HEX: #390020 RGB: (57,0,32)

Color info

#390020 contains only red and blue colors. Web safe color of #390020 is #330033 (or #303).

RGB color model

#390020 color RGB value is (57,0,32).

RGB: (57,0,32) (22%, 0%, 13%)

RGB channels and saturation

R 57 of 255 = 22%
G 0 of 255 = 0%
B 32 of 255 = 13%

57
0
32

R + G + B ~ 12%. #390020 is dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 0 + 32 = 89 (100%)
R 57 of 89 ~ 64.04%
G 0 of 89 ~ 0%
B 32 of 89 ~ 35.96'%

%64.04
%35.96

CMYK color model

#390020 color CMYK value is (0,100,44,78).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 43.86%
  • key color value is 77.65%
CMYK: (0,100,44,78) C0M100Y44K78 (0%,100%,44%,78%) (0.00/1.00/0.44/0.78) 

CMYK percentages

%0
%100
%43.86
%77.65

Codes

Color #390020 in popluar color models

39 00 20
RGB 57 0 32
HSL 326° 100.00% 11.18%
HSB/HSV 326° 100.00% 22.35%
CMYK 0.00% 100.00% 43.86%
77.65%

Color #390020 in popluar number systems.

HEX 39 00 20
Decimal 57 0 32
Binary 111001 0 100000
Octal 71 0 40

Shades and tints

Shades of #390020

#390020
(57,0,32)
#34001E
(52,0,30)
#2F001C
(47,0,28)
#2A001A
(42,0,26)
#250018
(37,0,24)
#200016
(32,0,22)
#1B0014
(27,0,20)
#160012
(22,0,18)
#110010
(17,0,16)
#0C000E
(12,0,14)
#07000C
(7,0,12)
#000000
(0,0,0)

Tints of #390020

#390020
(57,0,32)
#4B1734
(75,23,52)
#5D2E48
(93,46,72)
#6F455C
(111,69,92)
#815C70
(129,92,112)
#937384
(147,115,132)
#A58A98
(165,138,152)
#B7A1AC
(183,161,172)
#C9B8C0
(201,184,192)
#DBCFD4
(219,207,212)
#EDE6E8
(237,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #390020 color. Also use rgb(57,0,32) instead hex code.

Text Font Color

.myTextColor { color: #390020; }

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

This text font color is #390020.

Background Color

.myBgColor { background-color: #390020; }

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

This div background color is #390020.

Border color

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

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

This div border color is #390020.

Opacity

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

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

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

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

This text has shadow with #390020 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #390020.

Preview

Color preview on black background

This text has color #390020 on black background.


Color preview on white background

This text has color #390020 on white background.


Black color preview on #390020 background

This text has black color on #390020 background.


White color preview on #390020 background

This text has white color on #390020 background.


Related colors

Complementary color

Complementary color for #hex is #C6FFDF.


I love getcolorcode.com

Triadic colors

1 #203900 and #002039 with #390020 are triadic colors.

2 #200039 and #003920 with #390020 are triadic colors.