COLOR #010316

HEX: #010316
RGB: (1,3,22)

Color info

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

RGB color model

#010316 color RGB value is (1,3,22).

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

RGB channels and saturation

R 1 of 255 = 0%
G 3 of 255 = 1%
B 22 of 255 = 9%

1
3
22

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

Portions of RGB colors in percentages

R + G + B =
1 + 3 + 22 = 26 (100%)
R 1 of 26 ~ 3.85%
G 3 of 26 ~ 11.54%
B 22 of 26 ~ 84.62%

%11.54
%84.62

CMYK color model

#010316 color CMYK value is (95,86,0,91).

  • cyan value is 95.45%
  • magenta value is 86.36%
  • yellow value is 0.00%
  • key color value is 91.37%
CMYK: (95,86,0,91) C95M86Y0K91 (95%,86%,0%,91%) (0.95/0.86/0.00/0.91)

CMYK percentages

%95.45
%86.36
%0
%91.37

Codes

Color #010316 in popluar color models

010316
RGB1322
HSL234°91.30%4.51%
HSB/HSV234°95.45%8.63%
CMYK95.45%86.36%0.00%
91.37%

Color #010316 in popluar number systems.

HEX010316
Decimal1322
Binary11110110
Octal1326

Shades and tints

Shades of #010316

#010316
(1,3,22)
#010314
(1,3,20)
#010312
(1,3,18)
#010310
(1,3,16)
#01030E
(1,3,14)
#01030C
(1,3,12)
#01030A
(1,3,10)
#010308
(1,3,8)
#010306
(1,3,6)
#010304
(1,3,4)
#010302
(1,3,2)
#000000
(0,0,0)

Tints of #010316

#010316
(1,3,22)
#18192B
(24,25,43)
#2F2F40
(47,47,64)
#464555
(70,69,85)
#5D5B6A
(93,91,106)
#74717F
(116,113,127)
#8B8794
(139,135,148)
#A29DA9
(162,157,169)
#B9B3BE
(185,179,190)
#D0C9D3
(208,201,211)
#E7DFE8
(231,223,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010316; }

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

This text font color is #010316.


Background Color

.myBgColor { background-color: #010316; }

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

This div background color is #010316.


Border color

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

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

This div border color is #010316.


Opacity

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

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

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

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

This text has shadow with #010316 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #010316 on black background.


Color preview on white background

This text has color #010316 on white background.



Black color preview on #010316 background

This text has black color on #010316 background.


White color preview on #010316 background

This text has white color on #010316 background.