COLOR #30121C

HEX: #30121C
RGB: (48,18,28)

Color info

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

RGB color model

#30121C color RGB value is (48,18,28).

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

RGB channels and saturation

R 48 of 255 = 19%
G 18 of 255 = 7%
B 28 of 255 = 11%

48
18
28

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

Portions of RGB colors in percentages

R + G + B =
48 + 18 + 28 = 94 (100%)
R 48 of 94 ~ 51.06%
G 18 of 94 ~ 19.15%
B 28 of 94 ~ 29.79%

%51.06
%19.15
%29.79

CMYK color model

#30121C color CMYK value is (0,63,42,81).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 41.67%
  • key color value is 81.18%
CMYK:
(0,63,42,81)
C0M63Y42K81 
(0%,63%,42%,81%)
(0.00/0.63/0.42/0.81)	

CMYK percentages

%0
%62.5
%41.67
%81.18

Codes

Color #30121C in popluar color models

30121C
RGB481828
HSL340°45.45%12.94%
HSB/HSV340°62.50%18.82%
CMYK0.00%62.50%41.67%
81.18%

Color #30121C in popluar number systems.

HEX30121C
Decimal481828
Binary1100001001011100
Octal602234

Shades and tints

Shades of #30121C

#30121C
(48,18,28)
#2C111A
(44,17,26)
#281018
(40,16,24)
#240F16
(36,15,22)
#200E14
(32,14,20)
#1C0D12
(28,13,18)
#180C10
(24,12,16)
#140B0E
(20,11,14)
#100A0C
(16,10,12)
#0C090A
(12,9,10)
#080808
(8,8,8)
#000000
(0,0,0)

Tints of #30121C

#30121C
(48,18,28)
#422730
(66,39,48)
#543C44
(84,60,68)
#665158
(102,81,88)
#78666C
(120,102,108)
#8A7B80
(138,123,128)
#9C9094
(156,144,148)
#AEA5A8
(174,165,168)
#C0BABC
(192,186,188)
#D2CFD0
(210,207,208)
#E4E4E4
(228,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30121C color. Also use rgb(48,18,28) instead hex code.

Text Font Color

.myTextColor { color: #30121C; }

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

This text font color is #30121C.


Background Color

.myBgColor { background-color: #30121C; }

<div style="background-color:#30121C">Inner text</div>

This div background color is #30121C.


Border color

.myBorderColor { border: 1px solid #30121C; }

<div style="border:3px solid #30121C">Div</div>

This div border color is #30121C.


Opacity

.myOpacity80 { color: #30121C; opacity: 0.8; }

<p style="color:#30121C;opacity:0.8;">80%</p>

Text with #30121C 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 #30121C;}

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

This text has shadow with #30121C color.

.textShadow {text-shadow: 3px 3px 1px #30121C, 3px 3px 1px red;}

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

This text has shadow with #30121C primary color and red secondary color.


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

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

This text has shadow with #30121C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30121C on black background.


Color preview on white background

This text has color #30121C on white background.



Black color preview on #30121C background

This text has black color on #30121C background.


White color preview on #30121C background

This text has white color on #30121C background.