COLOR #330017

HEX: #330017
RGB: (51,0,23)

Color info

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

RGB color model

#330017 color RGB value is (51,0,23).

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

RGB channels and saturation

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

51
0
23

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

Portions of RGB colors in percentages

R + G + B =
51 + 0 + 23 = 74 (100%)
R 51 of 74 ~ 68.92%
G 0 of 74 ~ 0%
B 23 of 74 ~ 31.08%

%68.92
%31.08

CMYK color model

#330017 color CMYK value is (0,100,55,80).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 54.90%
  • key color value is 80.00%
CMYK:
(0,100,55,80)
C0M100Y55K80 
(0%,100%,55%,80%)
(0.00/1.00/0.55/0.80)	

CMYK percentages

%0
%100
%54.9
%80

Codes

Color #330017 in popluar color models

330017
RGB51023
HSL333°100.00%10.00%
HSB/HSV333°100.00%20.00%
CMYK0.00%100.00%54.90%
80.00%

Color #330017 in popluar number systems.

HEX330017
Decimal51023
Binary110011010111
Octal63027

Shades and tints

Shades of #330017

#330017
(51,0,23)
#2F0015
(47,0,21)
#2B0013
(43,0,19)
#270011
(39,0,17)
#23000F
(35,0,15)
#1F000D
(31,0,13)
#1B000B
(27,0,11)
#170009
(23,0,9)
#130007
(19,0,7)
#0F0005
(15,0,5)
#0B0003
(11,0,3)
#000000
(0,0,0)

Tints of #330017

#330017
(51,0,23)
#45172C
(69,23,44)
#572E41
(87,46,65)
#694556
(105,69,86)
#7B5C6B
(123,92,107)
#8D7380
(141,115,128)
#9F8A95
(159,138,149)
#B1A1AA
(177,161,170)
#C3B8BF
(195,184,191)
#D5CFD4
(213,207,212)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330017; }

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

This text font color is #330017.


Background Color

.myBgColor { background-color: #330017; }

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

This div background color is #330017.


Border color

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

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

This div border color is #330017.


Opacity

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

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

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

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

This text has shadow with #330017 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330017 on black background.


Color preview on white background

This text has color #330017 on white background.



Black color preview on #330017 background

This text has black color on #330017 background.


White color preview on #330017 background

This text has white color on #330017 background.