COLOR #12001E

HEX: #12001E
RGB: (18,0,30)

Color info

#12001E contains only red and blue colors. Web safe color of #12001E is #000033 (or #003).

RGB color model

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

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

RGB channels and saturation

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

18
0
30

R + G + B ~ 6%. #12001E is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 0 + 30 = 48 (100%)
R 18 of 48 ~ 37.5%
G 0 of 48 ~ 0%
B 30 of 48 ~ 62.5%

%37.5
%62.5

CMYK color model

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

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

CMYK percentages

%40
%100
%0
%88.24

Codes

Color #12001E in popluar color models

12001E
RGB18030
HSL276°100.00%5.88%
HSB/HSV276°100.00%11.76%
CMYK40.00%100.00%0.00%
88.24%

Color #12001E in popluar number systems.

HEX12001E
Decimal18030
Binary10010011110
Octal22036

Shades and tints

Shades of #12001E

#12001E
(18,0,30)
#11001C
(17,0,28)
#10001A
(16,0,26)
#0F0018
(15,0,24)
#0E0016
(14,0,22)
#0D0014
(13,0,20)
#0C0012
(12,0,18)
#0B0010
(11,0,16)
#0A000E
(10,0,14)
#09000C
(9,0,12)
#08000A
(8,0,10)
#000000
(0,0,0)

Tints of #12001E

#12001E
(18,0,30)
#271732
(39,23,50)
#3C2E46
(60,46,70)
#51455A
(81,69,90)
#665C6E
(102,92,110)
#7B7382
(123,115,130)
#908A96
(144,138,150)
#A5A1AA
(165,161,170)
#BAB8BE
(186,184,190)
#CFCFD2
(207,207,210)
#E4E6E6
(228,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12001E; }

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

This text font color is #12001E.


Background Color

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

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

This div background color is #12001E.


Border color

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

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

This div border color is #12001E.


Opacity

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

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

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

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

This text has shadow with #12001E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12001E on black background.


Color preview on white background

This text has color #12001E on white background.



Black color preview on #12001E background

This text has black color on #12001E background.


White color preview on #12001E background

This text has white color on #12001E background.