COLOR #30131F

HEX: #30131F
RGB: (48,19,31)

Color info

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

RGB color model

#30131F color RGB value is (48,19,31).

  • red value is 48;
  • green value is 19;
  • blue value is 31.
RGB:
(48,19,31)
(19%,7%,12%)

RGB channels and saturation

R 48 of 255 = 19%
G 19 of 255 = 7%
B 31 of 255 = 12%

48
19
31

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

Portions of RGB colors in percentages

R + G + B =
48 + 19 + 31 = 98 (100%)
R 48 of 98 ~ 48.98%
G 19 of 98 ~ 19.39%
B 31 of 98 ~ 31.63%

%48.98
%19.39
%31.63

CMYK color model

#30131F color CMYK value is (0,60,35,81).

  • cyan value is 0.00%
  • magenta value is 60.42%
  • yellow value is 35.42%
  • key color value is 81.18%
CMYK:
(0,60,35,81)
C0M60Y35K81 
(0%,60%,35%,81%)
(0.00/0.60/0.35/0.81)	

CMYK percentages

%0
%60.42
%35.42
%81.18

Codes

Color #30131F in popluar color models

30131F
RGB481931
HSL335°43.28%13.14%
HSB/HSV335°60.42%18.82%
CMYK0.00%60.42%35.42%
81.18%

Color #30131F in popluar number systems.

HEX30131F
Decimal481931
Binary1100001001111111
Octal602337

Shades and tints

Shades of #30131F

#30131F
(48,19,31)
#2C121D
(44,18,29)
#28111B
(40,17,27)
#241019
(36,16,25)
#200F17
(32,15,23)
#1C0E15
(28,14,21)
#180D13
(24,13,19)
#140C11
(20,12,17)
#100B0F
(16,11,15)
#0C0A0D
(12,10,13)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #30131F

#30131F
(48,19,31)
#422833
(66,40,51)
#543D47
(84,61,71)
#66525B
(102,82,91)
#78676F
(120,103,111)
#8A7C83
(138,124,131)
#9C9197
(156,145,151)
#AEA6AB
(174,166,171)
#C0BBBF
(192,187,191)
#D2D0D3
(210,208,211)
#E4E5E7
(228,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30131F; }

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

This text font color is #30131F.


Background Color

.myBgColor { background-color: #30131F; }

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

This div background color is #30131F.


Border color

.myBorderColor { border: 1px solid #30131F; }

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

This div border color is #30131F.


Opacity

.myOpacity80 { color: #30131F; opacity: 0.8; }

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

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

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

This text has shadow with #30131F color.

.textShadow {text-shadow: 3px 3px 1px #30131F, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #30131F;
-webkit-box-shadow: 1px 1px 3px 2px #30131F;
box-shadow:1px 1px 3px 2px #30131F;">
Div content here</div>
This div box has shadow with color #30131F.

Preview

Color preview on black background

This text has color #30131F on black background.


Color preview on white background

This text has color #30131F on white background.



Black color preview on #30131F background

This text has black color on #30131F background.


White color preview on #30131F background

This text has white color on #30131F background.