COLOR #330020

HEX: #330020 RGB: (51,0,32)

Color info

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

RGB color model

#330020 color RGB value is (51,0,32).

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

RGB channels and saturation

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

51
0
32

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

Portions of RGB colors in percentages

R + G + B = 51 + 0 + 32 = 83 (100%)
R 51 of 83 ~ 61.45%
G 0 of 83 ~ 0%
B 32 of 83 ~ 38.55'%

%61.45
%38.55

CMYK color model

#330020 color CMYK value is (0,100,37,80).

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

CMYK: (0,100,37,80)
C0M100Y37K80 (0%, 100%, 37%, 80%)
(0.00 / 1.00 / 0.37 / 0.80)

CMYK percentages

%0
%100
%37.25
%80

Codes

Color #330020 in popluar color models

33 00 20
RGB 51 0 32
HSL 322° 100.00% 10.00%
HSB/HSV 322° 100.00% 20.00%
CMYK 0.00% 100.00% 37.25%
80.00%

Color #330020 in popluar number systems.

HEX 33 00 20
Decimal 51 0 32
Binary 110011 0 100000
Octal 63 0 40

Shades and tints

Shades of #330020

#330020
(51,0,32)
#2F001E
(47,0,30)
#2B001C
(43,0,28)
#27001A
(39,0,26)
#230018
(35,0,24)
#1F0016
(31,0,22)
#1B0014
(27,0,20)
#170012
(23,0,18)
#130010
(19,0,16)
#0F000E
(15,0,14)
#0B000C
(11,0,12)
#000000
(0,0,0)

Tints of #330020

#330020
(51,0,32)
#451734
(69,23,52)
#572E48
(87,46,72)
#69455C
(105,69,92)
#7B5C70
(123,92,112)
#8D7384
(141,115,132)
#9F8A98
(159,138,152)
#B1A1AC
(177,161,172)
#C3B8C0
(195,184,192)
#D5CFD4
(213,207,212)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330020; }

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

This text font color is #330020.

Background Color

.myBgColor { background-color: #330020; }

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

This div background color is #330020.

Border color

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

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

This div border color is #330020.

Opacity

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

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

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

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

This text has shadow with #330020 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #330020.

Preview

Color preview on black background

This text has color #330020 on black background.


Color preview on white background

This text has color #330020 on white background.


Black color preview on #330020 background

This text has black color on #330020 background.


White color preview on #330020 background

This text has white color on #330020 background.


Related colors

Complementary color

Complementary color for #hex is #CCFFDF.


I love getcolorcode.com

Triadic colors

1 #203300 and #002033 with #330020 are triadic colors.

2 #200033 and #003320 with #330020 are triadic colors.