COLOR #120B18

HEX: #120B18 RGB: (18,11,24)

Color info

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

RGB color model

#120B18 color RGB value is (18,11,24).

RGB: (18,11,24) (7%, 4%, 9%)

RGB channels and saturation

R 18 of 255 = 7%
G 11 of 255 = 4%
B 24 of 255 = 9%

18
11
24

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

Portions of RGB colors in percentages

R + G + B = 18 + 11 + 24 = 53 (100%)
R 18 of 53 ~ 33.96%
G 11 of 53 ~ 20.75%
B 24 of 53 ~ 45.28'%

%33.96
%20.75
%45.28

CMYK color model

#120B18 color CMYK value is (25,54,0,91).

  • cyan value is 25.00%
  • magenta value is 54.17%
  • yellow value is 0.00%
  • key color value is 90.59%

CMYK: (25,54,0,91)
C25M54Y0K91 (25%, 54%, 0%, 91%)
(0.25 / 0.54 / 0.00 / 0.91)

CMYK percentages

%25
%54.17
%0
%90.59

Codes

Color #120B18 in popluar color models

12 0B 18
RGB 18 11 24
HSL 272° 37.14% 6.86%
HSB/HSV 272° 54.17% 9.41%
CMYK 25.00% 54.17% 0.00%
90.59%

Color #120B18 in popluar number systems.

HEX 12 0B 18
Decimal 18 11 24
Binary 10010 1011 11000
Octal 22 13 30

Shades and tints

Shades of #120B18

#120B18
(18,11,24)
#110A16
(17,10,22)
#100914
(16,9,20)
#0F0812
(15,8,18)
#0E0710
(14,7,16)
#0D060E
(13,6,14)
#0C050C
(12,5,12)
#0B040A
(11,4,10)
#0A0308
(10,3,8)
#090206
(9,2,6)
#080104
(8,1,4)
#000000
(0,0,0)

Tints of #120B18

#120B18
(18,11,24)
#27212D
(39,33,45)
#3C3742
(60,55,66)
#514D57
(81,77,87)
#66636C
(102,99,108)
#7B7981
(123,121,129)
#908F96
(144,143,150)
#A5A5AB
(165,165,171)
#BABBC0
(186,187,192)
#CFD1D5
(207,209,213)
#E4E7EA
(228,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #120B18 color. Also use rgb(18,11,24) instead hex code.

Text Font Color

.myTextColor { color: #120B18; }

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

This text font color is #120B18.

Background Color

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

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

This div background color is #120B18.

Border color

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

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

This div border color is #120B18.

Opacity

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

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

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

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

This text has shadow with #120B18 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120B18.

Preview

Color preview on black background

This text has color #120B18 on black background.


Color preview on white background

This text has color #120B18 on white background.


Black color preview on #120B18 background

This text has black color on #120B18 background.


White color preview on #120B18 background

This text has white color on #120B18 background.


Related colors

Complementary color

Complementary color for #hex is #EDF4E7.


I love getcolorcode.com

Triadic colors

1 #18120B and #0B1812 with #120B18 are triadic colors.

2 #180B12 and #0B1218 with #120B18 are triadic colors.