COLOR #330D26

HEX: #330D26 RGB: (51,13,38)

Color info

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

RGB color model

#330D26 color RGB value is (51,13,38).

RGB: (51,13,38) (20%, 5%, 15%)

RGB channels and saturation

R 51 of 255 = 20%
G 13 of 255 = 5%
B 38 of 255 = 15%

51
13
38

R + G + B ~ 13%. #330D26 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 13 + 38 = 102 (100%)
R 51 of 102 ~ 50%
G 13 of 102 ~ 12.75%
B 38 of 102 ~ 37.25'%

%50
%12.75
%37.25

CMYK color model

#330D26 color CMYK value is (0,75,25,80).

  • cyan value is 0.00%
  • magenta value is 74.51%
  • yellow value is 25.49%
  • key color value is 80.00%

CMYK: (0,75,25,80)
C0M75Y25K80 (0%, 75%, 25%, 80%)
(0.00 / 0.75 / 0.25 / 0.80)

CMYK percentages

%0
%74.51
%25.49
%80

Codes

Color #330D26 in popluar color models

33 0D 26
RGB 51 13 38
HSL 321° 59.38% 12.55%
HSB/HSV 321° 74.51% 20.00%
CMYK 0.00% 74.51% 25.49%
80.00%

Color #330D26 in popluar number systems.

HEX 33 0D 26
Decimal 51 13 38
Binary 110011 1101 100110
Octal 63 15 46

Shades and tints

Shades of #330D26

#330D26
(51,13,38)
#2F0C23
(47,12,35)
#2B0B20
(43,11,32)
#270A1D
(39,10,29)
#23091A
(35,9,26)
#1F0817
(31,8,23)
#1B0714
(27,7,20)
#170611
(23,6,17)
#13050E
(19,5,14)
#0F040B
(15,4,11)
#0B0308
(11,3,8)
#000000
(0,0,0)

Tints of #330D26

#330D26
(51,13,38)
#452339
(69,35,57)
#57394C
(87,57,76)
#694F5F
(105,79,95)
#7B6572
(123,101,114)
#8D7B85
(141,123,133)
#9F9198
(159,145,152)
#B1A7AB
(177,167,171)
#C3BDBE
(195,189,190)
#D5D3D1
(213,211,209)
#E7E9E4
(231,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330D26; }

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

This text font color is #330D26.

Background Color

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

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

This div background color is #330D26.

Border color

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

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

This div border color is #330D26.

Opacity

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

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

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

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

This text has shadow with #330D26 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #330D26.

Preview

Color preview on black background

This text has color #330D26 on black background.


Color preview on white background

This text has color #330D26 on white background.


Black color preview on #330D26 background

This text has black color on #330D26 background.


White color preview on #330D26 background

This text has white color on #330D26 background.


Related colors

Complementary color

Complementary color for #hex is #CCF2D9.


I love getcolorcode.com

Triadic colors

1 #26330D and #0D2633 with #330D26 are triadic colors.

2 #260D33 and #0D3326 with #330D26 are triadic colors.