COLOR #012A1F

HEX: #012A1F RGB: (1,42,31)

Color info

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

RGB color model

#012A1F color RGB value is (1,42,31).

RGB: (1,42,31) (0%, 16%, 12%)

RGB channels and saturation

R 1 of 255 = 0%
G 42 of 255 = 16%
B 31 of 255 = 12%

1
42
31

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

Portions of RGB colors in percentages

R + G + B = 1 + 42 + 31 = 74 (100%)
R 1 of 74 ~ 1.35%
G 42 of 74 ~ 56.76%
B 31 of 74 ~ 41.89'%

%56.76
%41.89

CMYK color model

#012A1F color CMYK value is (98,0,26,84).

  • cyan value is 97.62%
  • magenta value is 0.00%
  • yellow value is 26.19%
  • key color value is 83.53%

CMYK: (98,0,26,84)
C98M0Y26K84 (98%, 0%, 26%, 84%)
(0.98 / 0.00 / 0.26 / 0.84)

CMYK percentages

%97.62
%0
%26.19
%83.53

Codes

Color #012A1F in popluar color models

01 2A 1F
RGB 1 42 31
HSL 164° 95.35% 8.43%
HSB/HSV 164° 97.62% 16.47%
CMYK 97.62% 0.00% 26.19%
83.53%

Color #012A1F in popluar number systems.

HEX 01 2A 1F
Decimal 1 42 31
Binary 1 101010 11111
Octal 1 52 37

Shades and tints

Shades of #012A1F

#012A1F
(1,42,31)
#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)
#000000
(0,0,0)

Tints of #012A1F

#012A1F
(1,42,31)
#183D33
(24,61,51)
#2F5047
(47,80,71)
#46635B
(70,99,91)
#5D766F
(93,118,111)
#748983
(116,137,131)
#8B9C97
(139,156,151)
#A2AFAB
(162,175,171)
#B9C2BF
(185,194,191)
#D0D5D3
(208,213,211)
#E7E8E7
(231,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #012A1F color. Also use rgb(1,42,31) instead hex code.

Text Font Color

.myTextColor { color: #012A1F; }

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

This text font color is #012A1F.

Background Color

.myBgColor { background-color: #012A1F; }

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

This div background color is #012A1F.

Border color

.myBorderColor { border: 1px solid #012A1F; }

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

This div border color is #012A1F.

Opacity

.myOpacity80 { color: #012A1F; opacity: 0.8; }

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

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

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

This text has shadow with #012A1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #012A1F.

Preview

Color preview on black background

This text has color #012A1F on black background.


Color preview on white background

This text has color #012A1F on white background.


Black color preview on #012A1F background

This text has black color on #012A1F background.


White color preview on #012A1F background

This text has white color on #012A1F background.


Related colors

Complementary color

Complementary color for #hex is #FED5E0.


I love getcolorcode.com

Triadic colors

1 #1F012A and #2A1F01 with #012A1F are triadic colors.

2 #1F2A01 and #2A011F with #012A1F are triadic colors.