COLOR #12131C

HEX: #12131C
RGB: (18,19,28)

Color info

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

RGB color model

#12131C color RGB value is (18,19,28).

  • red value is 18;
  • green value is 19;
  • blue value is 28.
RGB:
(18,19,28)
(7%,7%,11%)

RGB channels and saturation

R 18 of 255 = 7%
G 19 of 255 = 7%
B 28 of 255 = 11%

18
19
28

R + G + B ~ 8%. #12131C is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 19 + 28 = 65 (100%)
R 18 of 65 ~ 27.69%
G 19 of 65 ~ 29.23%
B 28 of 65 ~ 43.08%

%27.69
%29.23
%43.08

CMYK color model

#12131C color CMYK value is (36,32,0,89).

  • cyan value is 35.71%
  • magenta value is 32.14%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(36,32,0,89)
C36M32Y0K89 
(36%,32%,0%,89%)
(0.36/0.32/0.00/0.89)	

CMYK percentages

%35.71
%32.14
%0
%89.02

Codes

Color #12131C in popluar color models

12131C
RGB181928
HSL234°21.74%9.02%
HSB/HSV234°35.71%10.98%
CMYK35.71%32.14%0.00%
89.02%

Color #12131C in popluar number systems.

HEX12131C
Decimal181928
Binary100101001111100
Octal222334

Shades and tints

Shades of #12131C

#12131C
(18,19,28)
#11121A
(17,18,26)
#101118
(16,17,24)
#0F1016
(15,16,22)
#0E0F14
(14,15,20)
#0D0E12
(13,14,18)
#0C0D10
(12,13,16)
#0B0C0E
(11,12,14)
#0A0B0C
(10,11,12)
#090A0A
(9,10,10)
#080908
(8,9,8)
#000000
(0,0,0)

Tints of #12131C

#12131C
(18,19,28)
#272830
(39,40,48)
#3C3D44
(60,61,68)
#515258
(81,82,88)
#66676C
(102,103,108)
#7B7C80
(123,124,128)
#909194
(144,145,148)
#A5A6A8
(165,166,168)
#BABBBC
(186,187,188)
#CFD0D0
(207,208,208)
#E4E5E4
(228,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12131C color. Also use rgb(18,19,28) instead hex code.

Text Font Color

.myTextColor { color: #12131C; }

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

This text font color is #12131C.


Background Color

.myBgColor { background-color: #12131C; }

<div style="background-color:#12131C">Inner text</div>

This div background color is #12131C.


Border color

.myBorderColor { border: 1px solid #12131C; }

<div style="border:3px solid #12131C">Div</div>

This div border color is #12131C.


Opacity

.myOpacity80 { color: #12131C; opacity: 0.8; }

<p style="color:#12131C;opacity:0.8;">80%</p>

Text with #12131C 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 #12131C;}

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

This text has shadow with #12131C color.

.textShadow {text-shadow: 3px 3px 1px #12131C, 3px 3px 1px red;}

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

This text has shadow with #12131C primary color and red secondary color.


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

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

This text has shadow with #12131C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12131C on black background.


Color preview on white background

This text has color #12131C on white background.



Black color preview on #12131C background

This text has black color on #12131C background.


White color preview on #12131C background

This text has white color on #12131C background.