COLOR #010315

HEX: #010315 RGB: (1,3,21)

Color info

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

RGB color model

#010315 color RGB value is (1,3,21).

RGB: (1,3,21) (0%, 1%, 8%)

RGB channels and saturation

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

1
3
21

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

Portions of RGB colors in percentages

R + G + B = 1 + 3 + 21 = 25 (100%)
R 1 of 25 ~ 4%
G 3 of 25 ~ 12%
B 21 of 25 ~ 84'%

%12
%84

CMYK color model

#010315 color CMYK value is (95,86,0,92).

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

CMYK: (95,86,0,92)
C95M86Y0K92 (95%, 86%, 0%, 92%)
(0.95 / 0.86 / 0.00 / 0.92)

CMYK percentages

%95.24
%85.71
%0
%91.76

Codes

Color #010315 in popluar color models

01 03 15
RGB 1 3 21
HSL 234° 90.91% 4.31%
HSB/HSV 234° 95.24% 8.24%
CMYK 95.24% 85.71% 0.00%
91.76%

Color #010315 in popluar number systems.

HEX 01 03 15
Decimal 1 3 21
Binary 1 11 10101
Octal 1 3 25

Shades and tints

Shades of #010315

#010315
(1,3,21)
#010314
(1,3,20)
#010313
(1,3,19)
#010312
(1,3,18)
#010311
(1,3,17)
#010310
(1,3,16)
#01030F
(1,3,15)
#01030E
(1,3,14)
#01030D
(1,3,13)
#01030C
(1,3,12)
#01030B
(1,3,11)
#000000
(0,0,0)

Tints of #010315

#010315
(1,3,21)
#18192A
(24,25,42)
#2F2F3F
(47,47,63)
#464554
(70,69,84)
#5D5B69
(93,91,105)
#74717E
(116,113,126)
#8B8793
(139,135,147)
#A29DA8
(162,157,168)
#B9B3BD
(185,179,189)
#D0C9D2
(208,201,210)
#E7DFE7
(231,223,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010315; }

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

This text font color is #010315.

Background Color

.myBgColor { background-color: #010315; }

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

This div background color is #010315.

Border color

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

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

This div border color is #010315.

Opacity

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

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

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

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

This text has shadow with #010315 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #010315.

Preview

Color preview on black background

This text has color #010315 on black background.


Color preview on white background

This text has color #010315 on white background.


Black color preview on #010315 background

This text has black color on #010315 background.


White color preview on #010315 background

This text has white color on #010315 background.


Related colors

Complementary color

Complementary color for #hex is #FEFCEA.


I love getcolorcode.com

Triadic colors

1 #150103 and #031501 with #010315 are triadic colors.

2 #150301 and #030115 with #010315 are triadic colors.