COLOR #010412

HEX: #010412
RGB: (1,4,18)

Color info

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

RGB color model

#010412 color RGB value is (1,4,18).

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

RGB channels and saturation

R 1 of 255 = 0%
G 4 of 255 = 2%
B 18 of 255 = 7%

1
4
18

R + G + B ~ 3%. #010412 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 4 + 18 = 23 (100%)
R 1 of 23 ~ 4.35%
G 4 of 23 ~ 17.39%
B 18 of 23 ~ 78.26%

%17.39
%78.26

CMYK color model

#010412 color CMYK value is (94,78,0,93).

  • cyan value is 94.44%
  • magenta value is 77.78%
  • yellow value is 0.00%
  • key color value is 92.94%
CMYK:
(94,78,0,93)
C94M78Y0K93 
(94%,78%,0%,93%)
(0.94/0.78/0.00/0.93)	

CMYK percentages

%94.44
%77.78
%0
%92.94

Codes

Color #010412 in popluar color models

010412
RGB1418
HSL229°89.47%3.73%
HSB/HSV229°94.44%7.06%
CMYK94.44%77.78%0.00%
92.94%

Color #010412 in popluar number systems.

HEX010412
Decimal1418
Binary110010010
Octal1422

Shades and tints

Shades of #010412

#010412
(1,4,18)
#010411
(1,4,17)
#010410
(1,4,16)
#01040F
(1,4,15)
#01040E
(1,4,14)
#01040D
(1,4,13)
#01040C
(1,4,12)
#01040B
(1,4,11)
#01040A
(1,4,10)
#010409
(1,4,9)
#010408
(1,4,8)
#000000
(0,0,0)

Tints of #010412

#010412
(1,4,18)
#181A27
(24,26,39)
#2F303C
(47,48,60)
#464651
(70,70,81)
#5D5C66
(93,92,102)
#74727B
(116,114,123)
#8B8890
(139,136,144)
#A29EA5
(162,158,165)
#B9B4BA
(185,180,186)
#D0CACF
(208,202,207)
#E7E0E4
(231,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010412; }

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

This text font color is #010412.


Background Color

.myBgColor { background-color: #010412; }

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

This div background color is #010412.


Border color

.myBorderColor { border: 1px solid #010412; }

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

This div border color is #010412.


Opacity

.myOpacity80 { color: #010412; opacity: 0.8; }

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

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

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

This text has shadow with #010412 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010412 on black background.


Color preview on white background

This text has color #010412 on white background.



Black color preview on #010412 background

This text has black color on #010412 background.


White color preview on #010412 background

This text has white color on #010412 background.