COLOR #30001D

HEX: #30001D
RGB: (48,0,29)

Color info

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

RGB color model

#30001D color RGB value is (48,0,29).

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

RGB channels and saturation

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

48
0
29

R + G + B ~ 10%. #30001D is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 0 + 29 = 77 (100%)
R 48 of 77 ~ 62.34%
G 0 of 77 ~ 0%
B 29 of 77 ~ 37.66%

%62.34
%37.66

CMYK color model

#30001D color CMYK value is (0,100,40,81).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 39.58%
  • key color value is 81.18%
CMYK:
(0,100,40,81)
C0M100Y40K81 
(0%,100%,40%,81%)
(0.00/1.00/0.40/0.81)	

CMYK percentages

%0
%100
%39.58
%81.18

Codes

Color #30001D in popluar color models

30001D
RGB48029
HSL324°100.00%9.41%
HSB/HSV324°100.00%18.82%
CMYK0.00%100.00%39.58%
81.18%

Color #30001D in popluar number systems.

HEX30001D
Decimal48029
Binary110000011101
Octal60035

Shades and tints

Shades of #30001D

#30001D
(48,0,29)
#2C001B
(44,0,27)
#280019
(40,0,25)
#240017
(36,0,23)
#200015
(32,0,21)
#1C0013
(28,0,19)
#180011
(24,0,17)
#14000F
(20,0,15)
#10000D
(16,0,13)
#0C000B
(12,0,11)
#080009
(8,0,9)
#000000
(0,0,0)

Tints of #30001D

#30001D
(48,0,29)
#421731
(66,23,49)
#542E45
(84,46,69)
#664559
(102,69,89)
#785C6D
(120,92,109)
#8A7381
(138,115,129)
#9C8A95
(156,138,149)
#AEA1A9
(174,161,169)
#C0B8BD
(192,184,189)
#D2CFD1
(210,207,209)
#E4E6E5
(228,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30001D; }

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

This text font color is #30001D.


Background Color

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

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

This div background color is #30001D.


Border color

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

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

This div border color is #30001D.


Opacity

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

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

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

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

This text has shadow with #30001D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30001D on black background.


Color preview on white background

This text has color #30001D on white background.



Black color preview on #30001D background

This text has black color on #30001D background.


White color preview on #30001D background

This text has white color on #30001D background.