COLOR #010821

HEX: #010821
RGB: (1,8,33)

Color info

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

RGB color model

#010821 color RGB value is (1,8,33).

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

RGB channels and saturation

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

1
8
33

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

Portions of RGB colors in percentages

R + G + B =
1 + 8 + 33 = 42 (100%)
R 1 of 42 ~ 2.38%
G 8 of 42 ~ 19.05%
B 33 of 42 ~ 78.57%

%19.05
%78.57

CMYK color model

#010821 color CMYK value is (97,76,0,87).

  • cyan value is 96.97%
  • magenta value is 75.76%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(97,76,0,87)
C97M76Y0K87 
(97%,76%,0%,87%)
(0.97/0.76/0.00/0.87)	

CMYK percentages

%96.97
%75.76
%0
%87.06

Codes

Color #010821 in popluar color models

010821
RGB1833
HSL227°94.12%6.67%
HSB/HSV227°96.97%12.94%
CMYK96.97%75.76%0.00%
87.06%

Color #010821 in popluar number systems.

HEX010821
Decimal1833
Binary11000100001
Octal11041

Shades and tints

Shades of #010821

#010821
(1,8,33)
#01081E
(1,8,30)
#01081B
(1,8,27)
#010818
(1,8,24)
#010815
(1,8,21)
#010812
(1,8,18)
#01080F
(1,8,15)
#01080C
(1,8,12)
#010809
(1,8,9)
#010806
(1,8,6)
#010803
(1,8,3)
#000000
(0,0,0)

Tints of #010821

#010821
(1,8,33)
#181E35
(24,30,53)
#2F3449
(47,52,73)
#464A5D
(70,74,93)
#5D6071
(93,96,113)
#747685
(116,118,133)
#8B8C99
(139,140,153)
#A2A2AD
(162,162,173)
#B9B8C1
(185,184,193)
#D0CED5
(208,206,213)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #010821 color. Also use rgb(1,8,33) instead hex code.

Text Font Color

.myTextColor { color: #010821; }

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

This text font color is #010821.


Background Color

.myBgColor { background-color: #010821; }

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

This div background color is #010821.


Border color

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

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

This div border color is #010821.


Opacity

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

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

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

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

This text has shadow with #010821 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010821 on black background.


Color preview on white background

This text has color #010821 on white background.



Black color preview on #010821 background

This text has black color on #010821 background.


White color preview on #010821 background

This text has white color on #010821 background.