COLOR #33001E

HEX: #33001E
RGB: (51,0,30)

Color info

#33001E contains only red and blue colors. Web safe color of #33001E is #330033 (or #303).

RGB color model

#33001E color RGB value is (51,0,30).

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

RGB channels and saturation

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

51
0
30

R + G + B ~ 11%. #33001E is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 0 + 30 = 81 (100%)
R 51 of 81 ~ 62.96%
G 0 of 81 ~ 0%
B 30 of 81 ~ 37.04%

%62.96
%37.04

CMYK color model

#33001E color CMYK value is (0,100,41,80).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 41.18%
  • key color value is 80.00%
CMYK:
(0,100,41,80)
C0M100Y41K80 
(0%,100%,41%,80%)
(0.00/1.00/0.41/0.80)	

CMYK percentages

%0
%100
%41.18
%80

Codes

Color #33001E in popluar color models

33001E
RGB51030
HSL325°100.00%10.00%
HSB/HSV325°100.00%20.00%
CMYK0.00%100.00%41.18%
80.00%

Color #33001E in popluar number systems.

HEX33001E
Decimal51030
Binary110011011110
Octal63036

Shades and tints

Shades of #33001E

#33001E
(51,0,30)
#2F001C
(47,0,28)
#2B001A
(43,0,26)
#270018
(39,0,24)
#230016
(35,0,22)
#1F0014
(31,0,20)
#1B0012
(27,0,18)
#170010
(23,0,16)
#13000E
(19,0,14)
#0F000C
(15,0,12)
#0B000A
(11,0,10)
#000000
(0,0,0)

Tints of #33001E

#33001E
(51,0,30)
#451732
(69,23,50)
#572E46
(87,46,70)
#69455A
(105,69,90)
#7B5C6E
(123,92,110)
#8D7382
(141,115,130)
#9F8A96
(159,138,150)
#B1A1AA
(177,161,170)
#C3B8BE
(195,184,190)
#D5CFD2
(213,207,210)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33001E; }

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

This text font color is #33001E.


Background Color

.myBgColor { background-color: #33001E; }

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

This div background color is #33001E.


Border color

.myBorderColor { border: 1px solid #33001E; }

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

This div border color is #33001E.


Opacity

.myOpacity80 { color: #33001E; opacity: 0.8; }

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

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

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

This text has shadow with #33001E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33001E on black background.


Color preview on white background

This text has color #33001E on white background.



Black color preview on #33001E background

This text has black color on #33001E background.


White color preview on #33001E background

This text has white color on #33001E background.