COLOR #012700

HEX: #012700 RGB: (1,39,0)

Color info

#012700 contains only red and green colors. Web safe color of #012700 is #003300 (or #030).

RGB color model

#012700 color RGB value is (1,39,0).

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

RGB channels and saturation

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

1
39
0

R + G + B ~ 5%. #012700 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 39 + 0 = 40 (100%)
R 1 of 40 ~ 2.5%
G 39 of 40 ~ 97.5%
B 0 of 40 ~ 0'%

%97.5

CMYK color model

#012700 color CMYK value is (97,0,100,85).

  • cyan value is 97.44%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 84.71%

CMYK: (97,0,100,85)
C97M0Y100K85 (97%, 0%, 100%, 85%)
(0.97 / 0.00 / 1.00 / 0.85)

CMYK percentages

%97.44
%0
%100
%84.71

Codes

Color #012700 in popluar color models

01 27 00
RGB 1 39 0
HSL 118° 100.00% 7.65%
HSB/HSV 118° 100.00% 15.29%
CMYK 97.44% 0.00% 100.00%
84.71%

Color #012700 in popluar number systems.

HEX 01 27 00
Decimal 1 39 0
Binary 1 100111 0
Octal 1 47 0

Shades and tints

Shades of #012700

#012700
(1,39,0)
#012400
(1,36,0)
#012100
(1,33,0)
#011E00
(1,30,0)
#011B00
(1,27,0)
#011800
(1,24,0)
#011500
(1,21,0)
#011200
(1,18,0)
#010F00
(1,15,0)
#010C00
(1,12,0)
#010900
(1,9,0)
#000000
(0,0,0)

Tints of #012700

#012700
(1,39,0)
#183A17
(24,58,23)
#2F4D2E
(47,77,46)
#466045
(70,96,69)
#5D735C
(93,115,92)
#748673
(116,134,115)
#8B998A
(139,153,138)
#A2ACA1
(162,172,161)
#B9BFB8
(185,191,184)
#D0D2CF
(208,210,207)
#E7E5E6
(231,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012700; }

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

This text font color is #012700.

Background Color

.myBgColor { background-color: #012700; }

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

This div background color is #012700.

Border color

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

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

This div border color is #012700.

Opacity

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

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

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

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

This text has shadow with #012700 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #012700.

Preview

Color preview on black background

This text has color #012700 on black background.


Color preview on white background

This text has color #012700 on white background.


Black color preview on #012700 background

This text has black color on #012700 background.


White color preview on #012700 background

This text has white color on #012700 background.


Related colors

Complementary color

Complementary color for #hex is #FED8FF.


I love getcolorcode.com

Triadic colors

1 #000127 and #270001 with #012700 are triadic colors.

2 #002701 and #270100 with #012700 are triadic colors.