COLOR #330010

HEX: #330010 RGB: (51,0,16)

Color info

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

RGB color model

#330010 color RGB value is (51,0,16).

RGB: (51,0,16) (20%, 0%, 6%)

RGB channels and saturation

R 51 of 255 = 20%
G 0 of 255 = 0%
B 16 of 255 = 6%

51
0
16

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

Portions of RGB colors in percentages

R + G + B = 51 + 0 + 16 = 67 (100%)
R 51 of 67 ~ 76.12%
G 0 of 67 ~ 0%
B 16 of 67 ~ 23.88'%

%76.12
%23.88

CMYK color model

#330010 color CMYK value is (0,100,69,80).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 68.63%
  • key color value is 80.00%

CMYK: (0,100,69,80)
C0M100Y69K80 (0%, 100%, 69%, 80%)
(0.00 / 1.00 / 0.69 / 0.80)

CMYK percentages

%0
%100
%68.63
%80

Codes

Color #330010 in popluar color models

33 00 10
RGB 51 0 16
HSL 341° 100.00% 10.00%
HSB/HSV 341° 100.00% 20.00%
CMYK 0.00% 100.00% 68.63%
80.00%

Color #330010 in popluar number systems.

HEX 33 00 10
Decimal 51 0 16
Binary 110011 0 10000
Octal 63 0 20

Shades and tints

Shades of #330010

#330010
(51,0,16)
#2F000F
(47,0,15)
#2B000E
(43,0,14)
#27000D
(39,0,13)
#23000C
(35,0,12)
#1F000B
(31,0,11)
#1B000A
(27,0,10)
#170009
(23,0,9)
#130008
(19,0,8)
#0F0007
(15,0,7)
#0B0006
(11,0,6)
#000000
(0,0,0)

Tints of #330010

#330010
(51,0,16)
#451725
(69,23,37)
#572E3A
(87,46,58)
#69454F
(105,69,79)
#7B5C64
(123,92,100)
#8D7379
(141,115,121)
#9F8A8E
(159,138,142)
#B1A1A3
(177,161,163)
#C3B8B8
(195,184,184)
#D5CFCD
(213,207,205)
#E7E6E2
(231,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330010; }

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

This text font color is #330010.

Background Color

.myBgColor { background-color: #330010; }

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

This div background color is #330010.

Border color

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

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

This div border color is #330010.

Opacity

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

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

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

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

This text has shadow with #330010 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #330010.

Preview

Color preview on black background

This text has color #330010 on black background.


Color preview on white background

This text has color #330010 on white background.


Black color preview on #330010 background

This text has black color on #330010 background.


White color preview on #330010 background

This text has white color on #330010 background.


Related colors

Complementary color

Complementary color for #hex is #CCFFEF.


I love getcolorcode.com

Triadic colors

1 #103300 and #001033 with #330010 are triadic colors.

2 #100033 and #003310 with #330010 are triadic colors.