COLOR #390B3B

HEX: #390B3B RGB: (57,11,59)

Color info

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

RGB color model

#390B3B color RGB value is (57,11,59).

RGB: (57,11,59) (22%, 4%, 23%)

RGB channels and saturation

R 57 of 255 = 22%
G 11 of 255 = 4%
B 59 of 255 = 23%

57
11
59

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

Portions of RGB colors in percentages

R + G + B = 57 + 11 + 59 = 127 (100%)
R 57 of 127 ~ 44.88%
G 11 of 127 ~ 8.66%
B 59 of 127 ~ 46.46'%

%44.88
%46.46

CMYK color model

#390B3B color CMYK value is (3,81,0,77).

  • cyan value is 3.39%
  • magenta value is 81.36%
  • yellow value is 0.00%
  • key color value is 76.86%

CMYK: (3,81,0,77)
C3M81Y0K77 (3%, 81%, 0%, 77%)
(0.03 / 0.81 / 0.00 / 0.77)

CMYK percentages

%3.39
%81.36
%0
%76.86

Codes

Color #390B3B in popluar color models

39 0B 3B
RGB 57 11 59
HSL 298° 68.57% 13.73%
HSB/HSV 298° 81.36% 23.14%
CMYK 3.39% 81.36% 0.00%
76.86%

Color #390B3B in popluar number systems.

HEX 39 0B 3B
Decimal 57 11 59
Binary 111001 1011 111011
Octal 71 13 73

Shades and tints

Shades of #390B3B

#390B3B
(57,11,59)
#340A36
(52,10,54)
#2F0931
(47,9,49)
#2A082C
(42,8,44)
#250727
(37,7,39)
#200622
(32,6,34)
#1B051D
(27,5,29)
#160418
(22,4,24)
#110313
(17,3,19)
#0C020E
(12,2,14)
#070109
(7,1,9)
#000000
(0,0,0)

Tints of #390B3B

#390B3B
(57,11,59)
#4B214C
(75,33,76)
#5D375D
(93,55,93)
#6F4D6E
(111,77,110)
#81637F
(129,99,127)
#937990
(147,121,144)
#A58FA1
(165,143,161)
#B7A5B2
(183,165,178)
#C9BBC3
(201,187,195)
#DBD1D4
(219,209,212)
#EDE7E5
(237,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #390B3B color. Also use rgb(57,11,59) instead hex code.

Text Font Color

.myTextColor { color: #390B3B; }

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

This text font color is #390B3B.

Background Color

.myBgColor { background-color: #390B3B; }

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

This div background color is #390B3B.

Border color

.myBorderColor { border: 1px solid #390B3B; }

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

This div border color is #390B3B.

Opacity

.myOpacity80 { color: #390B3B; opacity: 0.8; }

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

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

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

This text has shadow with #390B3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #390B3B.

Preview

Color preview on black background

This text has color #390B3B on black background.


Color preview on white background

This text has color #390B3B on white background.


Black color preview on #390B3B background

This text has black color on #390B3B background.


White color preview on #390B3B background

This text has white color on #390B3B background.


Related colors

Complementary color

Complementary color for #hex is #C6F4C4.


I love getcolorcode.com

Triadic colors

1 #3B390B and #0B3B39 with #390B3B are triadic colors.

2 #3B0B39 and #0B393B with #390B3B are triadic colors.