COLOR #30181F

HEX: #30181F
RGB: (48,24,31)

Color info

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

RGB color model

#30181F color RGB value is (48,24,31).

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

RGB channels and saturation

R 48 of 255 = 19%
G 24 of 255 = 9%
B 31 of 255 = 12%

48
24
31

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

Portions of RGB colors in percentages

R + G + B =
48 + 24 + 31 = 103 (100%)
R 48 of 103 ~ 46.6%
G 24 of 103 ~ 23.3%
B 31 of 103 ~ 30.1%

%46.6
%23.3
%30.1

CMYK color model

#30181F color CMYK value is (0,50,35,81).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 35.42%
  • key color value is 81.18%
CMYK:
(0,50,35,81)
C0M50Y35K81 
(0%,50%,35%,81%)
(0.00/0.50/0.35/0.81)	

CMYK percentages

%0
%50
%35.42
%81.18

Codes

Color #30181F in popluar color models

30181F
RGB482431
HSL343°33.33%14.12%
HSB/HSV343°50.00%18.82%
CMYK0.00%50.00%35.42%
81.18%

Color #30181F in popluar number systems.

HEX30181F
Decimal482431
Binary1100001100011111
Octal603037

Shades and tints

Shades of #30181F

#30181F
(48,24,31)
#2C161D
(44,22,29)
#28141B
(40,20,27)
#241219
(36,18,25)
#201017
(32,16,23)
#1C0E15
(28,14,21)
#180C13
(24,12,19)
#140A11
(20,10,17)
#10080F
(16,8,15)
#0C060D
(12,6,13)
#08040B
(8,4,11)
#000000
(0,0,0)

Tints of #30181F

#30181F
(48,24,31)
#422D33
(66,45,51)
#544247
(84,66,71)
#66575B
(102,87,91)
#786C6F
(120,108,111)
#8A8183
(138,129,131)
#9C9697
(156,150,151)
#AEABAB
(174,171,171)
#C0C0BF
(192,192,191)
#D2D5D3
(210,213,211)
#E4EAE7
(228,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30181F; }

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

This text font color is #30181F.


Background Color

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

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

This div background color is #30181F.


Border color

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

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

This div border color is #30181F.


Opacity

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

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

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

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

This text has shadow with #30181F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30181F on black background.


Color preview on white background

This text has color #30181F on white background.



Black color preview on #30181F background

This text has black color on #30181F background.


White color preview on #30181F background

This text has white color on #30181F background.