COLOR #331002

HEX: #331002
RGB: (51,16,2)

Color info

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

RGB color model

#331002 color RGB value is (51,16,2).

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

RGB channels and saturation

R 51 of 255 = 20%
G 16 of 255 = 6%
B 2 of 255 = 1%

51
16
2

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

Portions of RGB colors in percentages

R + G + B =
51 + 16 + 2 = 69 (100%)
R 51 of 69 ~ 73.91%
G 16 of 69 ~ 23.19%
B 2 of 69 ~ 2.9%

%73.91
%23.19

CMYK color model

#331002 color CMYK value is (0,69,96,80).

  • cyan value is 0.00%
  • magenta value is 68.63%
  • yellow value is 96.08%
  • key color value is 80.00%
CMYK:
(0,69,96,80)
C0M69Y96K80 
(0%,69%,96%,80%)
(0.00/0.69/0.96/0.80)	

CMYK percentages

%0
%68.63
%96.08
%80

Codes

Color #331002 in popluar color models

331002
RGB51162
HSL17°92.45%10.39%
HSB/HSV17°96.08%20.00%
CMYK0.00%68.63%96.08%
80.00%

Color #331002 in popluar number systems.

HEX331002
Decimal51162
Binary1100111000010
Octal63202

Shades and tints

Shades of #331002

#331002
(51,16,2)
#2F0F02
(47,15,2)
#2B0E02
(43,14,2)
#270D02
(39,13,2)
#230C02
(35,12,2)
#1F0B02
(31,11,2)
#1B0A02
(27,10,2)
#170902
(23,9,2)
#130802
(19,8,2)
#0F0702
(15,7,2)
#0B0602
(11,6,2)
#000000
(0,0,0)

Tints of #331002

#331002
(51,16,2)
#452519
(69,37,25)
#573A30
(87,58,48)
#694F47
(105,79,71)
#7B645E
(123,100,94)
#8D7975
(141,121,117)
#9F8E8C
(159,142,140)
#B1A3A3
(177,163,163)
#C3B8BA
(195,184,186)
#D5CDD1
(213,205,209)
#E7E2E8
(231,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #331002; }

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

This text font color is #331002.


Background Color

.myBgColor { background-color: #331002; }

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

This div background color is #331002.


Border color

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

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

This div border color is #331002.


Opacity

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

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

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

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

This text has shadow with #331002 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331002 on black background.


Color preview on white background

This text has color #331002 on white background.



Black color preview on #331002 background

This text has black color on #331002 background.


White color preview on #331002 background

This text has white color on #331002 background.