COLOR #010817

HEX: #010817 RGB: (1,8,23)

Color info

#010817 contains red, green and blue colors in about the same proportion. Web safe color of #010817 is #000000 (or #000).

RGB color model

#010817 color RGB value is (1,8,23).

RGB: (1,8,23) (0%, 3%, 9%)

RGB channels and saturation

R 1 of 255 = 0%
G 8 of 255 = 3%
B 23 of 255 = 9%

1
8
23

R + G + B ~ 4%. #010817 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 8 + 23 = 32 (100%)
R 1 of 32 ~ 3.13%
G 8 of 32 ~ 25%
B 23 of 32 ~ 71.88'%

%25
%71.88

CMYK color model

#010817 color CMYK value is (96,65,0,91).

  • cyan value is 95.65%
  • magenta value is 65.22%
  • yellow value is 0.00%
  • key color value is 90.98%

CMYK: (96,65,0,91)
C96M65Y0K91 (96%, 65%, 0%, 91%)
(0.96 / 0.65 / 0.00 / 0.91)

CMYK percentages

%95.65
%65.22
%0
%90.98

Codes

Color #010817 in popluar color models

01 08 17
RGB 1 8 23
HSL 221° 91.67% 4.71%
HSB/HSV 221° 95.65% 9.02%
CMYK 95.65% 65.22% 0.00%
90.98%

Color #010817 in popluar number systems.

HEX 01 08 17
Decimal 1 8 23
Binary 1 1000 10111
Octal 1 10 27

Shades and tints

Shades of #010817

#010817
(1,8,23)
#010815
(1,8,21)
#010813
(1,8,19)
#010811
(1,8,17)
#01080F
(1,8,15)
#01080D
(1,8,13)
#01080B
(1,8,11)
#010809
(1,8,9)
#010807
(1,8,7)
#010805
(1,8,5)
#010803
(1,8,3)
#000000
(0,0,0)

Tints of #010817

#010817
(1,8,23)
#181E2C
(24,30,44)
#2F3441
(47,52,65)
#464A56
(70,74,86)
#5D606B
(93,96,107)
#747680
(116,118,128)
#8B8C95
(139,140,149)
#A2A2AA
(162,162,170)
#B9B8BF
(185,184,191)
#D0CED4
(208,206,212)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010817; }

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

This text font color is #010817.

Background Color

.myBgColor { background-color: #010817; }

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

This div background color is #010817.

Border color

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

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

This div border color is #010817.

Opacity

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

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

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

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

This text has shadow with #010817 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #010817.

Preview

Color preview on black background

This text has color #010817 on black background.


Color preview on white background

This text has color #010817 on white background.


Black color preview on #010817 background

This text has black color on #010817 background.


White color preview on #010817 background

This text has white color on #010817 background.


Related colors

Complementary color

Complementary color for #hex is #FEF7E8.


I love getcolorcode.com

Triadic colors

1 #170108 and #081701 with #010817 are triadic colors.

2 #170801 and #080117 with #010817 are triadic colors.