COLOR #12141F

HEX: #12141F RGB: (18,20,31)

Color info

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

RGB color model

#12141F color RGB value is (18,20,31).

RGB: (18,20,31) (7%, 8%, 12%)

RGB channels and saturation

R 18 of 255 = 7%
G 20 of 255 = 8%
B 31 of 255 = 12%

18
20
31

R + G + B ~ 9%. #12141F is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 20 + 31 = 69 (100%)
R 18 of 69 ~ 26.09%
G 20 of 69 ~ 28.99%
B 31 of 69 ~ 44.93'%

%26.09
%28.99
%44.93

CMYK color model

#12141F color CMYK value is (42,35,0,88).

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

CMYK: (42,35,0,88)
C42M35Y0K88 (42%, 35%, 0%, 88%)
(0.42 / 0.35 / 0.00 / 0.88)

CMYK percentages

%41.94
%35.48
%0
%87.84

Codes

Color #12141F in popluar color models

12 14 1F
RGB 18 20 31
HSL 231° 26.53% 9.61%
HSB/HSV 231° 41.94% 12.16%
CMYK 41.94% 35.48% 0.00%
87.84%

Color #12141F in popluar number systems.

HEX 12 14 1F
Decimal 18 20 31
Binary 10010 10100 11111
Octal 22 24 37

Shades and tints

Shades of #12141F

#12141F
(18,20,31)
#11131D
(17,19,29)
#10121B
(16,18,27)
#0F1119
(15,17,25)
#0E1017
(14,16,23)
#0D0F15
(13,15,21)
#0C0E13
(12,14,19)
#0B0D11
(11,13,17)
#0A0C0F
(10,12,15)
#090B0D
(9,11,13)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #12141F

#12141F
(18,20,31)
#272933
(39,41,51)
#3C3E47
(60,62,71)
#51535B
(81,83,91)
#66686F
(102,104,111)
#7B7D83
(123,125,131)
#909297
(144,146,151)
#A5A7AB
(165,167,171)
#BABCBF
(186,188,191)
#CFD1D3
(207,209,211)
#E4E6E7
(228,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12141F color. Also use rgb(18,20,31) instead hex code.

Text Font Color

.myTextColor { color: #12141F; }

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

This text font color is #12141F.

Background Color

.myBgColor { background-color: #12141F; }

<div style="background-color:#12141F">Inner text</div>

This div background color is #12141F.

Border color

.myBorderColor { border: 1px solid #12141F; }

<div style="border:3px solid #12141F">Div</div>

This div border color is #12141F.

Opacity

.myOpacity80 { color: #12141F; opacity: 0.8; }

<p style="color:#12141F;opacity:0.8;">80%</p>

Text with #12141F 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 #12141F;}

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

This text has shadow with #12141F color.


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

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

This text has shadow with #12141F primary color and red secondary color.


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

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

This text has shadow with #12141F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #12141F.

Preview

Color preview on black background

This text has color #12141F on black background.


Color preview on white background

This text has color #12141F on white background.


Black color preview on #12141F background

This text has black color on #12141F background.


White color preview on #12141F background

This text has white color on #12141F background.


Related colors

Complementary color

Complementary color for #hex is #EDEBE0.


I love getcolorcode.com

Triadic colors

1 #1F1214 and #141F12 with #12141F are triadic colors.

2 #1F1412 and #14121F with #12141F are triadic colors.