COLOR #000321

HEX: #000321
RGB: (0,3,33)

Color info

#000321 contains only green and blue colors. Web safe color of #000321 is #000033 (or #003).

RGB color model

#000321 color RGB value is (0,3,33).

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

RGB channels and saturation

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

0
3
33

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

Portions of RGB colors in percentages

R + G + B =
0 + 3 + 33 = 36 (100%)
R 0 of 36 ~ 0%
G 3 of 36 ~ 8.33%
B 33 of 36 ~ 91.67%

%91.67

CMYK color model

#000321 color CMYK value is (100,91,0,87).

  • cyan value is 100.00%
  • magenta value is 90.91%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(100,91,0,87)
C100M91Y0K87 
(100%,91%,0%,87%)
(1.00/0.91/0.00/0.87)	

CMYK percentages

%100
%90.91
%0
%87.06

Codes

Color #000321 in popluar color models

000321
RGB0333
HSL235°100.00%6.47%
HSB/HSV235°100.00%12.94%
CMYK100.00%90.91%0.00%
87.06%

Color #000321 in popluar number systems.

HEX000321
Decimal0333
Binary011100001
Octal0341

Shades and tints

Shades of #000321

#000321
(0,3,33)
#00031E
(0,3,30)
#00031B
(0,3,27)
#000318
(0,3,24)
#000315
(0,3,21)
#000312
(0,3,18)
#00030F
(0,3,15)
#00030C
(0,3,12)
#000309
(0,3,9)
#000306
(0,3,6)
#000303
(0,3,3)
#000000
(0,0,0)

Tints of #000321

#000321
(0,3,33)
#171935
(23,25,53)
#2E2F49
(46,47,73)
#45455D
(69,69,93)
#5C5B71
(92,91,113)
#737185
(115,113,133)
#8A8799
(138,135,153)
#A19DAD
(161,157,173)
#B8B3C1
(184,179,193)
#CFC9D5
(207,201,213)
#E6DFE9
(230,223,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #000321 color. Also use rgb(0,3,33) instead hex code.

Text Font Color

.myTextColor { color: #000321; }

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

This text font color is #000321.


Background Color

.myBgColor { background-color: #000321; }

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

This div background color is #000321.


Border color

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

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

This div border color is #000321.


Opacity

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

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

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

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

This text has shadow with #000321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000321 on black background.


Color preview on white background

This text has color #000321 on white background.



Black color preview on #000321 background

This text has black color on #000321 background.


White color preview on #000321 background

This text has white color on #000321 background.