COLOR #30212A

HEX: #30212A RGB: (48,33,42)

Color info

#30212A contains red, green and blue colors in about the same proportion. Web safe color of #30212A is #333333 (or #333).

RGB color model

#30212A color RGB value is (48,33,42).

RGB: (48,33,42) (19%, 13%, 16%)

RGB channels and saturation

R 48 of 255 = 19%
G 33 of 255 = 13%
B 42 of 255 = 16%

48
33
42

R + G + B ~ 16%. #30212A is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 33 + 42 = 123 (100%)
R 48 of 123 ~ 39.02%
G 33 of 123 ~ 26.83%
B 42 of 123 ~ 34.15'%

%39.02
%26.83
%34.15

CMYK color model

#30212A color CMYK value is (0,31,13,81).

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

CMYK: (0,31,13,81)
C0M31Y13K81 (0%, 31%, 13%, 81%)
(0.00 / 0.31 / 0.13 / 0.81)

CMYK percentages

%0
%31.25
%12.5
%81.18

Codes

Color #30212A in popluar color models

30 21 2A
RGB 48 33 42
HSL 324° 18.52% 15.88%
HSB/HSV 324° 31.25% 18.82%
CMYK 0.00% 31.25% 12.50%
81.18%

Color #30212A in popluar number systems.

HEX 30 21 2A
Decimal 48 33 42
Binary 110000 100001 101010
Octal 60 41 52

Shades and tints

Shades of #30212A

#30212A
(48,33,42)
#2C1E27
(44,30,39)
#281B24
(40,27,36)
#241821
(36,24,33)
#20151E
(32,21,30)
#1C121B
(28,18,27)
#180F18
(24,15,24)
#140C15
(20,12,21)
#100912
(16,9,18)
#0C060F
(12,6,15)
#08030C
(8,3,12)
#000000
(0,0,0)

Tints of #30212A

#30212A
(48,33,42)
#42353D
(66,53,61)
#544950
(84,73,80)
#665D63
(102,93,99)
#787176
(120,113,118)
#8A8589
(138,133,137)
#9C999C
(156,153,156)
#AEADAF
(174,173,175)
#C0C1C2
(192,193,194)
#D2D5D5
(210,213,213)
#E4E9E8
(228,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30212A; }

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

This text font color is #30212A.

Background Color

.myBgColor { background-color: #30212A; }

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

This div background color is #30212A.

Border color

.myBorderColor { border: 1px solid #30212A; }

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

This div border color is #30212A.

Opacity

.myOpacity80 { color: #30212A; opacity: 0.8; }

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

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

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

This text has shadow with #30212A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30212A.

Preview

Color preview on black background

This text has color #30212A on black background.


Color preview on white background

This text has color #30212A on white background.


Black color preview on #30212A background

This text has black color on #30212A background.


White color preview on #30212A background

This text has white color on #30212A background.


Related colors

Complementary color

Complementary color for #hex is #CFDED5.


I love getcolorcode.com

Triadic colors

1 #2A3021 and #212A30 with #30212A are triadic colors.

2 #2A2130 and #21302A with #30212A are triadic colors.