COLOR #012205

HEX: #012205 RGB: (1,34,5)

Color info

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

RGB color model

#012205 color RGB value is (1,34,5).

RGB: (1,34,5) (0%, 13%, 2%)

RGB channels and saturation

R 1 of 255 = 0%
G 34 of 255 = 13%
B 5 of 255 = 2%

1
34
5

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

Portions of RGB colors in percentages

R + G + B = 1 + 34 + 5 = 40 (100%)
R 1 of 40 ~ 2.5%
G 34 of 40 ~ 85%
B 5 of 40 ~ 12.5'%

%85
%12.5

CMYK color model

#012205 color CMYK value is (97,0,85,87).

  • cyan value is 97.06%
  • magenta value is 0.00%
  • yellow value is 85.29%
  • key color value is 86.67%

CMYK: (97,0,85,87)
C97M0Y85K87 (97%, 0%, 85%, 87%)
(0.97 / 0.00 / 0.85 / 0.87)

CMYK percentages

%97.06
%0
%85.29
%86.67

Codes

Color #012205 in popluar color models

01 22 05
RGB 1 34 5
HSL 127° 94.29% 6.86%
HSB/HSV 127° 97.06% 13.33%
CMYK 97.06% 0.00% 85.29%
86.67%

Color #012205 in popluar number systems.

HEX 01 22 05
Decimal 1 34 5
Binary 1 100010 101
Octal 1 42 5

Shades and tints

Shades of #012205

#012205
(1,34,5)
#011F05
(1,31,5)
#011C05
(1,28,5)
#011905
(1,25,5)
#011605
(1,22,5)
#011305
(1,19,5)
#011005
(1,16,5)
#010D05
(1,13,5)
#010A05
(1,10,5)
#010705
(1,7,5)
#010405
(1,4,5)
#000000
(0,0,0)

Tints of #012205

#012205
(1,34,5)
#18361B
(24,54,27)
#2F4A31
(47,74,49)
#465E47
(70,94,71)
#5D725D
(93,114,93)
#748673
(116,134,115)
#8B9A89
(139,154,137)
#A2AE9F
(162,174,159)
#B9C2B5
(185,194,181)
#D0D6CB
(208,214,203)
#E7EAE1
(231,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #012205 color. Also use rgb(1,34,5) instead hex code.

Text Font Color

.myTextColor { color: #012205; }

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

This text font color is #012205.

Background Color

.myBgColor { background-color: #012205; }

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

This div background color is #012205.

Border color

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

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

This div border color is #012205.

Opacity

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

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

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

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

This text has shadow with #012205 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #012205.

Preview

Color preview on black background

This text has color #012205 on black background.


Color preview on white background

This text has color #012205 on white background.


Black color preview on #012205 background

This text has black color on #012205 background.


White color preview on #012205 background

This text has white color on #012205 background.


Related colors

Complementary color

Complementary color for #hex is #FEDDFA.


I love getcolorcode.com

Triadic colors

1 #050122 and #220501 with #012205 are triadic colors.

2 #052201 and #220105 with #012205 are triadic colors.