COLOR #330B1F

HEX: #330B1F
RGB: (51,11,31)

Color info

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

RGB color model

#330B1F color RGB value is (51,11,31).

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

RGB channels and saturation

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

51
11
31

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

Portions of RGB colors in percentages

R + G + B =
51 + 11 + 31 = 93 (100%)
R 51 of 93 ~ 54.84%
G 11 of 93 ~ 11.83%
B 31 of 93 ~ 33.33%

%54.84
%11.83
%33.33

CMYK color model

#330B1F color CMYK value is (0,78,39,80).

  • cyan value is 0.00%
  • magenta value is 78.43%
  • yellow value is 39.22%
  • key color value is 80.00%
CMYK:
(0,78,39,80)
C0M78Y39K80 
(0%,78%,39%,80%)
(0.00/0.78/0.39/0.80)	

CMYK percentages

%0
%78.43
%39.22
%80

Codes

Color #330B1F in popluar color models

330B1F
RGB511131
HSL330°64.52%12.16%
HSB/HSV330°78.43%20.00%
CMYK0.00%78.43%39.22%
80.00%

Color #330B1F in popluar number systems.

HEX330B1F
Decimal511131
Binary110011101111111
Octal631337

Shades and tints

Shades of #330B1F

#330B1F
(51,11,31)
#2F0A1D
(47,10,29)
#2B091B
(43,9,27)
#270819
(39,8,25)
#230717
(35,7,23)
#1F0615
(31,6,21)
#1B0513
(27,5,19)
#170411
(23,4,17)
#13030F
(19,3,15)
#0F020D
(15,2,13)
#0B010B
(11,1,11)
#000000
(0,0,0)

Tints of #330B1F

#330B1F
(51,11,31)
#452133
(69,33,51)
#573747
(87,55,71)
#694D5B
(105,77,91)
#7B636F
(123,99,111)
#8D7983
(141,121,131)
#9F8F97
(159,143,151)
#B1A5AB
(177,165,171)
#C3BBBF
(195,187,191)
#D5D1D3
(213,209,211)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330B1F; }

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

This text font color is #330B1F.


Background Color

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

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

This div background color is #330B1F.


Border color

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

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

This div border color is #330B1F.


Opacity

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

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

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

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

This text has shadow with #330B1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330B1F on black background.


Color preview on white background

This text has color #330B1F on white background.



Black color preview on #330B1F background

This text has black color on #330B1F background.


White color preview on #330B1F background

This text has white color on #330B1F background.