COLOR #301721

HEX: #301721 RGB: (48,23,33)

Color info

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

RGB color model

#301721 color RGB value is (48,23,33).

RGB: (48,23,33) (19%, 9%, 13%)

RGB channels and saturation

R 48 of 255 = 19%
G 23 of 255 = 9%
B 33 of 255 = 13%

48
23
33

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

Portions of RGB colors in percentages

R + G + B = 48 + 23 + 33 = 104 (100%)
R 48 of 104 ~ 46.15%
G 23 of 104 ~ 22.12%
B 33 of 104 ~ 31.73'%

%46.15
%22.12
%31.73

CMYK color model

#301721 color CMYK value is (0,52,31,81).

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

CMYK: (0,52,31,81)
C0M52Y31K81 (0%, 52%, 31%, 81%)
(0.00 / 0.52 / 0.31 / 0.81)

CMYK percentages

%0
%52.08
%31.25
%81.18

Codes

Color #301721 in popluar color models

30 17 21
RGB 48 23 33
HSL 336° 35.21% 13.92%
HSB/HSV 336° 52.08% 18.82%
CMYK 0.00% 52.08% 31.25%
81.18%

Color #301721 in popluar number systems.

HEX 30 17 21
Decimal 48 23 33
Binary 110000 10111 100001
Octal 60 27 41

Shades and tints

Shades of #301721

#301721
(48,23,33)
#2C151E
(44,21,30)
#28131B
(40,19,27)
#241118
(36,17,24)
#200F15
(32,15,21)
#1C0D12
(28,13,18)
#180B0F
(24,11,15)
#14090C
(20,9,12)
#100709
(16,7,9)
#0C0506
(12,5,6)
#080303
(8,3,3)
#000000
(0,0,0)

Tints of #301721

#301721
(48,23,33)
#422C35
(66,44,53)
#544149
(84,65,73)
#66565D
(102,86,93)
#786B71
(120,107,113)
#8A8085
(138,128,133)
#9C9599
(156,149,153)
#AEAAAD
(174,170,173)
#C0BFC1
(192,191,193)
#D2D4D5
(210,212,213)
#E4E9E9
(228,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #301721; }

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

This text font color is #301721.

Background Color

.myBgColor { background-color: #301721; }

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

This div background color is #301721.

Border color

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

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

This div border color is #301721.

Opacity

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

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

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

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

This text has shadow with #301721 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #301721.

Preview

Color preview on black background

This text has color #301721 on black background.


Color preview on white background

This text has color #301721 on white background.


Black color preview on #301721 background

This text has black color on #301721 background.


White color preview on #301721 background

This text has white color on #301721 background.


Related colors

Complementary color

Complementary color for #hex is #CFE8DE.


I love getcolorcode.com

Triadic colors

1 #213017 and #172130 with #301721 are triadic colors.

2 #211730 and #173021 with #301721 are triadic colors.