COLOR #30002E

HEX: #30002E
RGB: (48,0,46)

Color info

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

RGB color model

#30002E color RGB value is (48,0,46).

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

RGB channels and saturation

R 48 of 255 = 19%
G 0 of 255 = 0%
B 46 of 255 = 18%

48
0
46

R + G + B ~ 12%. #30002E is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 0 + 46 = 94 (100%)
R 48 of 94 ~ 51.06%
G 0 of 94 ~ 0%
B 46 of 94 ~ 48.94%

%51.06
%48.94

CMYK color model

#30002E color CMYK value is (0,100,4,81).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 4.17%
  • key color value is 81.18%
CMYK:
(0,100,4,81)
C0M100Y4K81 
(0%,100%,4%,81%)
(0.00/1.00/0.04/0.81)	

CMYK percentages

%0
%100
%4.17
%81.18

Codes

Color #30002E in popluar color models

30002E
RGB48046
HSL303°100.00%9.41%
HSB/HSV303°100.00%18.82%
CMYK0.00%100.00%4.17%
81.18%

Color #30002E in popluar number systems.

HEX30002E
Decimal48046
Binary1100000101110
Octal60056

Shades and tints

Shades of #30002E

#30002E
(48,0,46)
#2C002A
(44,0,42)
#280026
(40,0,38)
#240022
(36,0,34)
#20001E
(32,0,30)
#1C001A
(28,0,26)
#180016
(24,0,22)
#140012
(20,0,18)
#10000E
(16,0,14)
#0C000A
(12,0,10)
#080006
(8,0,6)
#000000
(0,0,0)

Tints of #30002E

#30002E
(48,0,46)
#421741
(66,23,65)
#542E54
(84,46,84)
#664567
(102,69,103)
#785C7A
(120,92,122)
#8A738D
(138,115,141)
#9C8AA0
(156,138,160)
#AEA1B3
(174,161,179)
#C0B8C6
(192,184,198)
#D2CFD9
(210,207,217)
#E4E6EC
(228,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30002E color. Also use rgb(48,0,46) instead hex code.

Text Font Color

.myTextColor { color: #30002E; }

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

This text font color is #30002E.


Background Color

.myBgColor { background-color: #30002E; }

<div style="background-color:#30002E">Inner text</div>

This div background color is #30002E.


Border color

.myBorderColor { border: 1px solid #30002E; }

<div style="border:3px solid #30002E">Div</div>

This div border color is #30002E.


Opacity

.myOpacity80 { color: #30002E; opacity: 0.8; }

<p style="color:#30002E;opacity:0.8;">80%</p>

Text with #30002E 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 #30002E;}

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

This text has shadow with #30002E color.

.textShadow {text-shadow: 3px 3px 1px #30002E, 3px 3px 1px red;}

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

This text has shadow with #30002E primary color and red secondary color.


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

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

This text has shadow with #30002E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30002E on black background.


Color preview on white background

This text has color #30002E on white background.



Black color preview on #30002E background

This text has black color on #30002E background.


White color preview on #30002E background

This text has white color on #30002E background.