COLOR #01271D

HEX: #01271D RGB: (1,39,29)

Color info

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

RGB color model

#01271D color RGB value is (1,39,29).

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

RGB channels and saturation

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

1
39
29

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

Portions of RGB colors in percentages

R + G + B = 1 + 39 + 29 = 69 (100%)
R 1 of 69 ~ 1.45%
G 39 of 69 ~ 56.52%
B 29 of 69 ~ 42.03'%

%56.52
%42.03

CMYK color model

#01271D color CMYK value is (97,0,26,85).

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

CMYK: (97,0,26,85)
C97M0Y26K85 (97%, 0%, 26%, 85%)
(0.97 / 0.00 / 0.26 / 0.85)

CMYK percentages

%97.44
%0
%25.64
%84.71

Codes

Color #01271D in popluar color models

01 27 1D
RGB 1 39 29
HSL 164° 95.00% 7.84%
HSB/HSV 164° 97.44% 15.29%
CMYK 97.44% 0.00% 25.64%
84.71%

Color #01271D in popluar number systems.

HEX 01 27 1D
Decimal 1 39 29
Binary 1 100111 11101
Octal 1 47 35

Shades and tints

Shades of #01271D

#01271D
(1,39,29)
#01241B
(1,36,27)
#012119
(1,33,25)
#011E17
(1,30,23)
#011B15
(1,27,21)
#011813
(1,24,19)
#011511
(1,21,17)
#01120F
(1,18,15)
#010F0D
(1,15,13)
#010C0B
(1,12,11)
#010909
(1,9,9)
#000000
(0,0,0)

Tints of #01271D

#01271D
(1,39,29)
#183A31
(24,58,49)
#2F4D45
(47,77,69)
#466059
(70,96,89)
#5D736D
(93,115,109)
#748681
(116,134,129)
#8B9995
(139,153,149)
#A2ACA9
(162,172,169)
#B9BFBD
(185,191,189)
#D0D2D1
(208,210,209)
#E7E5E5
(231,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01271D; }

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

This text font color is #01271D.

Background Color

.myBgColor { background-color: #01271D; }

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

This div background color is #01271D.

Border color

.myBorderColor { border: 1px solid #01271D; }

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

This div border color is #01271D.

Opacity

.myOpacity80 { color: #01271D; opacity: 0.8; }

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

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

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

This text has shadow with #01271D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01271D.

Preview

Color preview on black background

This text has color #01271D on black background.


Color preview on white background

This text has color #01271D on white background.


Black color preview on #01271D background

This text has black color on #01271D background.


White color preview on #01271D background

This text has white color on #01271D background.


Related colors

Complementary color

Complementary color for #hex is #FED8E2.


I love getcolorcode.com

Triadic colors

1 #1D0127 and #271D01 with #01271D are triadic colors.

2 #1D2701 and #27011D with #01271D are triadic colors.