COLOR #12121C

HEX: #12121C
RGB: (18,18,28)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

18
18
28

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

Portions of RGB colors in percentages

R + G + B =
18 + 18 + 28 = 64 (100%)
R 18 of 64 ~ 28.13%
G 18 of 64 ~ 28.13%
B 28 of 64 ~ 43.75%

%28.13
%28.13
%43.75

CMYK color model

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

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

CMYK percentages

%35.71
%35.71
%0
%89.02

Codes

Color #12121C in popluar color models

12121C
RGB181828
HSL240°21.74%9.02%
HSB/HSV240°35.71%10.98%
CMYK35.71%35.71%0.00%
89.02%

Color #12121C in popluar number systems.

HEX12121C
Decimal181828
Binary100101001011100
Octal222234

Shades and tints

Shades of #12121C

#12121C
(18,18,28)
#11111A
(17,17,26)
#101018
(16,16,24)
#0F0F16
(15,15,22)
#0E0E14
(14,14,20)
#0D0D12
(13,13,18)
#0C0C10
(12,12,16)
#0B0B0E
(11,11,14)
#0A0A0C
(10,10,12)
#09090A
(9,9,10)
#080808
(8,8,8)
#000000
(0,0,0)

Tints of #12121C

#12121C
(18,18,28)
#272730
(39,39,48)
#3C3C44
(60,60,68)
#515158
(81,81,88)
#66666C
(102,102,108)
#7B7B80
(123,123,128)
#909094
(144,144,148)
#A5A5A8
(165,165,168)
#BABABC
(186,186,188)
#CFCFD0
(207,207,208)
#E4E4E4
(228,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12121C; }

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

This text font color is #12121C.


Background Color

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

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

This div background color is #12121C.


Border color

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

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

This div border color is #12121C.


Opacity

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

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

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

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

This text has shadow with #12121C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12121C on black background.


Color preview on white background

This text has color #12121C on white background.



Black color preview on #12121C background

This text has black color on #12121C background.


White color preview on #12121C background

This text has white color on #12121C background.