COLOR #330F33

HEX: #330F33
RGB: (51,15,51)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

51
15
51

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

Portions of RGB colors in percentages

R + G + B =
51 + 15 + 51 = 117 (100%)
R 51 of 117 ~ 43.59%
G 15 of 117 ~ 12.82%
B 51 of 117 ~ 43.59%

%43.59
%12.82
%43.59

CMYK color model

#330F33 color CMYK value is (0,71,0,80).

  • cyan value is 0.00%
  • magenta value is 70.59%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(0,71,0,80)
C0M71Y0K80 
(0%,71%,0%,80%)
(0.00/0.71/0.00/0.80)	

CMYK percentages

%0
%70.59
%0
%80

Codes

Color #330F33 in popluar color models

330F33
RGB511551
HSL300°54.55%12.94%
HSB/HSV300°70.59%20.00%
CMYK0.00%70.59%0.00%
80.00%

Color #330F33 in popluar number systems.

HEX330F33
Decimal511551
Binary1100111111110011
Octal631763

Shades and tints

Shades of #330F33

#330F33
(51,15,51)
#2F0E2F
(47,14,47)
#2B0D2B
(43,13,43)
#270C27
(39,12,39)
#230B23
(35,11,35)
#1F0A1F
(31,10,31)
#1B091B
(27,9,27)
#170817
(23,8,23)
#130713
(19,7,19)
#0F060F
(15,6,15)
#0B050B
(11,5,11)
#000000
(0,0,0)

Tints of #330F33

#330F33
(51,15,51)
#452445
(69,36,69)
#573957
(87,57,87)
#694E69
(105,78,105)
#7B637B
(123,99,123)
#8D788D
(141,120,141)
#9F8D9F
(159,141,159)
#B1A2B1
(177,162,177)
#C3B7C3
(195,183,195)
#D5CCD5
(213,204,213)
#E7E1E7
(231,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330F33; }

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

This text font color is #330F33.


Background Color

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

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

This div background color is #330F33.


Border color

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

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

This div border color is #330F33.


Opacity

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

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

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

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

This text has shadow with #330F33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330F33 on black background.


Color preview on white background

This text has color #330F33 on white background.



Black color preview on #330F33 background

This text has black color on #330F33 background.


White color preview on #330F33 background

This text has white color on #330F33 background.