COLOR #330A1D

HEX: #330A1D
RGB: (51,10,29)

Color info

#330A1D contains red, green and blue colors in about the same proportion. Web safe color of #330A1D is #330033 (or #303).

RGB color model

#330A1D color RGB value is (51,10,29).

  • red value is 51;
  • green value is 10;
  • blue value is 29.
RGB:
(51,10,29)
(20%,4%,11%)

RGB channels and saturation

R 51 of 255 = 20%
G 10 of 255 = 4%
B 29 of 255 = 11%

51
10
29

R + G + B ~ 12%. #330A1D is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 10 + 29 = 90 (100%)
R 51 of 90 ~ 56.67%
G 10 of 90 ~ 11.11%
B 29 of 90 ~ 32.22%

%56.67
%11.11
%32.22

CMYK color model

#330A1D color CMYK value is (0,80,43,80).

  • cyan value is 0.00%
  • magenta value is 80.39%
  • yellow value is 43.14%
  • key color value is 80.00%
CMYK:
(0,80,43,80)
C0M80Y43K80 
(0%,80%,43%,80%)
(0.00/0.80/0.43/0.80)	

CMYK percentages

%0
%80.39
%43.14
%80

Codes

Color #330A1D in popluar color models

330A1D
RGB511029
HSL332°67.21%11.96%
HSB/HSV332°80.39%20.00%
CMYK0.00%80.39%43.14%
80.00%

Color #330A1D in popluar number systems.

HEX330A1D
Decimal511029
Binary110011101011101
Octal631235

Shades and tints

Shades of #330A1D

#330A1D
(51,10,29)
#2F0A1B
(47,10,27)
#2B0A19
(43,10,25)
#270A17
(39,10,23)
#230A15
(35,10,21)
#1F0A13
(31,10,19)
#1B0A11
(27,10,17)
#170A0F
(23,10,15)
#130A0D
(19,10,13)
#0F0A0B
(15,10,11)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #330A1D

#330A1D
(51,10,29)
#452031
(69,32,49)
#573645
(87,54,69)
#694C59
(105,76,89)
#7B626D
(123,98,109)
#8D7881
(141,120,129)
#9F8E95
(159,142,149)
#B1A4A9
(177,164,169)
#C3BABD
(195,186,189)
#D5D0D1
(213,208,209)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330A1D color. Also use rgb(51,10,29) instead hex code.

Text Font Color

.myTextColor { color: #330A1D; }

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

This text font color is #330A1D.


Background Color

.myBgColor { background-color: #330A1D; }

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

This div background color is #330A1D.


Border color

.myBorderColor { border: 1px solid #330A1D; }

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

This div border color is #330A1D.


Opacity

.myOpacity80 { color: #330A1D; opacity: 0.8; }

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

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

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

This text has shadow with #330A1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330A1D on black background.


Color preview on white background

This text has color #330A1D on white background.



Black color preview on #330A1D background

This text has black color on #330A1D background.


White color preview on #330A1D background

This text has white color on #330A1D background.