COLOR #330B40

HEX: #330B40
RGB: (51,11,64)

Color info

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

RGB color model

#330B40 color RGB value is (51,11,64).

  • red value is 51;
  • green value is 11;
  • blue value is 64.
RGB:
(51,11,64)
(20%,4%,25%)

RGB channels and saturation

R 51 of 255 = 20%
G 11 of 255 = 4%
B 64 of 255 = 25%

51
11
64

R + G + B ~ 16%. #330B40 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 11 + 64 = 126 (100%)
R 51 of 126 ~ 40.48%
G 11 of 126 ~ 8.73%
B 64 of 126 ~ 50.79%

%40.48
%50.79

CMYK color model

#330B40 color CMYK value is (20,83,0,75).

  • cyan value is 20.31%
  • magenta value is 82.81%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(20,83,0,75)
C20M83Y0K75 
(20%,83%,0%,75%)
(0.20/0.83/0.00/0.75)	

CMYK percentages

%20.31
%82.81
%0
%74.9

Codes

Color #330B40 in popluar color models

330B40
RGB511164
HSL285°70.67%14.71%
HSB/HSV285°82.81%25.10%
CMYK20.31%82.81%0.00%
74.90%

Color #330B40 in popluar number systems.

HEX330B40
Decimal511164
Binary11001110111000000
Octal6313100

Shades and tints

Shades of #330B40

#330B40
(51,11,64)
#2F0A3B
(47,10,59)
#2B0936
(43,9,54)
#270831
(39,8,49)
#23072C
(35,7,44)
#1F0627
(31,6,39)
#1B0522
(27,5,34)
#17041D
(23,4,29)
#130318
(19,3,24)
#0F0213
(15,2,19)
#0B010E
(11,1,14)
#000000
(0,0,0)

Tints of #330B40

#330B40
(51,11,64)
#452151
(69,33,81)
#573762
(87,55,98)
#694D73
(105,77,115)
#7B6384
(123,99,132)
#8D7995
(141,121,149)
#9F8FA6
(159,143,166)
#B1A5B7
(177,165,183)
#C3BBC8
(195,187,200)
#D5D1D9
(213,209,217)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330B40; }

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

This text font color is #330B40.


Background Color

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

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

This div background color is #330B40.


Border color

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

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

This div border color is #330B40.


Opacity

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

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

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

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

This text has shadow with #330B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330B40 on black background.


Color preview on white background

This text has color #330B40 on white background.



Black color preview on #330B40 background

This text has black color on #330B40 background.


White color preview on #330B40 background

This text has white color on #330B40 background.