COLOR #30012B

HEX: #30012B
RGB: (48,1,43)

Color info

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

RGB color model

#30012B color RGB value is (48,1,43).

  • red value is 48;
  • green value is 1;
  • blue value is 43.
RGB:
(48,1,43)
(19%,0%,17%)

RGB channels and saturation

R 48 of 255 = 19%
G 1 of 255 = 0%
B 43 of 255 = 17%

48
1
43

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

Portions of RGB colors in percentages

R + G + B =
48 + 1 + 43 = 92 (100%)
R 48 of 92 ~ 52.17%
G 1 of 92 ~ 1.09%
B 43 of 92 ~ 46.74%

%52.17
%46.74

CMYK color model

#30012B color CMYK value is (0,98,10,81).

  • cyan value is 0.00%
  • magenta value is 97.92%
  • yellow value is 10.42%
  • key color value is 81.18%
CMYK:
(0,98,10,81)
C0M98Y10K81 
(0%,98%,10%,81%)
(0.00/0.98/0.10/0.81)	

CMYK percentages

%0
%97.92
%10.42
%81.18

Codes

Color #30012B in popluar color models

30012B
RGB48143
HSL306°95.92%9.61%
HSB/HSV306°97.92%18.82%
CMYK0.00%97.92%10.42%
81.18%

Color #30012B in popluar number systems.

HEX30012B
Decimal48143
Binary1100001101011
Octal60153

Shades and tints

Shades of #30012B

#30012B
(48,1,43)
#2C0128
(44,1,40)
#280125
(40,1,37)
#240122
(36,1,34)
#20011F
(32,1,31)
#1C011C
(28,1,28)
#180119
(24,1,25)
#140116
(20,1,22)
#100113
(16,1,19)
#0C0110
(12,1,16)
#08010D
(8,1,13)
#000000
(0,0,0)

Tints of #30012B

#30012B
(48,1,43)
#42183E
(66,24,62)
#542F51
(84,47,81)
#664664
(102,70,100)
#785D77
(120,93,119)
#8A748A
(138,116,138)
#9C8B9D
(156,139,157)
#AEA2B0
(174,162,176)
#C0B9C3
(192,185,195)
#D2D0D6
(210,208,214)
#E4E7E9
(228,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30012B color. Also use rgb(48,1,43) instead hex code.

Text Font Color

.myTextColor { color: #30012B; }

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

This text font color is #30012B.


Background Color

.myBgColor { background-color: #30012B; }

<div style="background-color:#30012B">Inner text</div>

This div background color is #30012B.


Border color

.myBorderColor { border: 1px solid #30012B; }

<div style="border:3px solid #30012B">Div</div>

This div border color is #30012B.


Opacity

.myOpacity80 { color: #30012B; opacity: 0.8; }

<p style="color:#30012B;opacity:0.8;">80%</p>

Text with #30012B 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 #30012B;}

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

This text has shadow with #30012B color.

.textShadow {text-shadow: 3px 3px 1px #30012B, 3px 3px 1px red;}

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

This text has shadow with #30012B primary color and red secondary color.


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

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

This text has shadow with #30012B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30012B on black background.


Color preview on white background

This text has color #30012B on white background.



Black color preview on #30012B background

This text has black color on #30012B background.


White color preview on #30012B background

This text has white color on #30012B background.