COLOR #120202

HEX: #120202
RGB: (18,2,2)

Color info

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

RGB color model

#120202 color RGB value is (18,2,2).

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

RGB channels and saturation

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

18
2
2

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

Portions of RGB colors in percentages

R + G + B =
18 + 2 + 2 = 22 (100%)
R 18 of 22 ~ 81.82%
G 2 of 22 ~ 9.09%
B 2 of 22 ~ 9.09%

%81.82

CMYK color model

#120202 color CMYK value is (0,89,89,93).

  • cyan value is 0.00%
  • magenta value is 88.89%
  • yellow value is 88.89%
  • key color value is 92.94%
CMYK:
(0,89,89,93)
C0M89Y89K93 
(0%,89%,89%,93%)
(0.00/0.89/0.89/0.93)	

CMYK percentages

%0
%88.89
%88.89
%92.94

Codes

Color #120202 in popluar color models

120202
RGB1822
HSL80.00%3.92%
HSB/HSV88.89%7.06%
CMYK0.00%88.89%88.89%
92.94%

Color #120202 in popluar number systems.

HEX120202
Decimal1822
Binary100101010
Octal2222

Shades and tints

Shades of #120202

#120202
(18,2,2)
#110202
(17,2,2)
#100202
(16,2,2)
#0F0202
(15,2,2)
#0E0202
(14,2,2)
#0D0202
(13,2,2)
#0C0202
(12,2,2)
#0B0202
(11,2,2)
#0A0202
(10,2,2)
#090202
(9,2,2)
#080202
(8,2,2)
#000000
(0,0,0)

Tints of #120202

#120202
(18,2,2)
#271919
(39,25,25)
#3C3030
(60,48,48)
#514747
(81,71,71)
#665E5E
(102,94,94)
#7B7575
(123,117,117)
#908C8C
(144,140,140)
#A5A3A3
(165,163,163)
#BABABA
(186,186,186)
#CFD1D1
(207,209,209)
#E4E8E8
(228,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120202; }

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

This text font color is #120202.


Background Color

.myBgColor { background-color: #120202; }

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

This div background color is #120202.


Border color

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

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

This div border color is #120202.


Opacity

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

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

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

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

This text has shadow with #120202 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120202 on black background.


Color preview on white background

This text has color #120202 on white background.



Black color preview on #120202 background

This text has black color on #120202 background.


White color preview on #120202 background

This text has white color on #120202 background.