COLOR #12011A

HEX: #12011A
RGB: (18,1,26)

Color info

#12011A contains red, green and blue colors in about the same proportion. Web safe color of #12011A is #000000 (or #000).

RGB color model

#12011A color RGB value is (18,1,26).

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

RGB channels and saturation

R 18 of 255 = 7%
G 1 of 255 = 0%
B 26 of 255 = 10%

18
1
26

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

Portions of RGB colors in percentages

R + G + B =
18 + 1 + 26 = 45 (100%)
R 18 of 45 ~ 40%
G 1 of 45 ~ 2.22%
B 26 of 45 ~ 57.78%

%40
%57.78

CMYK color model

#12011A color CMYK value is (31,96,0,90).

  • cyan value is 30.77%
  • magenta value is 96.15%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(31,96,0,90)
C31M96Y0K90 
(31%,96%,0%,90%)
(0.31/0.96/0.00/0.90)	

CMYK percentages

%30.77
%96.15
%0
%89.8

Codes

Color #12011A in popluar color models

12011A
RGB18126
HSL281°92.59%5.29%
HSB/HSV281°96.15%10.20%
CMYK30.77%96.15%0.00%
89.80%

Color #12011A in popluar number systems.

HEX12011A
Decimal18126
Binary10010111010
Octal22132

Shades and tints

Shades of #12011A

#12011A
(18,1,26)
#110118
(17,1,24)
#100116
(16,1,22)
#0F0114
(15,1,20)
#0E0112
(14,1,18)
#0D0110
(13,1,16)
#0C010E
(12,1,14)
#0B010C
(11,1,12)
#0A010A
(10,1,10)
#090108
(9,1,8)
#080106
(8,1,6)
#000000
(0,0,0)

Tints of #12011A

#12011A
(18,1,26)
#27182E
(39,24,46)
#3C2F42
(60,47,66)
#514656
(81,70,86)
#665D6A
(102,93,106)
#7B747E
(123,116,126)
#908B92
(144,139,146)
#A5A2A6
(165,162,166)
#BAB9BA
(186,185,186)
#CFD0CE
(207,208,206)
#E4E7E2
(228,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12011A; }

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

This text font color is #12011A.


Background Color

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

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

This div background color is #12011A.


Border color

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

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

This div border color is #12011A.


Opacity

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

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

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

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

This text has shadow with #12011A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12011A on black background.


Color preview on white background

This text has color #12011A on white background.



Black color preview on #12011A background

This text has black color on #12011A background.


White color preview on #12011A background

This text has white color on #12011A background.