COLOR #330B1E

HEX: #330B1E RGB: (51,11,30)

Color info

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

RGB color model

#330B1E color RGB value is (51,11,30).

RGB: (51,11,30) (20%, 4%, 12%)

RGB channels and saturation

R 51 of 255 = 20%
G 11 of 255 = 4%
B 30 of 255 = 12%

51
11
30

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

Portions of RGB colors in percentages

R + G + B = 51 + 11 + 30 = 92 (100%)
R 51 of 92 ~ 55.43%
G 11 of 92 ~ 11.96%
B 30 of 92 ~ 32.61'%

%55.43
%11.96
%32.61

CMYK color model

#330B1E color CMYK value is (0,78,41,80).

  • cyan value is 0.00%
  • magenta value is 78.43%
  • yellow value is 41.18%
  • key color value is 80.00%

CMYK: (0,78,41,80)
C0M78Y41K80 (0%, 78%, 41%, 80%)
(0.00 / 0.78 / 0.41 / 0.80)

CMYK percentages

%0
%78.43
%41.18
%80

Codes

Color #330B1E in popluar color models

33 0B 1E
RGB 51 11 30
HSL 332° 64.52% 12.16%
HSB/HSV 332° 78.43% 20.00%
CMYK 0.00% 78.43% 41.18%
80.00%

Color #330B1E in popluar number systems.

HEX 33 0B 1E
Decimal 51 11 30
Binary 110011 1011 11110
Octal 63 13 36

Shades and tints

Shades of #330B1E

#330B1E
(51,11,30)
#2F0A1C
(47,10,28)
#2B091A
(43,9,26)
#270818
(39,8,24)
#230716
(35,7,22)
#1F0614
(31,6,20)
#1B0512
(27,5,18)
#170410
(23,4,16)
#13030E
(19,3,14)
#0F020C
(15,2,12)
#0B010A
(11,1,10)
#000000
(0,0,0)

Tints of #330B1E

#330B1E
(51,11,30)
#452132
(69,33,50)
#573746
(87,55,70)
#694D5A
(105,77,90)
#7B636E
(123,99,110)
#8D7982
(141,121,130)
#9F8F96
(159,143,150)
#B1A5AA
(177,165,170)
#C3BBBE
(195,187,190)
#D5D1D2
(213,209,210)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330B1E color. Also use rgb(51,11,30) instead hex code.

Text Font Color

.myTextColor { color: #330B1E; }

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

This text font color is #330B1E.

Background Color

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

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

This div background color is #330B1E.

Border color

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

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

This div border color is #330B1E.

Opacity

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

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

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

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

This text has shadow with #330B1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #330B1E.

Preview

Color preview on black background

This text has color #330B1E on black background.


Color preview on white background

This text has color #330B1E on white background.


Black color preview on #330B1E background

This text has black color on #330B1E background.


White color preview on #330B1E background

This text has white color on #330B1E background.


Related colors

Complementary color

Complementary color for #hex is #CCF4E1.


I love getcolorcode.com

Triadic colors

1 #1E330B and #0B1E33 with #330B1E are triadic colors.

2 #1E0B33 and #0B331E with #330B1E are triadic colors.