COLOR #331421

HEX: #331421
RGB: (51,20,33)

Color info

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

RGB color model

#331421 color RGB value is (51,20,33).

  • red value is 51;
  • green value is 20;
  • blue value is 33.
RGB:
(51,20,33)
(20%,8%,13%)

RGB channels and saturation

R 51 of 255 = 20%
G 20 of 255 = 8%
B 33 of 255 = 13%

51
20
33

R + G + B ~ 14%. #331421 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 20 + 33 = 104 (100%)
R 51 of 104 ~ 49.04%
G 20 of 104 ~ 19.23%
B 33 of 104 ~ 31.73%

%49.04
%19.23
%31.73

CMYK color model

#331421 color CMYK value is (0,61,35,80).

  • cyan value is 0.00%
  • magenta value is 60.78%
  • yellow value is 35.29%
  • key color value is 80.00%
CMYK:
(0,61,35,80)
C0M61Y35K80 
(0%,61%,35%,80%)
(0.00/0.61/0.35/0.80)	

CMYK percentages

%0
%60.78
%35.29
%80

Codes

Color #331421 in popluar color models

331421
RGB512033
HSL335°43.66%13.92%
HSB/HSV335°60.78%20.00%
CMYK0.00%60.78%35.29%
80.00%

Color #331421 in popluar number systems.

HEX331421
Decimal512033
Binary11001110100100001
Octal632441

Shades and tints

Shades of #331421

#331421
(51,20,33)
#2F131E
(47,19,30)
#2B121B
(43,18,27)
#271118
(39,17,24)
#231015
(35,16,21)
#1F0F12
(31,15,18)
#1B0E0F
(27,14,15)
#170D0C
(23,13,12)
#130C09
(19,12,9)
#0F0B06
(15,11,6)
#0B0A03
(11,10,3)
#000000
(0,0,0)

Tints of #331421

#331421
(51,20,33)
#452935
(69,41,53)
#573E49
(87,62,73)
#69535D
(105,83,93)
#7B6871
(123,104,113)
#8D7D85
(141,125,133)
#9F9299
(159,146,153)
#B1A7AD
(177,167,173)
#C3BCC1
(195,188,193)
#D5D1D5
(213,209,213)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #331421; }

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

This text font color is #331421.


Background Color

.myBgColor { background-color: #331421; }

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

This div background color is #331421.


Border color

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

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

This div border color is #331421.


Opacity

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

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

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

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

This text has shadow with #331421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331421 on black background.


Color preview on white background

This text has color #331421 on white background.



Black color preview on #331421 background

This text has black color on #331421 background.


White color preview on #331421 background

This text has white color on #331421 background.