COLOR #120915

HEX: #120915 RGB: (18,9,21)

Color info

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

RGB color model

#120915 color RGB value is (18,9,21).

RGB: (18,9,21) (7%, 4%, 8%)

RGB channels and saturation

R 18 of 255 = 7%
G 9 of 255 = 4%
B 21 of 255 = 8%

18
9
21

R + G + B ~ 6%. #120915 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 9 + 21 = 48 (100%)
R 18 of 48 ~ 37.5%
G 9 of 48 ~ 18.75%
B 21 of 48 ~ 43.75'%

%37.5
%18.75
%43.75

CMYK color model

#120915 color CMYK value is (14,57,0,92).

  • cyan value is 14.29%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK: (14,57,0,92) C14M57Y0K92 (14%,57%,0%,92%) (0.14/0.57/0.00/0.92) 

CMYK percentages

%14.29
%57.14
%0
%91.76

Codes

Color #120915 in popluar color models

12 09 15
RGB 18 9 21
HSL 285° 40.00% 5.88%
HSB/HSV 285° 57.14% 8.24%
CMYK 14.29% 57.14% 0.00%
91.76%

Color #120915 in popluar number systems.

HEX 12 09 15
Decimal 18 9 21
Binary 10010 1001 10101
Octal 22 11 25

Shades and tints

Shades of #120915

#120915
(18,9,21)
#110914
(17,9,20)
#100913
(16,9,19)
#0F0912
(15,9,18)
#0E0911
(14,9,17)
#0D0910
(13,9,16)
#0C090F
(12,9,15)
#0B090E
(11,9,14)
#0A090D
(10,9,13)
#09090C
(9,9,12)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #120915

#120915
(18,9,21)
#271F2A
(39,31,42)
#3C353F
(60,53,63)
#514B54
(81,75,84)
#666169
(102,97,105)
#7B777E
(123,119,126)
#908D93
(144,141,147)
#A5A3A8
(165,163,168)
#BAB9BD
(186,185,189)
#CFCFD2
(207,207,210)
#E4E5E7
(228,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120915; }

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

This text font color is #120915.

Background Color

.myBgColor { background-color: #120915; }

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

This div background color is #120915.

Border color

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

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

This div border color is #120915.

Opacity

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

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

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

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

This text has shadow with #120915 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120915.

Preview

Color preview on black background

This text has color #120915 on black background.


Color preview on white background

This text has color #120915 on white background.


Black color preview on #120915 background

This text has black color on #120915 background.


White color preview on #120915 background

This text has white color on #120915 background.


Related colors

Complementary color

Complementary color for #hex is #EDF6EA.


I love getcolorcode.com

Triadic colors

1 #151209 and #091512 with #120915 are triadic colors.

2 #150912 and #091215 with #120915 are triadic colors.