COLOR #391001

HEX: #391001
RGB: (57,16,1)

Color info

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

RGB color model

#391001 color RGB value is (57,16,1).

  • red value is 57;
  • green value is 16;
  • blue value is 1.
RGB:
(57,16,1)
(22%,6%,0%)

RGB channels and saturation

R 57 of 255 = 22%
G 16 of 255 = 6%
B 1 of 255 = 0%

57
16
1

R + G + B ~ 9%. #391001 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 16 + 1 = 74 (100%)
R 57 of 74 ~ 77.03%
G 16 of 74 ~ 21.62%
B 1 of 74 ~ 1.35%

%77.03
%21.62

CMYK color model

#391001 color CMYK value is (0,72,98,78).

  • cyan value is 0.00%
  • magenta value is 71.93%
  • yellow value is 98.25%
  • key color value is 77.65%
CMYK:
(0,72,98,78)
C0M72Y98K78 
(0%,72%,98%,78%)
(0.00/0.72/0.98/0.78)	

CMYK percentages

%0
%71.93
%98.25
%77.65

Codes

Color #391001 in popluar color models

391001
RGB57161
HSL16°96.55%11.37%
HSB/HSV16°98.25%22.35%
CMYK0.00%71.93%98.25%
77.65%

Color #391001 in popluar number systems.

HEX391001
Decimal57161
Binary111001100001
Octal71201

Shades and tints

Shades of #391001

#391001
(57,16,1)
#340F01
(52,15,1)
#2F0E01
(47,14,1)
#2A0D01
(42,13,1)
#250C01
(37,12,1)
#200B01
(32,11,1)
#1B0A01
(27,10,1)
#160901
(22,9,1)
#110801
(17,8,1)
#0C0701
(12,7,1)
#070601
(7,6,1)
#000000
(0,0,0)

Tints of #391001

#391001
(57,16,1)
#4B2518
(75,37,24)
#5D3A2F
(93,58,47)
#6F4F46
(111,79,70)
#81645D
(129,100,93)
#937974
(147,121,116)
#A58E8B
(165,142,139)
#B7A3A2
(183,163,162)
#C9B8B9
(201,184,185)
#DBCDD0
(219,205,208)
#EDE2E7
(237,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #391001 color. Also use rgb(57,16,1) instead hex code.

Text Font Color

.myTextColor { color: #391001; }

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

This text font color is #391001.


Background Color

.myBgColor { background-color: #391001; }

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

This div background color is #391001.


Border color

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

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

This div border color is #391001.


Opacity

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

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

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

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

This text has shadow with #391001 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #391001 on black background.


Color preview on white background

This text has color #391001 on white background.



Black color preview on #391001 background

This text has black color on #391001 background.


White color preview on #391001 background

This text has white color on #391001 background.