COLOR #330016

HEX: #330016
RGB: (51,0,22)

Color info

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

RGB color model

#330016 color RGB value is (51,0,22).

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

RGB channels and saturation

R 51 of 255 = 20%
G 0 of 255 = 0%
B 22 of 255 = 9%

51
0
22

R + G + B ~ 10%. #330016 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 0 + 22 = 73 (100%)
R 51 of 73 ~ 69.86%
G 0 of 73 ~ 0%
B 22 of 73 ~ 30.14%

%69.86
%30.14

CMYK color model

#330016 color CMYK value is (0,100,57,80).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 56.86%
  • key color value is 80.00%
CMYK:
(0,100,57,80)
C0M100Y57K80 
(0%,100%,57%,80%)
(0.00/1.00/0.57/0.80)	

CMYK percentages

%0
%100
%56.86
%80

Codes

Color #330016 in popluar color models

330016
RGB51022
HSL334°100.00%10.00%
HSB/HSV334°100.00%20.00%
CMYK0.00%100.00%56.86%
80.00%

Color #330016 in popluar number systems.

HEX330016
Decimal51022
Binary110011010110
Octal63026

Shades and tints

Shades of #330016

#330016
(51,0,22)
#2F0014
(47,0,20)
#2B0012
(43,0,18)
#270010
(39,0,16)
#23000E
(35,0,14)
#1F000C
(31,0,12)
#1B000A
(27,0,10)
#170008
(23,0,8)
#130006
(19,0,6)
#0F0004
(15,0,4)
#0B0002
(11,0,2)
#000000
(0,0,0)

Tints of #330016

#330016
(51,0,22)
#45172B
(69,23,43)
#572E40
(87,46,64)
#694555
(105,69,85)
#7B5C6A
(123,92,106)
#8D737F
(141,115,127)
#9F8A94
(159,138,148)
#B1A1A9
(177,161,169)
#C3B8BE
(195,184,190)
#D5CFD3
(213,207,211)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330016; }

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

This text font color is #330016.


Background Color

.myBgColor { background-color: #330016; }

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

This div background color is #330016.


Border color

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

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

This div border color is #330016.


Opacity

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

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

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

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

This text has shadow with #330016 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330016 on black background.


Color preview on white background

This text has color #330016 on white background.



Black color preview on #330016 background

This text has black color on #330016 background.


White color preview on #330016 background

This text has white color on #330016 background.