COLOR #010112

HEX: #010112 RGB: (1,1,18)

Color info

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

RGB color model

#010112 color RGB value is (1,1,18).

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

RGB channels and saturation

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

1
1
18

R + G + B ~ 2%. #010112 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 1 + 18 = 20 (100%)
R 1 of 20 ~ 5%
G 1 of 20 ~ 5%
B 18 of 20 ~ 90'%

%90

CMYK color model

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

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

CMYK: (94,94,0,93)
C94M94Y0K93 (94%, 94%, 0%, 93%)
(0.94 / 0.94 / 0.00 / 0.93)

CMYK percentages

%94.44
%94.44
%0
%92.94

Codes

Color #010112 in popluar color models

01 01 12
RGB 1 1 18
HSL 240° 89.47% 3.73%
HSB/HSV 240° 94.44% 7.06%
CMYK 94.44% 94.44% 0.00%
92.94%

Color #010112 in popluar number systems.

HEX 01 01 12
Decimal 1 1 18
Binary 1 1 10010
Octal 1 1 22

Shades and tints

Shades of #010112

#010112
(1,1,18)
#010111
(1,1,17)
#010110
(1,1,16)
#01010F
(1,1,15)
#01010E
(1,1,14)
#01010D
(1,1,13)
#01010C
(1,1,12)
#01010B
(1,1,11)
#01010A
(1,1,10)
#010109
(1,1,9)
#010108
(1,1,8)
#000000
(0,0,0)

Tints of #010112

#010112
(1,1,18)
#181827
(24,24,39)
#2F2F3C
(47,47,60)
#464651
(70,70,81)
#5D5D66
(93,93,102)
#74747B
(116,116,123)
#8B8B90
(139,139,144)
#A2A2A5
(162,162,165)
#B9B9BA
(185,185,186)
#D0D0CF
(208,208,207)
#E7E7E4
(231,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010112; }

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

This text font color is #010112.

Background Color

.myBgColor { background-color: #010112; }

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

This div background color is #010112.

Border color

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

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

This div border color is #010112.

Opacity

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

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

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

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

This text has shadow with #010112 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #010112.

Preview

Color preview on black background

This text has color #010112 on black background.


Color preview on white background

This text has color #010112 on white background.


Black color preview on #010112 background

This text has black color on #010112 background.


White color preview on #010112 background

This text has white color on #010112 background.


Related colors

Complementary color

Complementary color for #hex is #FEFEED.


I love getcolorcode.com