COLOR #120A17

HEX: #120A17 RGB: (18,10,23)

Color info

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

RGB color model

#120A17 color RGB value is (18,10,23).

RGB: (18,10,23) (7%, 4%, 9%)

RGB channels and saturation

R 18 of 255 = 7%
G 10 of 255 = 4%
B 23 of 255 = 9%

18
10
23

R + G + B ~ 7%. #120A17 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 10 + 23 = 51 (100%)
R 18 of 51 ~ 35.29%
G 10 of 51 ~ 19.61%
B 23 of 51 ~ 45.1'%

%35.29
%19.61
%45.1

CMYK color model

#120A17 color CMYK value is (22,57,0,91).

  • cyan value is 21.74%
  • magenta value is 56.52%
  • yellow value is 0.00%
  • key color value is 90.98%

CMYK: (22,57,0,91)
C22M57Y0K91 (22%, 57%, 0%, 91%)
(0.22 / 0.57 / 0.00 / 0.91)

CMYK percentages

%21.74
%56.52
%0
%90.98

Codes

Color #120A17 in popluar color models

12 0A 17
RGB 18 10 23
HSL 277° 39.39% 6.47%
HSB/HSV 277° 56.52% 9.02%
CMYK 21.74% 56.52% 0.00%
90.98%

Color #120A17 in popluar number systems.

HEX 12 0A 17
Decimal 18 10 23
Binary 10010 1010 10111
Octal 22 12 27

Shades and tints

Shades of #120A17

#120A17
(18,10,23)
#110A15
(17,10,21)
#100A13
(16,10,19)
#0F0A11
(15,10,17)
#0E0A0F
(14,10,15)
#0D0A0D
(13,10,13)
#0C0A0B
(12,10,11)
#0B0A09
(11,10,9)
#0A0A07
(10,10,7)
#090A05
(9,10,5)
#080A03
(8,10,3)
#000000
(0,0,0)

Tints of #120A17

#120A17
(18,10,23)
#27202C
(39,32,44)
#3C3641
(60,54,65)
#514C56
(81,76,86)
#66626B
(102,98,107)
#7B7880
(123,120,128)
#908E95
(144,142,149)
#A5A4AA
(165,164,170)
#BABABF
(186,186,191)
#CFD0D4
(207,208,212)
#E4E6E9
(228,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #120A17 color. Also use rgb(18,10,23) instead hex code.

Text Font Color

.myTextColor { color: #120A17; }

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

This text font color is #120A17.

Background Color

.myBgColor { background-color: #120A17; }

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

This div background color is #120A17.

Border color

.myBorderColor { border: 1px solid #120A17; }

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

This div border color is #120A17.

Opacity

.myOpacity80 { color: #120A17; opacity: 0.8; }

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

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

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

This text has shadow with #120A17 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120A17.

Preview

Color preview on black background

This text has color #120A17 on black background.


Color preview on white background

This text has color #120A17 on white background.


Black color preview on #120A17 background

This text has black color on #120A17 background.


White color preview on #120A17 background

This text has white color on #120A17 background.


Related colors

Complementary color

Complementary color for #hex is #EDF5E8.


I love getcolorcode.com

Triadic colors

1 #17120A and #0A1712 with #120A17 are triadic colors.

2 #170A12 and #0A1217 with #120A17 are triadic colors.