COLOR #121A1D

HEX: #121A1D
RGB: (18,26,29)

Color info

#121A1D contains red, green and blue colors in about the same proportion. Web safe color of #121A1D is #000033 (or #003).

RGB color model

#121A1D color RGB value is (18,26,29).

  • red value is 18;
  • green value is 26;
  • blue value is 29.
RGB:
(18,26,29)
(7%,10%,11%)

RGB channels and saturation

R 18 of 255 = 7%
G 26 of 255 = 10%
B 29 of 255 = 11%

18
26
29

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

Portions of RGB colors in percentages

R + G + B =
18 + 26 + 29 = 73 (100%)
R 18 of 73 ~ 24.66%
G 26 of 73 ~ 35.62%
B 29 of 73 ~ 39.73%

%24.66
%35.62
%39.73

CMYK color model

#121A1D color CMYK value is (38,10,0,89).

  • cyan value is 37.93%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(38,10,0,89)
C38M10Y0K89 
(38%,10%,0%,89%)
(0.38/0.10/0.00/0.89)	

CMYK percentages

%37.93
%10.34
%0
%88.63

Codes

Color #121A1D in popluar color models

121A1D
RGB182629
HSL196°23.40%9.22%
HSB/HSV196°37.93%11.37%
CMYK37.93%10.34%0.00%
88.63%

Color #121A1D in popluar number systems.

HEX121A1D
Decimal182629
Binary100101101011101
Octal223235

Shades and tints

Shades of #121A1D

#121A1D
(18,26,29)
#11181B
(17,24,27)
#101619
(16,22,25)
#0F1417
(15,20,23)
#0E1215
(14,18,21)
#0D1013
(13,16,19)
#0C0E11
(12,14,17)
#0B0C0F
(11,12,15)
#0A0A0D
(10,10,13)
#09080B
(9,8,11)
#080609
(8,6,9)
#000000
(0,0,0)

Tints of #121A1D

#121A1D
(18,26,29)
#272E31
(39,46,49)
#3C4245
(60,66,69)
#515659
(81,86,89)
#666A6D
(102,106,109)
#7B7E81
(123,126,129)
#909295
(144,146,149)
#A5A6A9
(165,166,169)
#BABABD
(186,186,189)
#CFCED1
(207,206,209)
#E4E2E5
(228,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121A1D; }

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

This text font color is #121A1D.


Background Color

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

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

This div background color is #121A1D.


Border color

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

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

This div border color is #121A1D.


Opacity

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

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

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

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

This text has shadow with #121A1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121A1D on black background.


Color preview on white background

This text has color #121A1D on white background.



Black color preview on #121A1D background

This text has black color on #121A1D background.


White color preview on #121A1D background

This text has white color on #121A1D background.