COLOR #011012

HEX: #011012 RGB: (1,16,18)

Color info

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

RGB color model

#011012 color RGB value is (1,16,18).

RGB: (1,16,18) (0%, 6%, 7%)

RGB channels and saturation

R 1 of 255 = 0%
G 16 of 255 = 6%
B 18 of 255 = 7%

1
16
18

R + G + B ~ 4%. #011012 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 16 + 18 = 35 (100%)
R 1 of 35 ~ 2.86%
G 16 of 35 ~ 45.71%
B 18 of 35 ~ 51.43'%

%45.71
%51.43

CMYK color model

#011012 color CMYK value is (94,11,0,93).

  • cyan value is 94.44%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 92.94%

CMYK: (94,11,0,93)
C94M11Y0K93 (94%, 11%, 0%, 93%)
(0.94 / 0.11 / 0.00 / 0.93)

CMYK percentages

%94.44
%11.11
%0
%92.94

Codes

Color #011012 in popluar color models

01 10 12
RGB 1 16 18
HSL 187° 89.47% 3.73%
HSB/HSV 187° 94.44% 7.06%
CMYK 94.44% 11.11% 0.00%
92.94%

Color #011012 in popluar number systems.

HEX 01 10 12
Decimal 1 16 18
Binary 1 10000 10010
Octal 1 20 22

Shades and tints

Shades of #011012

#011012
(1,16,18)
#010F11
(1,15,17)
#010E10
(1,14,16)
#010D0F
(1,13,15)
#010C0E
(1,12,14)
#010B0D
(1,11,13)
#010A0C
(1,10,12)
#01090B
(1,9,11)
#01080A
(1,8,10)
#010709
(1,7,9)
#010608
(1,6,8)
#000000
(0,0,0)

Tints of #011012

#011012
(1,16,18)
#182527
(24,37,39)
#2F3A3C
(47,58,60)
#464F51
(70,79,81)
#5D6466
(93,100,102)
#74797B
(116,121,123)
#8B8E90
(139,142,144)
#A2A3A5
(162,163,165)
#B9B8BA
(185,184,186)
#D0CDCF
(208,205,207)
#E7E2E4
(231,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011012; }

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

This text font color is #011012.

Background Color

.myBgColor { background-color: #011012; }

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

This div background color is #011012.

Border color

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

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

This div border color is #011012.

Opacity

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

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

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

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

This text has shadow with #011012 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #011012.

Preview

Color preview on black background

This text has color #011012 on black background.


Color preview on white background

This text has color #011012 on white background.


Black color preview on #011012 background

This text has black color on #011012 background.


White color preview on #011012 background

This text has white color on #011012 background.


Related colors

Complementary color

Complementary color for #hex is #FEEFED.


I love getcolorcode.com

Triadic colors

1 #120110 and #101201 with #011012 are triadic colors.

2 #121001 and #100112 with #011012 are triadic colors.