COLOR #330029

HEX: #330029 RGB: (51,0,41)

Color info

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

RGB color model

#330029 color RGB value is (51,0,41).

RGB: (51,0,41) (20%, 0%, 16%)

RGB channels and saturation

R 51 of 255 = 20%
G 0 of 255 = 0%
B 41 of 255 = 16%

51
0
41

R + G + B ~ 12%. #330029 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 0 + 41 = 92 (100%)
R 51 of 92 ~ 55.43%
G 0 of 92 ~ 0%
B 41 of 92 ~ 44.57'%

%55.43
%44.57

CMYK color model

#330029 color CMYK value is (0,100,20,80).

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

CMYK: (0,100,20,80)
C0M100Y20K80 (0%, 100%, 20%, 80%)
(0.00 / 1.00 / 0.20 / 0.80)

CMYK percentages

%0
%100
%19.61
%80

Codes

Color #330029 in popluar color models

33 00 29
RGB 51 0 41
HSL 312° 100.00% 10.00%
HSB/HSV 312° 100.00% 20.00%
CMYK 0.00% 100.00% 19.61%
80.00%

Color #330029 in popluar number systems.

HEX 33 00 29
Decimal 51 0 41
Binary 110011 0 101001
Octal 63 0 51

Shades and tints

Shades of #330029

#330029
(51,0,41)
#2F0026
(47,0,38)
#2B0023
(43,0,35)
#270020
(39,0,32)
#23001D
(35,0,29)
#1F001A
(31,0,26)
#1B0017
(27,0,23)
#170014
(23,0,20)
#130011
(19,0,17)
#0F000E
(15,0,14)
#0B000B
(11,0,11)
#000000
(0,0,0)

Tints of #330029

#330029
(51,0,41)
#45173C
(69,23,60)
#572E4F
(87,46,79)
#694562
(105,69,98)
#7B5C75
(123,92,117)
#8D7388
(141,115,136)
#9F8A9B
(159,138,155)
#B1A1AE
(177,161,174)
#C3B8C1
(195,184,193)
#D5CFD4
(213,207,212)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330029; }

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

This text font color is #330029.

Background Color

.myBgColor { background-color: #330029; }

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

This div background color is #330029.

Border color

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

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

This div border color is #330029.

Opacity

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

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

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

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

This text has shadow with #330029 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #330029.

Preview

Color preview on black background

This text has color #330029 on black background.


Color preview on white background

This text has color #330029 on white background.


Black color preview on #330029 background

This text has black color on #330029 background.


White color preview on #330029 background

This text has white color on #330029 background.


Related colors

Complementary color

Complementary color for #hex is #CCFFD6.


I love getcolorcode.com

Triadic colors

1 #293300 and #002933 with #330029 are triadic colors.

2 #290033 and #003329 with #330029 are triadic colors.