COLOR #010314

HEX: #010314 RGB: (1,3,20)

Color info

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

RGB color model

#010314 color RGB value is (1,3,20).

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

RGB channels and saturation

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

1
3
20

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

Portions of RGB colors in percentages

R + G + B = 1 + 3 + 20 = 24 (100%)
R 1 of 24 ~ 4.17%
G 3 of 24 ~ 12.5%
B 20 of 24 ~ 83.33'%

%12.5
%83.33

CMYK color model

#010314 color CMYK value is (95,85,0,92).

  • cyan value is 95.00%
  • magenta value is 85.00%
  • yellow value is 0.00%
  • key color value is 92.16%
CMYK: (95,85,0,92) C95M85Y0K92 (95%,85%,0%,92%) (0.95/0.85/0.00/0.92) 

CMYK percentages

%95
%85
%0
%92.16

Codes

Color #010314 in popluar color models

01 03 14
RGB 1 3 20
HSL 234° 90.48% 4.12%
HSB/HSV 234° 95.00% 7.84%
CMYK 95.00% 85.00% 0.00%
92.16%

Color #010314 in popluar number systems.

HEX 01 03 14
Decimal 1 3 20
Binary 1 11 10100
Octal 1 3 24

Shades and tints

Shades of #010314

#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)
#01030A
(1,3,10)
#000000
(0,0,0)

Tints of #010314

#010314
(1,3,20)
#181929
(24,25,41)
#2F2F3E
(47,47,62)
#464553
(70,69,83)
#5D5B68
(93,91,104)
#74717D
(116,113,125)
#8B8792
(139,135,146)
#A29DA7
(162,157,167)
#B9B3BC
(185,179,188)
#D0C9D1
(208,201,209)
#E7DFE6
(231,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010314; }

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

This text font color is #010314.

Background Color

.myBgColor { background-color: #010314; }

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

This div background color is #010314.

Border color

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

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

This div border color is #010314.

Opacity

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

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

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

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

This text has shadow with #010314 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #010314.

Preview

Color preview on black background

This text has color #010314 on black background.


Color preview on white background

This text has color #010314 on white background.


Black color preview on #010314 background

This text has black color on #010314 background.


White color preview on #010314 background

This text has white color on #010314 background.


Related colors

Complementary color

Complementary color for #hex is #FEFCEB.


I love getcolorcode.com

Triadic colors

1 #140103 and #031401 with #010314 are triadic colors.

2 #140301 and #030114 with #010314 are triadic colors.