COLOR #300021

HEX: #300021 RGB: (48,0,33)

Color info

#300021 contains only red and blue colors. Web safe color of #300021 is #330033 (or #303).

RGB color model

#300021 color RGB value is (48,0,33).

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

RGB channels and saturation

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

48
0
33

R + G + B ~ 11%. #300021 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 0 + 33 = 81 (100%)
R 48 of 81 ~ 59.26%
G 0 of 81 ~ 0%
B 33 of 81 ~ 40.74'%

%59.26
%40.74

CMYK color model

#300021 color CMYK value is (0,100,31,81).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 31.25%
  • key color value is 81.18%
CMYK: (0,100,31,81) C0M100Y31K81 (0%,100%,31%,81%) (0.00/1.00/0.31/0.81) 

CMYK percentages

%0
%100
%31.25
%81.18

Codes

Color #300021 in popluar color models

30 00 21
RGB 48 0 33
HSL 319° 100.00% 9.41%
HSB/HSV 319° 100.00% 18.82%
CMYK 0.00% 100.00% 31.25%
81.18%

Color #300021 in popluar number systems.

HEX 30 00 21
Decimal 48 0 33
Binary 110000 0 100001
Octal 60 0 41

Shades and tints

Shades of #300021

#300021
(48,0,33)
#2C001E
(44,0,30)
#28001B
(40,0,27)
#240018
(36,0,24)
#200015
(32,0,21)
#1C0012
(28,0,18)
#18000F
(24,0,15)
#14000C
(20,0,12)
#100009
(16,0,9)
#0C0006
(12,0,6)
#080003
(8,0,3)
#000000
(0,0,0)

Tints of #300021

#300021
(48,0,33)
#421735
(66,23,53)
#542E49
(84,46,73)
#66455D
(102,69,93)
#785C71
(120,92,113)
#8A7385
(138,115,133)
#9C8A99
(156,138,153)
#AEA1AD
(174,161,173)
#C0B8C1
(192,184,193)
#D2CFD5
(210,207,213)
#E4E6E9
(228,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300021; }

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

This text font color is #300021.

Background Color

.myBgColor { background-color: #300021; }

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

This div background color is #300021.

Border color

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

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

This div border color is #300021.

Opacity

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

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

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

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

This text has shadow with #300021 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #300021.

Preview

Color preview on black background

This text has color #300021 on black background.


Color preview on white background

This text has color #300021 on white background.


Black color preview on #300021 background

This text has black color on #300021 background.


White color preview on #300021 background

This text has white color on #300021 background.


Related colors

Complementary color

Complementary color for #hex is #CFFFDE.


I love getcolorcode.com

Triadic colors

1 #213000 and #002130 with #300021 are triadic colors.

2 #210030 and #003021 with #300021 are triadic colors.