COLOR #120901

HEX: #120901
RGB: (18,9,1)

Color info

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

RGB color model

#120901 color RGB value is (18,9,1).

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

RGB channels and saturation

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

18
9
1

R + G + B ~ 4%. #120901 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 9 + 1 = 28 (100%)
R 18 of 28 ~ 64.29%
G 9 of 28 ~ 32.14%
B 1 of 28 ~ 3.57%

%64.29
%32.14

CMYK color model

#120901 color CMYK value is (0,50,94,93).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 94.44%
  • key color value is 92.94%
CMYK:
(0,50,94,93)
C0M50Y94K93 
(0%,50%,94%,93%)
(0.00/0.50/0.94/0.93)	

CMYK percentages

%0
%50
%94.44
%92.94

Codes

Color #120901 in popluar color models

120901
RGB1891
HSL28°89.47%3.73%
HSB/HSV28°94.44%7.06%
CMYK0.00%50.00%94.44%
92.94%

Color #120901 in popluar number systems.

HEX120901
Decimal1891
Binary1001010011
Octal22111

Shades and tints

Shades of #120901

#120901
(18,9,1)
#110901
(17,9,1)
#100901
(16,9,1)
#0F0901
(15,9,1)
#0E0901
(14,9,1)
#0D0901
(13,9,1)
#0C0901
(12,9,1)
#0B0901
(11,9,1)
#0A0901
(10,9,1)
#090901
(9,9,1)
#080901
(8,9,1)
#000000
(0,0,0)

Tints of #120901

#120901
(18,9,1)
#271F18
(39,31,24)
#3C352F
(60,53,47)
#514B46
(81,75,70)
#66615D
(102,97,93)
#7B7774
(123,119,116)
#908D8B
(144,141,139)
#A5A3A2
(165,163,162)
#BAB9B9
(186,185,185)
#CFCFD0
(207,207,208)
#E4E5E7
(228,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120901; }

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

This text font color is #120901.


Background Color

.myBgColor { background-color: #120901; }

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

This div background color is #120901.


Border color

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

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

This div border color is #120901.


Opacity

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

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

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

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

This text has shadow with #120901 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120901 on black background.


Color preview on white background

This text has color #120901 on white background.



Black color preview on #120901 background

This text has black color on #120901 background.


White color preview on #120901 background

This text has white color on #120901 background.