COLOR #120009

HEX: #120009 RGB: (18,0,9)

Color info

#120009 contains only red and blue colors. Web safe color of #120009 is #000000 (or #000).

RGB color model

#120009 color RGB value is (18,0,9).

RGB: (18,0,9) (7%, 0%, 4%)

RGB channels and saturation

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

18
0
9

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

Portions of RGB colors in percentages

R + G + B = 18 + 0 + 9 = 27 (100%)
R 18 of 27 ~ 66.67%
G 0 of 27 ~ 0%
B 9 of 27 ~ 33.33'%

%66.67
%33.33

CMYK color model

#120009 color CMYK value is (0,100,50,93).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 50.00%
  • key color value is 92.94%

CMYK: (0,100,50,93)
C0M100Y50K93 (0%, 100%, 50%, 93%)
(0.00 / 1.00 / 0.50 / 0.93)

CMYK percentages

%0
%100
%50
%92.94

Codes

Color #120009 in popluar color models

12 00 09
RGB 18 0 9
HSL 330° 100.00% 3.53%
HSB/HSV 330° 100.00% 7.06%
CMYK 0.00% 100.00% 50.00%
92.94%

Color #120009 in popluar number systems.

HEX 12 00 09
Decimal 18 0 9
Binary 10010 0 1001
Octal 22 0 11

Shades and tints

Shades of #120009

#120009
(18,0,9)
#110009
(17,0,9)
#100009
(16,0,9)
#0F0009
(15,0,9)
#0E0009
(14,0,9)
#0D0009
(13,0,9)
#0C0009
(12,0,9)
#0B0009
(11,0,9)
#0A0009
(10,0,9)
#090009
(9,0,9)
#080009
(8,0,9)
#000000
(0,0,0)

Tints of #120009

#120009
(18,0,9)
#27171F
(39,23,31)
#3C2E35
(60,46,53)
#51454B
(81,69,75)
#665C61
(102,92,97)
#7B7377
(123,115,119)
#908A8D
(144,138,141)
#A5A1A3
(165,161,163)
#BAB8B9
(186,184,185)
#CFCFCF
(207,207,207)
#E4E6E5
(228,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120009; }

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

This text font color is #120009.

Background Color

.myBgColor { background-color: #120009; }

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

This div background color is #120009.

Border color

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

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

This div border color is #120009.

Opacity

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

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

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

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

This text has shadow with #120009 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120009.

Preview

Color preview on black background

This text has color #120009 on black background.


Color preview on white background

This text has color #120009 on white background.


Black color preview on #120009 background

This text has black color on #120009 background.


White color preview on #120009 background

This text has white color on #120009 background.


Related colors

Complementary color

Complementary color for #hex is #EDFFF6.


I love getcolorcode.com

Triadic colors

1 #091200 and #000912 with #120009 are triadic colors.

2 #090012 and #001209 with #120009 are triadic colors.