COLOR #330021

HEX: #330021 RGB: (51,0,33)

Color info

#330021 contains only red and blue colors. Web safe color of #330021 is #330033 (or #303).

RGB color model

#330021 color RGB value is (51,0,33).

RGB: (51,0,33) (20%, 0%, 13%)

RGB channels and saturation

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

51
0
33

R + G + B ~ 11%. #330021 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 0 + 33 = 84 (100%)
R 51 of 84 ~ 60.71%
G 0 of 84 ~ 0%
B 33 of 84 ~ 39.29'%

%60.71
%39.29

CMYK color model

#330021 color CMYK value is (0,100,35,80).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 35.29%
  • key color value is 80.00%

CMYK: (0,100,35,80)
C0M100Y35K80 (0%, 100%, 35%, 80%)
(0.00 / 1.00 / 0.35 / 0.80)

CMYK percentages

%0
%100
%35.29
%80

Codes

Color #330021 in popluar color models

33 00 21
RGB 51 0 33
HSL 321° 100.00% 10.00%
HSB/HSV 321° 100.00% 20.00%
CMYK 0.00% 100.00% 35.29%
80.00%

Color #330021 in popluar number systems.

HEX 33 00 21
Decimal 51 0 33
Binary 110011 0 100001
Octal 63 0 41

Shades and tints

Shades of #330021

#330021
(51,0,33)
#2F001E
(47,0,30)
#2B001B
(43,0,27)
#270018
(39,0,24)
#230015
(35,0,21)
#1F0012
(31,0,18)
#1B000F
(27,0,15)
#17000C
(23,0,12)
#130009
(19,0,9)
#0F0006
(15,0,6)
#0B0003
(11,0,3)
#000000
(0,0,0)

Tints of #330021

#330021
(51,0,33)
#451735
(69,23,53)
#572E49
(87,46,73)
#69455D
(105,69,93)
#7B5C71
(123,92,113)
#8D7385
(141,115,133)
#9F8A99
(159,138,153)
#B1A1AD
(177,161,173)
#C3B8C1
(195,184,193)
#D5CFD5
(213,207,213)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330021; }

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

This text font color is #330021.

Background Color

.myBgColor { background-color: #330021; }

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

This div background color is #330021.

Border color

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

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

This div border color is #330021.

Opacity

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

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

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

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

This text has shadow with #330021 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #330021.

Preview

Color preview on black background

This text has color #330021 on black background.


Color preview on white background

This text has color #330021 on white background.


Black color preview on #330021 background

This text has black color on #330021 background.


White color preview on #330021 background

This text has white color on #330021 background.


Related colors

Complementary color

Complementary color for #hex is #CCFFDE.


I love getcolorcode.com

Triadic colors

1 #213300 and #002133 with #330021 are triadic colors.

2 #210033 and #003321 with #330021 are triadic colors.