COLOR #330114

HEX: #330114
RGB: (51,1,20)

Color info

#330114 contains red, green and blue colors in about the same proportion. Web safe color of #330114 is #330000 (or #300).

RGB color model

#330114 color RGB value is (51,1,20).

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

RGB channels and saturation

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

51
1
20

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

Portions of RGB colors in percentages

R + G + B =
51 + 1 + 20 = 72 (100%)
R 51 of 72 ~ 70.83%
G 1 of 72 ~ 1.39%
B 20 of 72 ~ 27.78%

%70.83
%27.78

CMYK color model

#330114 color CMYK value is (0,98,61,80).

  • cyan value is 0.00%
  • magenta value is 98.04%
  • yellow value is 60.78%
  • key color value is 80.00%
CMYK:
(0,98,61,80)
C0M98Y61K80 
(0%,98%,61%,80%)
(0.00/0.98/0.61/0.80)	

CMYK percentages

%0
%98.04
%60.78
%80

Codes

Color #330114 in popluar color models

330114
RGB51120
HSL337°96.15%10.20%
HSB/HSV337°98.04%20.00%
CMYK0.00%98.04%60.78%
80.00%

Color #330114 in popluar number systems.

HEX330114
Decimal51120
Binary110011110100
Octal63124

Shades and tints

Shades of #330114

#330114
(51,1,20)
#2F0113
(47,1,19)
#2B0112
(43,1,18)
#270111
(39,1,17)
#230110
(35,1,16)
#1F010F
(31,1,15)
#1B010E
(27,1,14)
#17010D
(23,1,13)
#13010C
(19,1,12)
#0F010B
(15,1,11)
#0B010A
(11,1,10)
#000000
(0,0,0)

Tints of #330114

#330114
(51,1,20)
#451829
(69,24,41)
#572F3E
(87,47,62)
#694653
(105,70,83)
#7B5D68
(123,93,104)
#8D747D
(141,116,125)
#9F8B92
(159,139,146)
#B1A2A7
(177,162,167)
#C3B9BC
(195,185,188)
#D5D0D1
(213,208,209)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330114; }

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

This text font color is #330114.


Background Color

.myBgColor { background-color: #330114; }

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

This div background color is #330114.


Border color

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

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

This div border color is #330114.


Opacity

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

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

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

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

This text has shadow with #330114 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330114 on black background.


Color preview on white background

This text has color #330114 on white background.



Black color preview on #330114 background

This text has black color on #330114 background.


White color preview on #330114 background

This text has white color on #330114 background.