COLOR #012720

HEX: #012720 RGB: (1,39,32)

Color info

#012720 contains red, green and blue colors in about the same proportion. Web safe color of #012720 is #003333 (or #033).

RGB color model

#012720 color RGB value is (1,39,32).

RGB: (1,39,32) (0%, 15%, 13%)

RGB channels and saturation

R 1 of 255 = 0%
G 39 of 255 = 15%
B 32 of 255 = 13%

1
39
32

R + G + B ~ 9%. #012720 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 39 + 32 = 72 (100%)
R 1 of 72 ~ 1.39%
G 39 of 72 ~ 54.17%
B 32 of 72 ~ 44.44'%

%54.17
%44.44

CMYK color model

#012720 color CMYK value is (97,0,18,85).

  • cyan value is 97.44%
  • magenta value is 0.00%
  • yellow value is 17.95%
  • key color value is 84.71%
CMYK: (97,0,18,85) C97M0Y18K85 (97%,0%,18%,85%) (0.97/0.00/0.18/0.85) 

CMYK percentages

%97.44
%0
%17.95
%84.71

Codes

Color #012720 in popluar color models

01 27 20
RGB 1 39 32
HSL 169° 95.00% 7.84%
HSB/HSV 169° 97.44% 15.29%
CMYK 97.44% 0.00% 17.95%
84.71%

Color #012720 in popluar number systems.

HEX 01 27 20
Decimal 1 39 32
Binary 1 100111 100000
Octal 1 47 40

Shades and tints

Shades of #012720

#012720
(1,39,32)
#01241E
(1,36,30)
#01211C
(1,33,28)
#011E1A
(1,30,26)
#011B18
(1,27,24)
#011816
(1,24,22)
#011514
(1,21,20)
#011212
(1,18,18)
#010F10
(1,15,16)
#010C0E
(1,12,14)
#01090C
(1,9,12)
#000000
(0,0,0)

Tints of #012720

#012720
(1,39,32)
#183A34
(24,58,52)
#2F4D48
(47,77,72)
#46605C
(70,96,92)
#5D7370
(93,115,112)
#748684
(116,134,132)
#8B9998
(139,153,152)
#A2ACAC
(162,172,172)
#B9BFC0
(185,191,192)
#D0D2D4
(208,210,212)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012720; }

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

This text font color is #012720.

Background Color

.myBgColor { background-color: #012720; }

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

This div background color is #012720.

Border color

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

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

This div border color is #012720.

Opacity

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

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

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

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

This text has shadow with #012720 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #012720.

Preview

Color preview on black background

This text has color #012720 on black background.


Color preview on white background

This text has color #012720 on white background.


Black color preview on #012720 background

This text has black color on #012720 background.


White color preview on #012720 background

This text has white color on #012720 background.


Related colors

Complementary color

Complementary color for #hex is #FED8DF.


I love getcolorcode.com

Triadic colors

1 #200127 and #272001 with #012720 are triadic colors.

2 #202701 and #270120 with #012720 are triadic colors.