COLOR #330012

HEX: #330012
RGB: (51,0,18)

Color info

#330012 contains only red and blue colors. Web safe color of #330012 is #330000 (or #300).

RGB color model

#330012 color RGB value is (51,0,18).

  • red value is 51;
  • green value is 0;
  • blue value is 18.
RGB:
(51,0,18)
(20%,0%,7%)

RGB channels and saturation

R 51 of 255 = 20%
G 0 of 255 = 0%
B 18 of 255 = 7%

51
0
18

R + G + B ~ 9%. #330012 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 0 + 18 = 69 (100%)
R 51 of 69 ~ 73.91%
G 0 of 69 ~ 0%
B 18 of 69 ~ 26.09%

%73.91
%26.09

CMYK color model

#330012 color CMYK value is (0,100,65,80).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 64.71%
  • key color value is 80.00%
CMYK:
(0,100,65,80)
C0M100Y65K80 
(0%,100%,65%,80%)
(0.00/1.00/0.65/0.80)	

CMYK percentages

%0
%100
%64.71
%80

Codes

Color #330012 in popluar color models

330012
RGB51018
HSL339°100.00%10.00%
HSB/HSV339°100.00%20.00%
CMYK0.00%100.00%64.71%
80.00%

Color #330012 in popluar number systems.

HEX330012
Decimal51018
Binary110011010010
Octal63022

Shades and tints

Shades of #330012

#330012
(51,0,18)
#2F0011
(47,0,17)
#2B0010
(43,0,16)
#27000F
(39,0,15)
#23000E
(35,0,14)
#1F000D
(31,0,13)
#1B000C
(27,0,12)
#17000B
(23,0,11)
#13000A
(19,0,10)
#0F0009
(15,0,9)
#0B0008
(11,0,8)
#000000
(0,0,0)

Tints of #330012

#330012
(51,0,18)
#451727
(69,23,39)
#572E3C
(87,46,60)
#694551
(105,69,81)
#7B5C66
(123,92,102)
#8D737B
(141,115,123)
#9F8A90
(159,138,144)
#B1A1A5
(177,161,165)
#C3B8BA
(195,184,186)
#D5CFCF
(213,207,207)
#E7E6E4
(231,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330012 color. Also use rgb(51,0,18) instead hex code.

Text Font Color

.myTextColor { color: #330012; }

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

This text font color is #330012.


Background Color

.myBgColor { background-color: #330012; }

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

This div background color is #330012.


Border color

.myBorderColor { border: 1px solid #330012; }

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

This div border color is #330012.


Opacity

.myOpacity80 { color: #330012; opacity: 0.8; }

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

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

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

This text has shadow with #330012 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330012 on black background.


Color preview on white background

This text has color #330012 on white background.



Black color preview on #330012 background

This text has black color on #330012 background.


White color preview on #330012 background

This text has white color on #330012 background.