COLOR #331133

HEX: #331133
RGB: (51,17,51)

Color info

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

RGB color model

#331133 color RGB value is (51,17,51).

  • red value is 51;
  • green value is 17;
  • blue value is 51.
RGB:
(51,17,51)
(20%,7%,20%)

RGB channels and saturation

R 51 of 255 = 20%
G 17 of 255 = 7%
B 51 of 255 = 20%

51
17
51

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

Portions of RGB colors in percentages

R + G + B =
51 + 17 + 51 = 119 (100%)
R 51 of 119 ~ 42.86%
G 17 of 119 ~ 14.29%
B 51 of 119 ~ 42.86%

%42.86
%14.29
%42.86

CMYK color model

#331133 color CMYK value is (0,67,0,80).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(0,67,0,80)
C0M67Y0K80 
(0%,67%,0%,80%)
(0.00/0.67/0.00/0.80)	

CMYK percentages

%0
%66.67
%0
%80

Codes

Color #331133 in popluar color models

331133
RGB511751
HSL300°50.00%13.33%
HSB/HSV300°66.67%20.00%
CMYK0.00%66.67%0.00%
80.00%

Color #331133 in popluar number systems.

HEX331133
Decimal511751
Binary11001110001110011
Octal632163

Shades and tints

Shades of #331133

#331133
(51,17,51)
#2F102F
(47,16,47)
#2B0F2B
(43,15,43)
#270E27
(39,14,39)
#230D23
(35,13,35)
#1F0C1F
(31,12,31)
#1B0B1B
(27,11,27)
#170A17
(23,10,23)
#130913
(19,9,19)
#0F080F
(15,8,15)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #331133

#331133
(51,17,51)
#452645
(69,38,69)
#573B57
(87,59,87)
#695069
(105,80,105)
#7B657B
(123,101,123)
#8D7A8D
(141,122,141)
#9F8F9F
(159,143,159)
#B1A4B1
(177,164,177)
#C3B9C3
(195,185,195)
#D5CED5
(213,206,213)
#E7E3E7
(231,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #331133; }

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

This text font color is #331133.


Background Color

.myBgColor { background-color: #331133; }

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

This div background color is #331133.


Border color

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

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

This div border color is #331133.


Opacity

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

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

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

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

This text has shadow with #331133 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331133 on black background.


Color preview on white background

This text has color #331133 on white background.



Black color preview on #331133 background

This text has black color on #331133 background.


White color preview on #331133 background

This text has white color on #331133 background.