COLOR #301321

HEX: #301321 RGB: (48,19,33)

Color info

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

RGB color model

#301321 color RGB value is (48,19,33).

RGB: (48,19,33) (19%, 7%, 13%)

RGB channels and saturation

R 48 of 255 = 19%
G 19 of 255 = 7%
B 33 of 255 = 13%

48
19
33

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

Portions of RGB colors in percentages

R + G + B = 48 + 19 + 33 = 100 (100%)
R 48 of 100 ~ 48%
G 19 of 100 ~ 19%
B 33 of 100 ~ 33'%

%48
%19
%33

CMYK color model

#301321 color CMYK value is (0,60,31,81).

  • cyan value is 0.00%
  • magenta value is 60.42%
  • yellow value is 31.25%
  • key color value is 81.18%

CMYK: (0,60,31,81)
C0M60Y31K81 (0%, 60%, 31%, 81%)
(0.00 / 0.60 / 0.31 / 0.81)

CMYK percentages

%0
%60.42
%31.25
%81.18

Codes

Color #301321 in popluar color models

30 13 21
RGB 48 19 33
HSL 331° 43.28% 13.14%
HSB/HSV 331° 60.42% 18.82%
CMYK 0.00% 60.42% 31.25%
81.18%

Color #301321 in popluar number systems.

HEX 30 13 21
Decimal 48 19 33
Binary 110000 10011 100001
Octal 60 23 41

Shades and tints

Shades of #301321

#301321
(48,19,33)
#2C121E
(44,18,30)
#28111B
(40,17,27)
#241018
(36,16,24)
#200F15
(32,15,21)
#1C0E12
(28,14,18)
#180D0F
(24,13,15)
#140C0C
(20,12,12)
#100B09
(16,11,9)
#0C0A06
(12,10,6)
#080903
(8,9,3)
#000000
(0,0,0)

Tints of #301321

#301321
(48,19,33)
#422835
(66,40,53)
#543D49
(84,61,73)
#66525D
(102,82,93)
#786771
(120,103,113)
#8A7C85
(138,124,133)
#9C9199
(156,145,153)
#AEA6AD
(174,166,173)
#C0BBC1
(192,187,193)
#D2D0D5
(210,208,213)
#E4E5E9
(228,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #301321 color. Also use rgb(48,19,33) instead hex code.

Text Font Color

.myTextColor { color: #301321; }

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

This text font color is #301321.

Background Color

.myBgColor { background-color: #301321; }

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

This div background color is #301321.

Border color

.myBorderColor { border: 1px solid #301321; }

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

This div border color is #301321.

Opacity

.myOpacity80 { color: #301321; opacity: 0.8; }

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

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

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

This text has shadow with #301321 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #301321.

Preview

Color preview on black background

This text has color #301321 on black background.


Color preview on white background

This text has color #301321 on white background.


Black color preview on #301321 background

This text has black color on #301321 background.


White color preview on #301321 background

This text has white color on #301321 background.


Related colors

Complementary color

Complementary color for #hex is #CFECDE.


I love getcolorcode.com

Triadic colors

1 #213013 and #132130 with #301321 are triadic colors.

2 #211330 and #133021 with #301321 are triadic colors.