COLOR #012011

HEX: #012011 RGB: (1,32,17)

Color info

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

RGB color model

#012011 color RGB value is (1,32,17).

RGB: (1,32,17) (0%, 13%, 7%)

RGB channels and saturation

R 1 of 255 = 0%
G 32 of 255 = 13%
B 17 of 255 = 7%

1
32
17

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

Portions of RGB colors in percentages

R + G + B = 1 + 32 + 17 = 50 (100%)
R 1 of 50 ~ 2%
G 32 of 50 ~ 64%
B 17 of 50 ~ 34'%

%64
%34

CMYK color model

#012011 color CMYK value is (97,0,47,87).

  • cyan value is 96.88%
  • magenta value is 0.00%
  • yellow value is 46.88%
  • key color value is 87.45%

CMYK: (97,0,47,87)
C97M0Y47K87 (97%, 0%, 47%, 87%)
(0.97 / 0.00 / 0.47 / 0.87)

CMYK percentages

%96.88
%0
%46.88
%87.45

Codes

Color #012011 in popluar color models

01 20 11
RGB 1 32 17
HSL 151° 93.94% 6.47%
HSB/HSV 151° 96.88% 12.55%
CMYK 96.88% 0.00% 46.88%
87.45%

Color #012011 in popluar number systems.

HEX 01 20 11
Decimal 1 32 17
Binary 1 100000 10001
Octal 1 40 21

Shades and tints

Shades of #012011

#012011
(1,32,17)
#011E10
(1,30,16)
#011C0F
(1,28,15)
#011A0E
(1,26,14)
#01180D
(1,24,13)
#01160C
(1,22,12)
#01140B
(1,20,11)
#01120A
(1,18,10)
#011009
(1,16,9)
#010E08
(1,14,8)
#010C07
(1,12,7)
#000000
(0,0,0)

Tints of #012011

#012011
(1,32,17)
#183426
(24,52,38)
#2F483B
(47,72,59)
#465C50
(70,92,80)
#5D7065
(93,112,101)
#74847A
(116,132,122)
#8B988F
(139,152,143)
#A2ACA4
(162,172,164)
#B9C0B9
(185,192,185)
#D0D4CE
(208,212,206)
#E7E8E3
(231,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012011; }

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

This text font color is #012011.

Background Color

.myBgColor { background-color: #012011; }

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

This div background color is #012011.

Border color

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

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

This div border color is #012011.

Opacity

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

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

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

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

This text has shadow with #012011 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #012011.

Preview

Color preview on black background

This text has color #012011 on black background.


Color preview on white background

This text has color #012011 on white background.


Black color preview on #012011 background

This text has black color on #012011 background.


White color preview on #012011 background

This text has white color on #012011 background.


Related colors

Complementary color

Complementary color for #hex is #FEDFEE.


I love getcolorcode.com

Triadic colors

1 #110120 and #201101 with #012011 are triadic colors.

2 #112001 and #200111 with #012011 are triadic colors.