COLOR #012317

HEX: #012317 RGB: (1,35,23)

Color info

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

RGB color model

#012317 color RGB value is (1,35,23).

RGB: (1,35,23) (0%, 14%, 9%)

RGB channels and saturation

R 1 of 255 = 0%
G 35 of 255 = 14%
B 23 of 255 = 9%

1
35
23

R + G + B ~ 8%. #012317 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 35 + 23 = 59 (100%)
R 1 of 59 ~ 1.69%
G 35 of 59 ~ 59.32%
B 23 of 59 ~ 38.98'%

%59.32
%38.98

CMYK color model

#012317 color CMYK value is (97,0,34,86).

  • cyan value is 97.14%
  • magenta value is 0.00%
  • yellow value is 34.29%
  • key color value is 86.27%

CMYK: (97,0,34,86)
C97M0Y34K86 (97%, 0%, 34%, 86%)
(0.97 / 0.00 / 0.34 / 0.86)

CMYK percentages

%97.14
%0
%34.29
%86.27

Codes

Color #012317 in popluar color models

01 23 17
RGB 1 35 23
HSL 159° 94.44% 7.06%
HSB/HSV 159° 97.14% 13.73%
CMYK 97.14% 0.00% 34.29%
86.27%

Color #012317 in popluar number systems.

HEX 01 23 17
Decimal 1 35 23
Binary 1 100011 10111
Octal 1 43 27

Shades and tints

Shades of #012317

#012317
(1,35,23)
#012015
(1,32,21)
#011D13
(1,29,19)
#011A11
(1,26,17)
#01170F
(1,23,15)
#01140D
(1,20,13)
#01110B
(1,17,11)
#010E09
(1,14,9)
#010B07
(1,11,7)
#010805
(1,8,5)
#010503
(1,5,3)
#000000
(0,0,0)

Tints of #012317

#012317
(1,35,23)
#18372C
(24,55,44)
#2F4B41
(47,75,65)
#465F56
(70,95,86)
#5D736B
(93,115,107)
#748780
(116,135,128)
#8B9B95
(139,155,149)
#A2AFAA
(162,175,170)
#B9C3BF
(185,195,191)
#D0D7D4
(208,215,212)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012317; }

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

This text font color is #012317.

Background Color

.myBgColor { background-color: #012317; }

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

This div background color is #012317.

Border color

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

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

This div border color is #012317.

Opacity

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

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

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

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

This text has shadow with #012317 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #012317.

Preview

Color preview on black background

This text has color #012317 on black background.


Color preview on white background

This text has color #012317 on white background.


Black color preview on #012317 background

This text has black color on #012317 background.


White color preview on #012317 background

This text has white color on #012317 background.


Related colors

Complementary color

Complementary color for #hex is #FEDCE8.


I love getcolorcode.com

Triadic colors

1 #170123 and #231701 with #012317 are triadic colors.

2 #172301 and #230117 with #012317 are triadic colors.