COLOR #330D28

HEX: #330D28
RGB: (51,13,40)

Color info

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

RGB color model

#330D28 color RGB value is (51,13,40).

  • red value is 51;
  • green value is 13;
  • blue value is 40.
RGB:
(51,13,40)
(20%,5%,16%)

RGB channels and saturation

R 51 of 255 = 20%
G 13 of 255 = 5%
B 40 of 255 = 16%

51
13
40

R + G + B ~ 14%. #330D28 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 13 + 40 = 104 (100%)
R 51 of 104 ~ 49.04%
G 13 of 104 ~ 12.5%
B 40 of 104 ~ 38.46%

%49.04
%12.5
%38.46

CMYK color model

#330D28 color CMYK value is (0,75,22,80).

  • cyan value is 0.00%
  • magenta value is 74.51%
  • yellow value is 21.57%
  • key color value is 80.00%
CMYK:
(0,75,22,80)
C0M75Y22K80 
(0%,75%,22%,80%)
(0.00/0.75/0.22/0.80)	

CMYK percentages

%0
%74.51
%21.57
%80

Codes

Color #330D28 in popluar color models

330D28
RGB511340
HSL317°59.38%12.55%
HSB/HSV317°74.51%20.00%
CMYK0.00%74.51%21.57%
80.00%

Color #330D28 in popluar number systems.

HEX330D28
Decimal511340
Binary1100111101101000
Octal631550

Shades and tints

Shades of #330D28

#330D28
(51,13,40)
#2F0C25
(47,12,37)
#2B0B22
(43,11,34)
#270A1F
(39,10,31)
#23091C
(35,9,28)
#1F0819
(31,8,25)
#1B0716
(27,7,22)
#170613
(23,6,19)
#130510
(19,5,16)
#0F040D
(15,4,13)
#0B030A
(11,3,10)
#000000
(0,0,0)

Tints of #330D28

#330D28
(51,13,40)
#45233B
(69,35,59)
#57394E
(87,57,78)
#694F61
(105,79,97)
#7B6574
(123,101,116)
#8D7B87
(141,123,135)
#9F919A
(159,145,154)
#B1A7AD
(177,167,173)
#C3BDC0
(195,189,192)
#D5D3D3
(213,211,211)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330D28 color. Also use rgb(51,13,40) instead hex code.

Text Font Color

.myTextColor { color: #330D28; }

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

This text font color is #330D28.


Background Color

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

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

This div background color is #330D28.


Border color

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

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

This div border color is #330D28.


Opacity

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

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

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

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

This text has shadow with #330D28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330D28 on black background.


Color preview on white background

This text has color #330D28 on white background.



Black color preview on #330D28 background

This text has black color on #330D28 background.


White color preview on #330D28 background

This text has white color on #330D28 background.