COLOR #330F49

HEX: #330F49
RGB: (51,15,73)

Color info

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

RGB color model

#330F49 color RGB value is (51,15,73).

  • red value is 51;
  • green value is 15;
  • blue value is 73.
RGB:
(51,15,73)
(20%,6%,29%)

RGB channels and saturation

R 51 of 255 = 20%
G 15 of 255 = 6%
B 73 of 255 = 29%

51
15
73

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

Portions of RGB colors in percentages

R + G + B =
51 + 15 + 73 = 139 (100%)
R 51 of 139 ~ 36.69%
G 15 of 139 ~ 10.79%
B 73 of 139 ~ 52.52%

%36.69
%10.79
%52.52

CMYK color model

#330F49 color CMYK value is (30,79,0,71).

  • cyan value is 30.14%
  • magenta value is 79.45%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(30,79,0,71)
C30M79Y0K71 
(30%,79%,0%,71%)
(0.30/0.79/0.00/0.71)	

CMYK percentages

%30.14
%79.45
%0
%71.37

Codes

Color #330F49 in popluar color models

330F49
RGB511573
HSL277°65.91%17.25%
HSB/HSV277°79.45%28.63%
CMYK30.14%79.45%0.00%
71.37%

Color #330F49 in popluar number systems.

HEX330F49
Decimal511573
Binary11001111111001001
Octal6317111

Shades and tints

Shades of #330F49

#330F49
(51,15,73)
#2F0E43
(47,14,67)
#2B0D3D
(43,13,61)
#270C37
(39,12,55)
#230B31
(35,11,49)
#1F0A2B
(31,10,43)
#1B0925
(27,9,37)
#17081F
(23,8,31)
#130719
(19,7,25)
#0F0613
(15,6,19)
#0B050D
(11,5,13)
#000000
(0,0,0)

Tints of #330F49

#330F49
(51,15,73)
#452459
(69,36,89)
#573969
(87,57,105)
#694E79
(105,78,121)
#7B6389
(123,99,137)
#8D7899
(141,120,153)
#9F8DA9
(159,141,169)
#B1A2B9
(177,162,185)
#C3B7C9
(195,183,201)
#D5CCD9
(213,204,217)
#E7E1E9
(231,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330F49; }

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

This text font color is #330F49.


Background Color

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

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

This div background color is #330F49.


Border color

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

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

This div border color is #330F49.


Opacity

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

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

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

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

This text has shadow with #330F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330F49 on black background.


Color preview on white background

This text has color #330F49 on white background.



Black color preview on #330F49 background

This text has black color on #330F49 background.


White color preview on #330F49 background

This text has white color on #330F49 background.