COLOR #010320

HEX: #010320
RGB: (1,3,32)

Color info

#010320 contains red, green and blue colors in about the same proportion. Web safe color of #010320 is #000033 (or #003).

RGB color model

#010320 color RGB value is (1,3,32).

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

RGB channels and saturation

R 1 of 255 = 0%
G 3 of 255 = 1%
B 32 of 255 = 13%

1
3
32

R + G + B ~ 5%. #010320 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 3 + 32 = 36 (100%)
R 1 of 36 ~ 2.78%
G 3 of 36 ~ 8.33%
B 32 of 36 ~ 88.89%

%88.89

CMYK color model

#010320 color CMYK value is (97,91,0,87).

  • cyan value is 96.88%
  • magenta value is 90.63%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(97,91,0,87)
C97M91Y0K87 
(97%,91%,0%,87%)
(0.97/0.91/0.00/0.87)	

CMYK percentages

%96.88
%90.63
%0
%87.45

Codes

Color #010320 in popluar color models

010320
RGB1332
HSL236°93.94%6.47%
HSB/HSV236°96.88%12.55%
CMYK96.88%90.63%0.00%
87.45%

Color #010320 in popluar number systems.

HEX010320
Decimal1332
Binary111100000
Octal1340

Shades and tints

Shades of #010320

#010320
(1,3,32)
#01031E
(1,3,30)
#01031C
(1,3,28)
#01031A
(1,3,26)
#010318
(1,3,24)
#010316
(1,3,22)
#010314
(1,3,20)
#010312
(1,3,18)
#010310
(1,3,16)
#01030E
(1,3,14)
#01030C
(1,3,12)
#000000
(0,0,0)

Tints of #010320

#010320
(1,3,32)
#181934
(24,25,52)
#2F2F48
(47,47,72)
#46455C
(70,69,92)
#5D5B70
(93,91,112)
#747184
(116,113,132)
#8B8798
(139,135,152)
#A29DAC
(162,157,172)
#B9B3C0
(185,179,192)
#D0C9D4
(208,201,212)
#E7DFE8
(231,223,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010320; }

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

This text font color is #010320.


Background Color

.myBgColor { background-color: #010320; }

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

This div background color is #010320.


Border color

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

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

This div border color is #010320.


Opacity

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

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

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

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

This text has shadow with #010320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010320 on black background.


Color preview on white background

This text has color #010320 on white background.



Black color preview on #010320 background

This text has black color on #010320 background.


White color preview on #010320 background

This text has white color on #010320 background.