COLOR #330D37

HEX: #330D37 RGB: (51,13,55)

Color info

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

RGB color model

#330D37 color RGB value is (51,13,55).

RGB: (51,13,55) (20%, 5%, 22%)

RGB channels and saturation

R 51 of 255 = 20%
G 13 of 255 = 5%
B 55 of 255 = 22%

51
13
55

R + G + B ~ 16%. #330D37 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 13 + 55 = 119 (100%)
R 51 of 119 ~ 42.86%
G 13 of 119 ~ 10.92%
B 55 of 119 ~ 46.22'%

%42.86
%10.92
%46.22

CMYK color model

#330D37 color CMYK value is (7,76,0,78).

  • cyan value is 7.27%
  • magenta value is 76.36%
  • yellow value is 0.00%
  • key color value is 78.43%

CMYK: (7,76,0,78)
C7M76Y0K78 (7%, 76%, 0%, 78%)
(0.07 / 0.76 / 0.00 / 0.78)

CMYK percentages

%7.27
%76.36
%0
%78.43

Codes

Color #330D37 in popluar color models

33 0D 37
RGB 51 13 55
HSL 294° 61.76% 13.33%
HSB/HSV 294° 76.36% 21.57%
CMYK 7.27% 76.36% 0.00%
78.43%

Color #330D37 in popluar number systems.

HEX 33 0D 37
Decimal 51 13 55
Binary 110011 1101 110111
Octal 63 15 67

Shades and tints

Shades of #330D37

#330D37
(51,13,55)
#2F0C32
(47,12,50)
#2B0B2D
(43,11,45)
#270A28
(39,10,40)
#230923
(35,9,35)
#1F081E
(31,8,30)
#1B0719
(27,7,25)
#170614
(23,6,20)
#13050F
(19,5,15)
#0F040A
(15,4,10)
#0B0305
(11,3,5)
#000000
(0,0,0)

Tints of #330D37

#330D37
(51,13,55)
#452349
(69,35,73)
#57395B
(87,57,91)
#694F6D
(105,79,109)
#7B657F
(123,101,127)
#8D7B91
(141,123,145)
#9F91A3
(159,145,163)
#B1A7B5
(177,167,181)
#C3BDC7
(195,189,199)
#D5D3D9
(213,211,217)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330D37; }

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

This text font color is #330D37.

Background Color

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

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

This div background color is #330D37.

Border color

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

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

This div border color is #330D37.

Opacity

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

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

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

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

This text has shadow with #330D37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #330D37.

Preview

Color preview on black background

This text has color #330D37 on black background.


Color preview on white background

This text has color #330D37 on white background.


Black color preview on #330D37 background

This text has black color on #330D37 background.


White color preview on #330D37 background

This text has white color on #330D37 background.


Related colors

Complementary color

Complementary color for #hex is #CCF2C8.


I love getcolorcode.com

Triadic colors

1 #37330D and #0D3733 with #330D37 are triadic colors.

2 #370D33 and #0D3337 with #330D37 are triadic colors.