COLOR #330000

HEX: #330000 RGB: (51,0,0)

Color info

#330000 contains only red color. #330000 color is web safe color. It maybe written shortly as #300.

RGB color model

#330000 color RGB value is (51,0,0).

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

RGB channels and saturation

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

51
0
0

R + G + B ~ 7%. #330000 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 0 + 0 = 51 (100%)
R 51 of 51 ~ 100%
G 0 of 51 ~ 0%
B 0 of 51 ~ 0'%

%100

CMYK color model

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

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

CMYK: (0,100,100,80)
C0M100Y100K80 (0%, 100%, 100%, 80%)
(0.00 / 1.00 / 1.00 / 0.80)

CMYK percentages

%0
%100
%100
%80

Codes

Color #330000 in popluar color models

33 00 00
RGB 51 0 0
HSL 100.00% 10.00%
HSB/HSV 100.00% 20.00%
CMYK 0.00% 100.00% 100.00%
80.00%

Color #330000 in popluar number systems.

HEX 33 00 00
Decimal 51 0 0
Binary 110011 0 0
Octal 63 0 0

Shades and tints

Shades of #330000

#330000
(51,0,0)
#2F0000
(47,0,0)
#2B0000
(43,0,0)
#270000
(39,0,0)
#230000
(35,0,0)
#1F0000
(31,0,0)
#1B0000
(27,0,0)
#170000
(23,0,0)
#130000
(19,0,0)
#0F0000
(15,0,0)
#0B0000
(11,0,0)
#000000
(0,0,0)

Tints of #330000

#330000
(51,0,0)
#451717
(69,23,23)
#572E2E
(87,46,46)
#694545
(105,69,69)
#7B5C5C
(123,92,92)
#8D7373
(141,115,115)
#9F8A8A
(159,138,138)
#B1A1A1
(177,161,161)
#C3B8B8
(195,184,184)
#D5CFCF
(213,207,207)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330000; }

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

This text font color is #330000.

Background Color

.myBgColor { background-color: #330000; }

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

This div background color is #330000.

Border color

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

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

This div border color is #330000.

Opacity

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

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

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

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

This text has shadow with #330000 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #330000.

Preview

Color preview on black background

This text has color #330000 on black background.


Color preview on white background

This text has color #330000 on white background.


Black color preview on #330000 background

This text has black color on #330000 background.


White color preview on #330000 background

This text has white color on #330000 background.


Related colors

Complementary color

Complementary color for #hex is #CCFFFF.


I love getcolorcode.com