COLOR #011817

HEX: #011817 RGB: (1,24,23)

Color info

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

RGB color model

#011817 color RGB value is (1,24,23).

RGB: (1,24,23) (0%, 9%, 9%)

RGB channels and saturation

R 1 of 255 = 0%
G 24 of 255 = 9%
B 23 of 255 = 9%

1
24
23

R + G + B ~ 6%. #011817 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 24 + 23 = 48 (100%)
R 1 of 48 ~ 2.08%
G 24 of 48 ~ 50%
B 23 of 48 ~ 47.92'%

%50
%47.92

CMYK color model

#011817 color CMYK value is (96,0,4,91).

  • cyan value is 95.83%
  • magenta value is 0.00%
  • yellow value is 4.17%
  • key color value is 90.59%

CMYK: (96,0,4,91)
C96M0Y4K91 (96%, 0%, 4%, 91%)
(0.96 / 0.00 / 0.04 / 0.91)

CMYK percentages

%95.83
%0
%4.17
%90.59

Codes

Color #011817 in popluar color models

01 18 17
RGB 1 24 23
HSL 177° 92.00% 4.90%
HSB/HSV 177° 95.83% 9.41%
CMYK 95.83% 0.00% 4.17%
90.59%

Color #011817 in popluar number systems.

HEX 01 18 17
Decimal 1 24 23
Binary 1 11000 10111
Octal 1 30 27

Shades and tints

Shades of #011817

#011817
(1,24,23)
#011615
(1,22,21)
#011413
(1,20,19)
#011211
(1,18,17)
#01100F
(1,16,15)
#010E0D
(1,14,13)
#010C0B
(1,12,11)
#010A09
(1,10,9)
#010807
(1,8,7)
#010605
(1,6,5)
#010403
(1,4,3)
#000000
(0,0,0)

Tints of #011817

#011817
(1,24,23)
#182D2C
(24,45,44)
#2F4241
(47,66,65)
#465756
(70,87,86)
#5D6C6B
(93,108,107)
#748180
(116,129,128)
#8B9695
(139,150,149)
#A2ABAA
(162,171,170)
#B9C0BF
(185,192,191)
#D0D5D4
(208,213,212)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011817; }

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

This text font color is #011817.

Background Color

.myBgColor { background-color: #011817; }

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

This div background color is #011817.

Border color

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

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

This div border color is #011817.

Opacity

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

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

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

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

This text has shadow with #011817 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #011817.

Preview

Color preview on black background

This text has color #011817 on black background.


Color preview on white background

This text has color #011817 on white background.


Black color preview on #011817 background

This text has black color on #011817 background.


White color preview on #011817 background

This text has white color on #011817 background.


Related colors

Complementary color

Complementary color for #hex is #FEE7E8.


I love getcolorcode.com

Triadic colors

1 #170118 and #181701 with #011817 are triadic colors.

2 #171801 and #180117 with #011817 are triadic colors.