COLOR #012217

HEX: #012217 RGB: (1,34,23)

Color info

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

RGB color model

#012217 color RGB value is (1,34,23).

RGB: (1,34,23) (0%, 13%, 9%)

RGB channels and saturation

R 1 of 255 = 0%
G 34 of 255 = 13%
B 23 of 255 = 9%

1
34
23

R + G + B ~ 7%. #012217 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 34 + 23 = 58 (100%)
R 1 of 58 ~ 1.72%
G 34 of 58 ~ 58.62%
B 23 of 58 ~ 39.66'%

%58.62
%39.66

CMYK color model

#012217 color CMYK value is (97,0,32,87).

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

CMYK: (97,0,32,87)
C97M0Y32K87 (97%, 0%, 32%, 87%)
(0.97 / 0.00 / 0.32 / 0.87)

CMYK percentages

%97.06
%0
%32.35
%86.67

Codes

Color #012217 in popluar color models

01 22 17
RGB 1 34 23
HSL 160° 94.29% 6.86%
HSB/HSV 160° 97.06% 13.33%
CMYK 97.06% 0.00% 32.35%
86.67%

Color #012217 in popluar number systems.

HEX 01 22 17
Decimal 1 34 23
Binary 1 100010 10111
Octal 1 42 27

Shades and tints

Shades of #012217

#012217
(1,34,23)
#011F15
(1,31,21)
#011C13
(1,28,19)
#011911
(1,25,17)
#01160F
(1,22,15)
#01130D
(1,19,13)
#01100B
(1,16,11)
#010D09
(1,13,9)
#010A07
(1,10,7)
#010705
(1,7,5)
#010403
(1,4,3)
#000000
(0,0,0)

Tints of #012217

#012217
(1,34,23)
#18362C
(24,54,44)
#2F4A41
(47,74,65)
#465E56
(70,94,86)
#5D726B
(93,114,107)
#748680
(116,134,128)
#8B9A95
(139,154,149)
#A2AEAA
(162,174,170)
#B9C2BF
(185,194,191)
#D0D6D4
(208,214,212)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012217; }

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

This text font color is #012217.

Background Color

.myBgColor { background-color: #012217; }

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

This div background color is #012217.

Border color

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

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

This div border color is #012217.

Opacity

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

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

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

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

This text has shadow with #012217 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #012217.

Preview

Color preview on black background

This text has color #012217 on black background.


Color preview on white background

This text has color #012217 on white background.


Black color preview on #012217 background

This text has black color on #012217 background.


White color preview on #012217 background

This text has white color on #012217 background.


Related colors

Complementary color

Complementary color for #hex is #FEDDE8.


I love getcolorcode.com

Triadic colors

1 #170122 and #221701 with #012217 are triadic colors.

2 #172201 and #220117 with #012217 are triadic colors.