COLOR #330A50

HEX: #330A50 RGB: (51,10,80)

Color info

#330A50 contains mainly red and blue colors. Web safe color of #330A50 is #330066 (or #306).

RGB color model

#330A50 color RGB value is (51,10,80).

RGB: (51,10,80) (20%, 4%, 31%)

RGB channels and saturation

R 51 of 255 = 20%
G 10 of 255 = 4%
B 80 of 255 = 31%

51
10
80

R + G + B ~ 18%. #330A50 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 10 + 80 = 141 (100%)
R 51 of 141 ~ 36.17%
G 10 of 141 ~ 7.09%
B 80 of 141 ~ 56.74'%

%36.17
%56.74

CMYK color model

#330A50 color CMYK value is (36,88,0,69).

  • cyan value is 36.25%
  • magenta value is 87.50%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (36,88,0,69)
C36M88Y0K69 (36%, 88%, 0%, 69%)
(0.36 / 0.88 / 0.00 / 0.69)

CMYK percentages

%36.25
%87.5
%0
%68.63

Codes

Color #330A50 in popluar color models

33 0A 50
RGB 51 10 80
HSL 275° 77.78% 17.65%
HSB/HSV 275° 87.50% 31.37%
CMYK 36.25% 87.50% 0.00%
68.63%

Color #330A50 in popluar number systems.

HEX 33 0A 50
Decimal 51 10 80
Binary 110011 1010 1010000
Octal 63 12 120

Shades and tints

Shades of #330A50

#330A50
(51,10,80)
#2F0A49
(47,10,73)
#2B0A42
(43,10,66)
#270A3B
(39,10,59)
#230A34
(35,10,52)
#1F0A2D
(31,10,45)
#1B0A26
(27,10,38)
#170A1F
(23,10,31)
#130A18
(19,10,24)
#0F0A11
(15,10,17)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #330A50

#330A50
(51,10,80)
#45205F
(69,32,95)
#57366E
(87,54,110)
#694C7D
(105,76,125)
#7B628C
(123,98,140)
#8D789B
(141,120,155)
#9F8EAA
(159,142,170)
#B1A4B9
(177,164,185)
#C3BAC8
(195,186,200)
#D5D0D7
(213,208,215)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330A50; }

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

This text font color is #330A50.

Background Color

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

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

This div background color is #330A50.

Border color

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

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

This div border color is #330A50.

Opacity

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

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

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

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

This text has shadow with #330A50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #330A50.

Preview

Color preview on black background

This text has color #330A50 on black background.


Color preview on white background

This text has color #330A50 on white background.


Black color preview on #330A50 background

This text has black color on #330A50 background.


White color preview on #330A50 background

This text has white color on #330A50 background.


Related colors

Complementary color

Complementary color for #hex is #CCF5AF.


I love getcolorcode.com

Triadic colors

1 #50330A and #0A5033 with #330A50 are triadic colors.

2 #500A33 and #0A3350 with #330A50 are triadic colors.