COLOR #121D18

HEX: #121D18 RGB: (18,29,24)

Color info

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

RGB color model

#121D18 color RGB value is (18,29,24).

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

RGB channels and saturation

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

18
29
24

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

Portions of RGB colors in percentages

R + G + B = 18 + 29 + 24 = 71 (100%)
R 18 of 71 ~ 25.35%
G 29 of 71 ~ 40.85%
B 24 of 71 ~ 33.8'%

%25.35
%40.85
%33.8

CMYK color model

#121D18 color CMYK value is (38,0,17,89).

  • cyan value is 37.93%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 88.63%

CMYK: (38,0,17,89)
C38M0Y17K89 (38%, 0%, 17%, 89%)
(0.38 / 0.00 / 0.17 / 0.89)

CMYK percentages

%37.93
%0
%17.24
%88.63

Codes

Color #121D18 in popluar color models

12 1D 18
RGB 18 29 24
HSL 153° 23.40% 9.22%
HSB/HSV 153° 37.93% 11.37%
CMYK 37.93% 0.00% 17.24%
88.63%

Color #121D18 in popluar number systems.

HEX 12 1D 18
Decimal 18 29 24
Binary 10010 11101 11000
Octal 22 35 30

Shades and tints

Shades of #121D18

#121D18
(18,29,24)
#111B16
(17,27,22)
#101914
(16,25,20)
#0F1712
(15,23,18)
#0E1510
(14,21,16)
#0D130E
(13,19,14)
#0C110C
(12,17,12)
#0B0F0A
(11,15,10)
#0A0D08
(10,13,8)
#090B06
(9,11,6)
#080904
(8,9,4)
#000000
(0,0,0)

Tints of #121D18

#121D18
(18,29,24)
#27312D
(39,49,45)
#3C4542
(60,69,66)
#515957
(81,89,87)
#666D6C
(102,109,108)
#7B8181
(123,129,129)
#909596
(144,149,150)
#A5A9AB
(165,169,171)
#BABDC0
(186,189,192)
#CFD1D5
(207,209,213)
#E4E5EA
(228,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121D18; }

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

This text font color is #121D18.

Background Color

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

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

This div background color is #121D18.

Border color

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

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

This div border color is #121D18.

Opacity

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

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

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

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

This text has shadow with #121D18 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #121D18.

Preview

Color preview on black background

This text has color #121D18 on black background.


Color preview on white background

This text has color #121D18 on white background.


Black color preview on #121D18 background

This text has black color on #121D18 background.


White color preview on #121D18 background

This text has white color on #121D18 background.


Related colors

Complementary color

Complementary color for #hex is #EDE2E7.


I love getcolorcode.com

Triadic colors

1 #18121D and #1D1812 with #121D18 are triadic colors.

2 #181D12 and #1D1218 with #121D18 are triadic colors.