COLOR #121B18

HEX: #121B18 RGB: (18,27,24)

Color info

#121B18 contains red, green and blue colors in about the same proportion. Web safe color of #121B18 is #003300 (or #030).

RGB color model

#121B18 color RGB value is (18,27,24).

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

RGB channels and saturation

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

18
27
24

R + G + B ~ 9%. #121B18 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 27 + 24 = 69 (100%)
R 18 of 69 ~ 26.09%
G 27 of 69 ~ 39.13%
B 24 of 69 ~ 34.78'%

%26.09
%39.13
%34.78

CMYK color model

#121B18 color CMYK value is (33,0,11,89).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 89.41%

CMYK: (33,0,11,89)
C33M0Y11K89 (33%, 0%, 11%, 89%)
(0.33 / 0.00 / 0.11 / 0.89)

CMYK percentages

%33.33
%0
%11.11
%89.41

Codes

Color #121B18 in popluar color models

12 1B 18
RGB 18 27 24
HSL 160° 20.00% 8.82%
HSB/HSV 160° 33.33% 10.59%
CMYK 33.33% 0.00% 11.11%
89.41%

Color #121B18 in popluar number systems.

HEX 12 1B 18
Decimal 18 27 24
Binary 10010 11011 11000
Octal 22 33 30

Shades and tints

Shades of #121B18

#121B18
(18,27,24)
#111916
(17,25,22)
#101714
(16,23,20)
#0F1512
(15,21,18)
#0E1310
(14,19,16)
#0D110E
(13,17,14)
#0C0F0C
(12,15,12)
#0B0D0A
(11,13,10)
#0A0B08
(10,11,8)
#090906
(9,9,6)
#080704
(8,7,4)
#000000
(0,0,0)

Tints of #121B18

#121B18
(18,27,24)
#272F2D
(39,47,45)
#3C4342
(60,67,66)
#515757
(81,87,87)
#666B6C
(102,107,108)
#7B7F81
(123,127,129)
#909396
(144,147,150)
#A5A7AB
(165,167,171)
#BABBC0
(186,187,192)
#CFCFD5
(207,207,213)
#E4E3EA
(228,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121B18; }

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

This text font color is #121B18.

Background Color

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

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

This div background color is #121B18.

Border color

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

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

This div border color is #121B18.

Opacity

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

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

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

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

This text has shadow with #121B18 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #121B18.

Preview

Color preview on black background

This text has color #121B18 on black background.


Color preview on white background

This text has color #121B18 on white background.


Black color preview on #121B18 background

This text has black color on #121B18 background.


White color preview on #121B18 background

This text has white color on #121B18 background.


Related colors

Complementary color

Complementary color for #hex is #EDE4E7.


I love getcolorcode.com

Triadic colors

1 #18121B and #1B1812 with #121B18 are triadic colors.

2 #181B12 and #1B1218 with #121B18 are triadic colors.