COLOR #121F1A

HEX: #121F1A RGB: (18,31,26)

Color info

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

RGB color model

#121F1A color RGB value is (18,31,26).

RGB: (18,31,26) (7%, 12%, 10%)

RGB channels and saturation

R 18 of 255 = 7%
G 31 of 255 = 12%
B 26 of 255 = 10%

18
31
26

R + G + B ~ 10%. #121F1A is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 31 + 26 = 75 (100%)
R 18 of 75 ~ 24%
G 31 of 75 ~ 41.33%
B 26 of 75 ~ 34.67'%

%24
%41.33
%34.67

CMYK color model

#121F1A color CMYK value is (42,0,16,88).

  • cyan value is 41.94%
  • magenta value is 0.00%
  • yellow value is 16.13%
  • key color value is 87.84%

CMYK: (42,0,16,88)
C42M0Y16K88 (42%, 0%, 16%, 88%)
(0.42 / 0.00 / 0.16 / 0.88)

CMYK percentages

%41.94
%0
%16.13
%87.84

Codes

Color #121F1A in popluar color models

12 1F 1A
RGB 18 31 26
HSL 157° 26.53% 9.61%
HSB/HSV 157° 41.94% 12.16%
CMYK 41.94% 0.00% 16.13%
87.84%

Color #121F1A in popluar number systems.

HEX 12 1F 1A
Decimal 18 31 26
Binary 10010 11111 11010
Octal 22 37 32

Shades and tints

Shades of #121F1A

#121F1A
(18,31,26)
#111D18
(17,29,24)
#101B16
(16,27,22)
#0F1914
(15,25,20)
#0E1712
(14,23,18)
#0D1510
(13,21,16)
#0C130E
(12,19,14)
#0B110C
(11,17,12)
#0A0F0A
(10,15,10)
#090D08
(9,13,8)
#080B06
(8,11,6)
#000000
(0,0,0)

Tints of #121F1A

#121F1A
(18,31,26)
#27332E
(39,51,46)
#3C4742
(60,71,66)
#515B56
(81,91,86)
#666F6A
(102,111,106)
#7B837E
(123,131,126)
#909792
(144,151,146)
#A5ABA6
(165,171,166)
#BABFBA
(186,191,186)
#CFD3CE
(207,211,206)
#E4E7E2
(228,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121F1A; }

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

This text font color is #121F1A.

Background Color

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

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

This div background color is #121F1A.

Border color

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

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

This div border color is #121F1A.

Opacity

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

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

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

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

This text has shadow with #121F1A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #121F1A.

Preview

Color preview on black background

This text has color #121F1A on black background.


Color preview on white background

This text has color #121F1A on white background.


Black color preview on #121F1A background

This text has black color on #121F1A background.


White color preview on #121F1A background

This text has white color on #121F1A background.


Related colors

Complementary color

Complementary color for #hex is #EDE0E5.


I love getcolorcode.com

Triadic colors

1 #1A121F and #1F1A12 with #121F1A are triadic colors.

2 #1A1F12 and #1F121A with #121F1A are triadic colors.