COLOR #330D33

HEX: #330D33
RGB: (51,13,51)

Color info

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

RGB color model

#330D33 color RGB value is (51,13,51).

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

RGB channels and saturation

R 51 of 255 = 20%
G 13 of 255 = 5%
B 51 of 255 = 20%

51
13
51

R + G + B ~ 15%. #330D33 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 13 + 51 = 115 (100%)
R 51 of 115 ~ 44.35%
G 13 of 115 ~ 11.3%
B 51 of 115 ~ 44.35%

%44.35
%11.3
%44.35

CMYK color model

#330D33 color CMYK value is (0,75,0,80).

  • cyan value is 0.00%
  • magenta value is 74.51%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(0,75,0,80)
C0M75Y0K80 
(0%,75%,0%,80%)
(0.00/0.75/0.00/0.80)	

CMYK percentages

%0
%74.51
%0
%80

Codes

Color #330D33 in popluar color models

330D33
RGB511351
HSL300°59.38%12.55%
HSB/HSV300°74.51%20.00%
CMYK0.00%74.51%0.00%
80.00%

Color #330D33 in popluar number systems.

HEX330D33
Decimal511351
Binary1100111101110011
Octal631563

Shades and tints

Shades of #330D33

#330D33
(51,13,51)
#2F0C2F
(47,12,47)
#2B0B2B
(43,11,43)
#270A27
(39,10,39)
#230923
(35,9,35)
#1F081F
(31,8,31)
#1B071B
(27,7,27)
#170617
(23,6,23)
#130513
(19,5,19)
#0F040F
(15,4,15)
#0B030B
(11,3,11)
#000000
(0,0,0)

Tints of #330D33

#330D33
(51,13,51)
#452345
(69,35,69)
#573957
(87,57,87)
#694F69
(105,79,105)
#7B657B
(123,101,123)
#8D7B8D
(141,123,141)
#9F919F
(159,145,159)
#B1A7B1
(177,167,177)
#C3BDC3
(195,189,195)
#D5D3D5
(213,211,213)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330D33 color. Also use rgb(51,13,51) instead hex code.

Text Font Color

.myTextColor { color: #330D33; }

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

This text font color is #330D33.


Background Color

.myBgColor { background-color: #330D33; }

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

This div background color is #330D33.


Border color

.myBorderColor { border: 1px solid #330D33; }

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

This div border color is #330D33.


Opacity

.myOpacity80 { color: #330D33; opacity: 0.8; }

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

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

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

This text has shadow with #330D33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330D33 on black background.


Color preview on white background

This text has color #330D33 on white background.



Black color preview on #330D33 background

This text has black color on #330D33 background.


White color preview on #330D33 background

This text has white color on #330D33 background.