COLOR #12011C

HEX: #12011C
RGB: (18,1,28)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

18
1
28

R + G + B ~ 6%. #12011C is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 1 + 28 = 47 (100%)
R 18 of 47 ~ 38.3%
G 1 of 47 ~ 2.13%
B 28 of 47 ~ 59.57%

%38.3
%59.57

CMYK color model

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

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

CMYK percentages

%35.71
%96.43
%0
%89.02

Codes

Color #12011C in popluar color models

12011C
RGB18128
HSL278°93.10%5.69%
HSB/HSV278°96.43%10.98%
CMYK35.71%96.43%0.00%
89.02%

Color #12011C in popluar number systems.

HEX12011C
Decimal18128
Binary10010111100
Octal22134

Shades and tints

Shades of #12011C

#12011C
(18,1,28)
#11011A
(17,1,26)
#100118
(16,1,24)
#0F0116
(15,1,22)
#0E0114
(14,1,20)
#0D0112
(13,1,18)
#0C0110
(12,1,16)
#0B010E
(11,1,14)
#0A010C
(10,1,12)
#09010A
(9,1,10)
#080108
(8,1,8)
#000000
(0,0,0)

Tints of #12011C

#12011C
(18,1,28)
#271830
(39,24,48)
#3C2F44
(60,47,68)
#514658
(81,70,88)
#665D6C
(102,93,108)
#7B7480
(123,116,128)
#908B94
(144,139,148)
#A5A2A8
(165,162,168)
#BAB9BC
(186,185,188)
#CFD0D0
(207,208,208)
#E4E7E4
(228,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12011C; }

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

This text font color is #12011C.


Background Color

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

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

This div background color is #12011C.


Border color

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

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

This div border color is #12011C.


Opacity

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

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

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

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

This text has shadow with #12011C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12011C on black background.


Color preview on white background

This text has color #12011C on white background.



Black color preview on #12011C background

This text has black color on #12011C background.


White color preview on #12011C background

This text has white color on #12011C background.