COLOR #010815

HEX: #010815
RGB: (1,8,21)

Color info

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

RGB color model

#010815 color RGB value is (1,8,21).

  • red value is 1;
  • green value is 8;
  • blue value is 21.
RGB:
(1,8,21)
(0%,3%,8%)

RGB channels and saturation

R 1 of 255 = 0%
G 8 of 255 = 3%
B 21 of 255 = 8%

1
8
21

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

Portions of RGB colors in percentages

R + G + B =
1 + 8 + 21 = 30 (100%)
R 1 of 30 ~ 3.33%
G 8 of 30 ~ 26.67%
B 21 of 30 ~ 70%

%26.67
%70

CMYK color model

#010815 color CMYK value is (95,62,0,92).

  • cyan value is 95.24%
  • magenta value is 61.90%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK:
(95,62,0,92)
C95M62Y0K92 
(95%,62%,0%,92%)
(0.95/0.62/0.00/0.92)	

CMYK percentages

%95.24
%61.9
%0
%91.76

Codes

Color #010815 in popluar color models

010815
RGB1821
HSL219°90.91%4.31%
HSB/HSV219°95.24%8.24%
CMYK95.24%61.90%0.00%
91.76%

Color #010815 in popluar number systems.

HEX010815
Decimal1821
Binary1100010101
Octal11025

Shades and tints

Shades of #010815

#010815
(1,8,21)
#010814
(1,8,20)
#010813
(1,8,19)
#010812
(1,8,18)
#010811
(1,8,17)
#010810
(1,8,16)
#01080F
(1,8,15)
#01080E
(1,8,14)
#01080D
(1,8,13)
#01080C
(1,8,12)
#01080B
(1,8,11)
#000000
(0,0,0)

Tints of #010815

#010815
(1,8,21)
#181E2A
(24,30,42)
#2F343F
(47,52,63)
#464A54
(70,74,84)
#5D6069
(93,96,105)
#74767E
(116,118,126)
#8B8C93
(139,140,147)
#A2A2A8
(162,162,168)
#B9B8BD
(185,184,189)
#D0CED2
(208,206,210)
#E7E4E7
(231,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010815; }

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

This text font color is #010815.


Background Color

.myBgColor { background-color: #010815; }

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

This div background color is #010815.


Border color

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

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

This div border color is #010815.


Opacity

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

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

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

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

This text has shadow with #010815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010815 on black background.


Color preview on white background

This text has color #010815 on white background.



Black color preview on #010815 background

This text has black color on #010815 background.


White color preview on #010815 background

This text has white color on #010815 background.