COLOR #30131D

HEX: #30131D
RGB: (48,19,29)

Color info

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

RGB color model

#30131D color RGB value is (48,19,29).

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

RGB channels and saturation

R 48 of 255 = 19%
G 19 of 255 = 7%
B 29 of 255 = 11%

48
19
29

R + G + B ~ 12%. #30131D is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 19 + 29 = 96 (100%)
R 48 of 96 ~ 50%
G 19 of 96 ~ 19.79%
B 29 of 96 ~ 30.21%

%50
%19.79
%30.21

CMYK color model

#30131D color CMYK value is (0,60,40,81).

  • cyan value is 0.00%
  • magenta value is 60.42%
  • yellow value is 39.58%
  • key color value is 81.18%
CMYK:
(0,60,40,81)
C0M60Y40K81 
(0%,60%,40%,81%)
(0.00/0.60/0.40/0.81)	

CMYK percentages

%0
%60.42
%39.58
%81.18

Codes

Color #30131D in popluar color models

30131D
RGB481929
HSL339°43.28%13.14%
HSB/HSV339°60.42%18.82%
CMYK0.00%60.42%39.58%
81.18%

Color #30131D in popluar number systems.

HEX30131D
Decimal481929
Binary1100001001111101
Octal602335

Shades and tints

Shades of #30131D

#30131D
(48,19,29)
#2C121B
(44,18,27)
#281119
(40,17,25)
#241017
(36,16,23)
#200F15
(32,15,21)
#1C0E13
(28,14,19)
#180D11
(24,13,17)
#140C0F
(20,12,15)
#100B0D
(16,11,13)
#0C0A0B
(12,10,11)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #30131D

#30131D
(48,19,29)
#422831
(66,40,49)
#543D45
(84,61,69)
#665259
(102,82,89)
#78676D
(120,103,109)
#8A7C81
(138,124,129)
#9C9195
(156,145,149)
#AEA6A9
(174,166,169)
#C0BBBD
(192,187,189)
#D2D0D1
(210,208,209)
#E4E5E5
(228,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30131D; }

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

This text font color is #30131D.


Background Color

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

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

This div background color is #30131D.


Border color

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

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

This div border color is #30131D.


Opacity

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

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

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

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

This text has shadow with #30131D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30131D on black background.


Color preview on white background

This text has color #30131D on white background.



Black color preview on #30131D background

This text has black color on #30131D background.


White color preview on #30131D background

This text has white color on #30131D background.