COLOR #010515

HEX: #010515 RGB: (1,5,21)

Color info

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

RGB color model

#010515 color RGB value is (1,5,21).

RGB: (1,5,21) (0%, 2%, 8%)

RGB channels and saturation

R 1 of 255 = 0%
G 5 of 255 = 2%
B 21 of 255 = 8%

1
5
21

R + G + B ~ 3%. #010515 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 5 + 21 = 27 (100%)
R 1 of 27 ~ 3.7%
G 5 of 27 ~ 18.52%
B 21 of 27 ~ 77.78'%

%18.52
%77.78

CMYK color model

#010515 color CMYK value is (95,76,0,92).

  • cyan value is 95.24%
  • magenta value is 76.19%
  • yellow value is 0.00%
  • key color value is 91.76%

CMYK: (95,76,0,92)
C95M76Y0K92 (95%, 76%, 0%, 92%)
(0.95 / 0.76 / 0.00 / 0.92)

CMYK percentages

%95.24
%76.19
%0
%91.76

Codes

Color #010515 in popluar color models

01 05 15
RGB 1 5 21
HSL 228° 90.91% 4.31%
HSB/HSV 228° 95.24% 8.24%
CMYK 95.24% 76.19% 0.00%
91.76%

Color #010515 in popluar number systems.

HEX 01 05 15
Decimal 1 5 21
Binary 1 101 10101
Octal 1 5 25

Shades and tints

Shades of #010515

#010515
(1,5,21)
#010514
(1,5,20)
#010513
(1,5,19)
#010512
(1,5,18)
#010511
(1,5,17)
#010510
(1,5,16)
#01050F
(1,5,15)
#01050E
(1,5,14)
#01050D
(1,5,13)
#01050C
(1,5,12)
#01050B
(1,5,11)
#000000
(0,0,0)

Tints of #010515

#010515
(1,5,21)
#181B2A
(24,27,42)
#2F313F
(47,49,63)
#464754
(70,71,84)
#5D5D69
(93,93,105)
#74737E
(116,115,126)
#8B8993
(139,137,147)
#A29FA8
(162,159,168)
#B9B5BD
(185,181,189)
#D0CBD2
(208,203,210)
#E7E1E7
(231,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010515; }

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

This text font color is #010515.

Background Color

.myBgColor { background-color: #010515; }

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

This div background color is #010515.

Border color

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

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

This div border color is #010515.

Opacity

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

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

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

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

This text has shadow with #010515 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #010515.

Preview

Color preview on black background

This text has color #010515 on black background.


Color preview on white background

This text has color #010515 on white background.


Black color preview on #010515 background

This text has black color on #010515 background.


White color preview on #010515 background

This text has white color on #010515 background.


Related colors

Complementary color

Complementary color for #hex is #FEFAEA.


I love getcolorcode.com

Triadic colors

1 #150105 and #051501 with #010515 are triadic colors.

2 #150501 and #050115 with #010515 are triadic colors.