COLOR #120107

HEX: #120107 RGB: (18,1,7)

Color info

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

RGB color model

#120107 color RGB value is (18,1,7).

RGB: (18,1,7) (7%, 0%, 3%)

RGB channels and saturation

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

18
1
7

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

Portions of RGB colors in percentages

R + G + B = 18 + 1 + 7 = 26 (100%)
R 18 of 26 ~ 69.23%
G 1 of 26 ~ 3.85%
B 7 of 26 ~ 26.92'%

%69.23
%26.92

CMYK color model

#120107 color CMYK value is (0,94,61,93).

  • cyan value is 0.00%
  • magenta value is 94.44%
  • yellow value is 61.11%
  • key color value is 92.94%

CMYK: (0,94,61,93)
C0M94Y61K93 (0%, 94%, 61%, 93%)
(0.00 / 0.94 / 0.61 / 0.93)

CMYK percentages

%0
%94.44
%61.11
%92.94

Codes

Color #120107 in popluar color models

12 01 07
RGB 18 1 7
HSL 339° 89.47% 3.73%
HSB/HSV 339° 94.44% 7.06%
CMYK 0.00% 94.44% 61.11%
92.94%

Color #120107 in popluar number systems.

HEX 12 01 07
Decimal 18 1 7
Binary 10010 1 111
Octal 22 1 7

Shades and tints

Shades of #120107

#120107
(18,1,7)
#110107
(17,1,7)
#100107
(16,1,7)
#0F0107
(15,1,7)
#0E0107
(14,1,7)
#0D0107
(13,1,7)
#0C0107
(12,1,7)
#0B0107
(11,1,7)
#0A0107
(10,1,7)
#090107
(9,1,7)
#080107
(8,1,7)
#000000
(0,0,0)

Tints of #120107

#120107
(18,1,7)
#27181D
(39,24,29)
#3C2F33
(60,47,51)
#514649
(81,70,73)
#665D5F
(102,93,95)
#7B7475
(123,116,117)
#908B8B
(144,139,139)
#A5A2A1
(165,162,161)
#BAB9B7
(186,185,183)
#CFD0CD
(207,208,205)
#E4E7E3
(228,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120107; }

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

This text font color is #120107.

Background Color

.myBgColor { background-color: #120107; }

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

This div background color is #120107.

Border color

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

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

This div border color is #120107.

Opacity

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

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

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

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

This text has shadow with #120107 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120107.

Preview

Color preview on black background

This text has color #120107 on black background.


Color preview on white background

This text has color #120107 on white background.


Black color preview on #120107 background

This text has black color on #120107 background.


White color preview on #120107 background

This text has white color on #120107 background.


Related colors

Complementary color

Complementary color for #hex is #EDFEF8.


I love getcolorcode.com

Triadic colors

1 #071201 and #010712 with #120107 are triadic colors.

2 #070112 and #011207 with #120107 are triadic colors.