COLOR #120303

HEX: #120303
RGB: (18,3,3)

Color info

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

RGB color model

#120303 color RGB value is (18,3,3).

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

RGB channels and saturation

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

18
3
3

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

Portions of RGB colors in percentages

R + G + B =
18 + 3 + 3 = 24 (100%)
R 18 of 24 ~ 75%
G 3 of 24 ~ 12.5%
B 3 of 24 ~ 12.5%

%75
%12.5
%12.5

CMYK color model

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

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

CMYK percentages

%0
%83.33
%83.33
%92.94

Codes

Color #120303 in popluar color models

120303
RGB1833
HSL71.43%4.12%
HSB/HSV83.33%7.06%
CMYK0.00%83.33%83.33%
92.94%

Color #120303 in popluar number systems.

HEX120303
Decimal1833
Binary100101111
Octal2233

Shades and tints

Shades of #120303

#120303
(18,3,3)
#110303
(17,3,3)
#100303
(16,3,3)
#0F0303
(15,3,3)
#0E0303
(14,3,3)
#0D0303
(13,3,3)
#0C0303
(12,3,3)
#0B0303
(11,3,3)
#0A0303
(10,3,3)
#090303
(9,3,3)
#080303
(8,3,3)
#000000
(0,0,0)

Tints of #120303

#120303
(18,3,3)
#271919
(39,25,25)
#3C2F2F
(60,47,47)
#514545
(81,69,69)
#665B5B
(102,91,91)
#7B7171
(123,113,113)
#908787
(144,135,135)
#A59D9D
(165,157,157)
#BAB3B3
(186,179,179)
#CFC9C9
(207,201,201)
#E4DFDF
(228,223,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120303; }

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

This text font color is #120303.


Background Color

.myBgColor { background-color: #120303; }

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

This div background color is #120303.


Border color

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

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

This div border color is #120303.


Opacity

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

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

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

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

This text has shadow with #120303 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120303 on black background.


Color preview on white background

This text has color #120303 on white background.



Black color preview on #120303 background

This text has black color on #120303 background.


White color preview on #120303 background

This text has white color on #120303 background.