COLOR #12121E

HEX: #12121E
RGB: (18,18,30)

Color info

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

RGB color model

#12121E color RGB value is (18,18,30).

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

RGB channels and saturation

R 18 of 255 = 7%
G 18 of 255 = 7%
B 30 of 255 = 12%

18
18
30

R + G + B ~ 9%. #12121E is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 18 + 30 = 66 (100%)
R 18 of 66 ~ 27.27%
G 18 of 66 ~ 27.27%
B 30 of 66 ~ 45.45%

%27.27
%27.27
%45.45

CMYK color model

#12121E color CMYK value is (40,40,0,88).

  • cyan value is 40.00%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(40,40,0,88)
C40M40Y0K88 
(40%,40%,0%,88%)
(0.40/0.40/0.00/0.88)	

CMYK percentages

%40
%40
%0
%88.24

Codes

Color #12121E in popluar color models

12121E
RGB181830
HSL240°25.00%9.41%
HSB/HSV240°40.00%11.76%
CMYK40.00%40.00%0.00%
88.24%

Color #12121E in popluar number systems.

HEX12121E
Decimal181830
Binary100101001011110
Octal222236

Shades and tints

Shades of #12121E

#12121E
(18,18,30)
#11111C
(17,17,28)
#10101A
(16,16,26)
#0F0F18
(15,15,24)
#0E0E16
(14,14,22)
#0D0D14
(13,13,20)
#0C0C12
(12,12,18)
#0B0B10
(11,11,16)
#0A0A0E
(10,10,14)
#09090C
(9,9,12)
#08080A
(8,8,10)
#000000
(0,0,0)

Tints of #12121E

#12121E
(18,18,30)
#272732
(39,39,50)
#3C3C46
(60,60,70)
#51515A
(81,81,90)
#66666E
(102,102,110)
#7B7B82
(123,123,130)
#909096
(144,144,150)
#A5A5AA
(165,165,170)
#BABABE
(186,186,190)
#CFCFD2
(207,207,210)
#E4E4E6
(228,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12121E; }

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

This text font color is #12121E.


Background Color

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

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

This div background color is #12121E.


Border color

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

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

This div border color is #12121E.


Opacity

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

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

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

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

This text has shadow with #12121E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12121E on black background.


Color preview on white background

This text has color #12121E on white background.



Black color preview on #12121E background

This text has black color on #12121E background.


White color preview on #12121E background

This text has white color on #12121E background.