COLOR #330A39

HEX: #330A39
RGB: (51,10,57)

Color info

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

RGB color model

#330A39 color RGB value is (51,10,57).

  • red value is 51;
  • green value is 10;
  • blue value is 57.
RGB:
(51,10,57)
(20%,4%,22%)

RGB channels and saturation

R 51 of 255 = 20%
G 10 of 255 = 4%
B 57 of 255 = 22%

51
10
57

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

Portions of RGB colors in percentages

R + G + B =
51 + 10 + 57 = 118 (100%)
R 51 of 118 ~ 43.22%
G 10 of 118 ~ 8.47%
B 57 of 118 ~ 48.31%

%43.22
%48.31

CMYK color model

#330A39 color CMYK value is (11,82,0,78).

  • cyan value is 10.53%
  • magenta value is 82.46%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(11,82,0,78)
C11M82Y0K78 
(11%,82%,0%,78%)
(0.11/0.82/0.00/0.78)	

CMYK percentages

%10.53
%82.46
%0
%77.65

Codes

Color #330A39 in popluar color models

330A39
RGB511057
HSL292°70.15%13.14%
HSB/HSV292°82.46%22.35%
CMYK10.53%82.46%0.00%
77.65%

Color #330A39 in popluar number systems.

HEX330A39
Decimal511057
Binary1100111010111001
Octal631271

Shades and tints

Shades of #330A39

#330A39
(51,10,57)
#2F0A34
(47,10,52)
#2B0A2F
(43,10,47)
#270A2A
(39,10,42)
#230A25
(35,10,37)
#1F0A20
(31,10,32)
#1B0A1B
(27,10,27)
#170A16
(23,10,22)
#130A11
(19,10,17)
#0F0A0C
(15,10,12)
#0B0A07
(11,10,7)
#000000
(0,0,0)

Tints of #330A39

#330A39
(51,10,57)
#45204B
(69,32,75)
#57365D
(87,54,93)
#694C6F
(105,76,111)
#7B6281
(123,98,129)
#8D7893
(141,120,147)
#9F8EA5
(159,142,165)
#B1A4B7
(177,164,183)
#C3BAC9
(195,186,201)
#D5D0DB
(213,208,219)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330A39; }

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

This text font color is #330A39.


Background Color

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

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

This div background color is #330A39.


Border color

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

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

This div border color is #330A39.


Opacity

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

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

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

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

This text has shadow with #330A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330A39 on black background.


Color preview on white background

This text has color #330A39 on white background.



Black color preview on #330A39 background

This text has black color on #330A39 background.


White color preview on #330A39 background

This text has white color on #330A39 background.