COLOR #120302

HEX: #120302
RGB: (18,3,2)

Color info

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

RGB color model

#120302 color RGB value is (18,3,2).

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

RGB channels and saturation

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

18
3
2

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

Portions of RGB colors in percentages

R + G + B =
18 + 3 + 2 = 23 (100%)
R 18 of 23 ~ 78.26%
G 3 of 23 ~ 13.04%
B 2 of 23 ~ 8.7%

%78.26
%13.04

CMYK color model

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

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

CMYK percentages

%0
%83.33
%88.89
%92.94

Codes

Color #120302 in popluar color models

120302
RGB1832
HSL80.00%3.92%
HSB/HSV88.89%7.06%
CMYK0.00%83.33%88.89%
92.94%

Color #120302 in popluar number systems.

HEX120302
Decimal1832
Binary100101110
Octal2232

Shades and tints

Shades of #120302

#120302
(18,3,2)
#110302
(17,3,2)
#100302
(16,3,2)
#0F0302
(15,3,2)
#0E0302
(14,3,2)
#0D0302
(13,3,2)
#0C0302
(12,3,2)
#0B0302
(11,3,2)
#0A0302
(10,3,2)
#090302
(9,3,2)
#080302
(8,3,2)
#000000
(0,0,0)

Tints of #120302

#120302
(18,3,2)
#271919
(39,25,25)
#3C2F30
(60,47,48)
#514547
(81,69,71)
#665B5E
(102,91,94)
#7B7175
(123,113,117)
#90878C
(144,135,140)
#A59DA3
(165,157,163)
#BAB3BA
(186,179,186)
#CFC9D1
(207,201,209)
#E4DFE8
(228,223,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120302; }

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

This text font color is #120302.


Background Color

.myBgColor { background-color: #120302; }

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

This div background color is #120302.


Border color

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

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

This div border color is #120302.


Opacity

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

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

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

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

This text has shadow with #120302 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120302 on black background.


Color preview on white background

This text has color #120302 on white background.



Black color preview on #120302 background

This text has black color on #120302 background.


White color preview on #120302 background

This text has white color on #120302 background.