COLOR #120401

HEX: #120401
RGB: (18,4,1)

Color info

#120401 contains red, green and blue colors in about the same proportion. Web safe color of #120401 is #000000 (or #000).

RGB color model

#120401 color RGB value is (18,4,1).

  • red value is 18;
  • green value is 4;
  • blue value is 1.
RGB:
(18,4,1)
(7%,2%,0%)

RGB channels and saturation

R 18 of 255 = 7%
G 4 of 255 = 2%
B 1 of 255 = 0%

18
4
1

R + G + B ~ 3%. #120401 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 4 + 1 = 23 (100%)
R 18 of 23 ~ 78.26%
G 4 of 23 ~ 17.39%
B 1 of 23 ~ 4.35%

%78.26
%17.39

CMYK color model

#120401 color CMYK value is (0,78,94,93).

  • cyan value is 0.00%
  • magenta value is 77.78%
  • yellow value is 94.44%
  • key color value is 92.94%
CMYK:
(0,78,94,93)
C0M78Y94K93 
(0%,78%,94%,93%)
(0.00/0.78/0.94/0.93)	

CMYK percentages

%0
%77.78
%94.44
%92.94

Codes

Color #120401 in popluar color models

120401
RGB1841
HSL11°89.47%3.73%
HSB/HSV11°94.44%7.06%
CMYK0.00%77.78%94.44%
92.94%

Color #120401 in popluar number systems.

HEX120401
Decimal1841
Binary100101001
Octal2241

Shades and tints

Shades of #120401

#120401
(18,4,1)
#110401
(17,4,1)
#100401
(16,4,1)
#0F0401
(15,4,1)
#0E0401
(14,4,1)
#0D0401
(13,4,1)
#0C0401
(12,4,1)
#0B0401
(11,4,1)
#0A0401
(10,4,1)
#090401
(9,4,1)
#080401
(8,4,1)
#000000
(0,0,0)

Tints of #120401

#120401
(18,4,1)
#271A18
(39,26,24)
#3C302F
(60,48,47)
#514646
(81,70,70)
#665C5D
(102,92,93)
#7B7274
(123,114,116)
#90888B
(144,136,139)
#A59EA2
(165,158,162)
#BAB4B9
(186,180,185)
#CFCAD0
(207,202,208)
#E4E0E7
(228,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #120401 color. Also use rgb(18,4,1) instead hex code.

Text Font Color

.myTextColor { color: #120401; }

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

This text font color is #120401.


Background Color

.myBgColor { background-color: #120401; }

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

This div background color is #120401.


Border color

.myBorderColor { border: 1px solid #120401; }

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

This div border color is #120401.


Opacity

.myOpacity80 { color: #120401; opacity: 0.8; }

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

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

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

This text has shadow with #120401 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120401 on black background.


Color preview on white background

This text has color #120401 on white background.



Black color preview on #120401 background

This text has black color on #120401 background.


White color preview on #120401 background

This text has white color on #120401 background.