COLOR #331039

HEX: #331039
RGB: (51,16,57)

Color info

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

RGB color model

#331039 color RGB value is (51,16,57).

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

RGB channels and saturation

R 51 of 255 = 20%
G 16 of 255 = 6%
B 57 of 255 = 22%

51
16
57

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

Portions of RGB colors in percentages

R + G + B =
51 + 16 + 57 = 124 (100%)
R 51 of 124 ~ 41.13%
G 16 of 124 ~ 12.9%
B 57 of 124 ~ 45.97%

%41.13
%12.9
%45.97

CMYK color model

#331039 color CMYK value is (11,72,0,78).

  • cyan value is 10.53%
  • magenta value is 71.93%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(11,72,0,78)
C11M72Y0K78 
(11%,72%,0%,78%)
(0.11/0.72/0.00/0.78)	

CMYK percentages

%10.53
%71.93
%0
%77.65

Codes

Color #331039 in popluar color models

331039
RGB511657
HSL291°56.16%14.31%
HSB/HSV291°71.93%22.35%
CMYK10.53%71.93%0.00%
77.65%

Color #331039 in popluar number systems.

HEX331039
Decimal511657
Binary11001110000111001
Octal632071

Shades and tints

Shades of #331039

#331039
(51,16,57)
#2F0F34
(47,15,52)
#2B0E2F
(43,14,47)
#270D2A
(39,13,42)
#230C25
(35,12,37)
#1F0B20
(31,11,32)
#1B0A1B
(27,10,27)
#170916
(23,9,22)
#130811
(19,8,17)
#0F070C
(15,7,12)
#0B0607
(11,6,7)
#000000
(0,0,0)

Tints of #331039

#331039
(51,16,57)
#45254B
(69,37,75)
#573A5D
(87,58,93)
#694F6F
(105,79,111)
#7B6481
(123,100,129)
#8D7993
(141,121,147)
#9F8EA5
(159,142,165)
#B1A3B7
(177,163,183)
#C3B8C9
(195,184,201)
#D5CDDB
(213,205,219)
#E7E2ED
(231,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #331039; }

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

This text font color is #331039.


Background Color

.myBgColor { background-color: #331039; }

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

This div background color is #331039.


Border color

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

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

This div border color is #331039.


Opacity

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

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

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

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

This text has shadow with #331039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331039 on black background.


Color preview on white background

This text has color #331039 on white background.



Black color preview on #331039 background

This text has black color on #331039 background.


White color preview on #331039 background

This text has white color on #331039 background.