COLOR #012116

HEX: #012116 RGB: (1,33,22)

Color info

#012116 contains red, green and blue colors in about the same proportion. Web safe color of #012116 is #003300 (or #030).

RGB color model

#012116 color RGB value is (1,33,22).

RGB: (1,33,22) (0%, 13%, 9%)

RGB channels and saturation

R 1 of 255 = 0%
G 33 of 255 = 13%
B 22 of 255 = 9%

1
33
22

R + G + B ~ 7%. #012116 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 33 + 22 = 56 (100%)
R 1 of 56 ~ 1.79%
G 33 of 56 ~ 58.93%
B 22 of 56 ~ 39.29'%

%58.93
%39.29

CMYK color model

#012116 color CMYK value is (97,0,33,87).

  • cyan value is 96.97%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 87.06%
CMYK: (97,0,33,87) C97M0Y33K87 (97%,0%,33%,87%) (0.97/0.00/0.33/0.87) 

CMYK percentages

%96.97
%0
%33.33
%87.06

Codes

Color #012116 in popluar color models

01 21 16
RGB 1 33 22
HSL 159° 94.12% 6.67%
HSB/HSV 159° 96.97% 12.94%
CMYK 96.97% 0.00% 33.33%
87.06%

Color #012116 in popluar number systems.

HEX 01 21 16
Decimal 1 33 22
Binary 1 100001 10110
Octal 1 41 26

Shades and tints

Shades of #012116

#012116
(1,33,22)
#011E14
(1,30,20)
#011B12
(1,27,18)
#011810
(1,24,16)
#01150E
(1,21,14)
#01120C
(1,18,12)
#010F0A
(1,15,10)
#010C08
(1,12,8)
#010906
(1,9,6)
#010604
(1,6,4)
#010302
(1,3,2)
#000000
(0,0,0)

Tints of #012116

#012116
(1,33,22)
#18352B
(24,53,43)
#2F4940
(47,73,64)
#465D55
(70,93,85)
#5D716A
(93,113,106)
#74857F
(116,133,127)
#8B9994
(139,153,148)
#A2ADA9
(162,173,169)
#B9C1BE
(185,193,190)
#D0D5D3
(208,213,211)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012116; }

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

This text font color is #012116.

Background Color

.myBgColor { background-color: #012116; }

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

This div background color is #012116.

Border color

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

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

This div border color is #012116.

Opacity

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

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

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

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

This text has shadow with #012116 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #012116.

Preview

Color preview on black background

This text has color #012116 on black background.


Color preview on white background

This text has color #012116 on white background.


Black color preview on #012116 background

This text has black color on #012116 background.


White color preview on #012116 background

This text has white color on #012116 background.


Related colors

Complementary color

Complementary color for #hex is #FEDEE9.


I love getcolorcode.com

Triadic colors

1 #160121 and #211601 with #012116 are triadic colors.

2 #162101 and #210116 with #012116 are triadic colors.