COLOR #020120

HEX: #020120 RGB: (2,1,32)

Color info

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

RGB color model

#020120 color RGB value is (2,1,32).

RGB: (2,1,32) (1%, 0%, 13%)

RGB channels and saturation

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

2
1
32

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

Portions of RGB colors in percentages

R + G + B = 2 + 1 + 32 = 35 (100%)
R 2 of 35 ~ 5.71%
G 1 of 35 ~ 2.86%
B 32 of 35 ~ 91.43'%

%91.43

CMYK color model

#020120 color CMYK value is (94,97,0,87).

  • cyan value is 93.75%
  • magenta value is 96.88%
  • yellow value is 0.00%
  • key color value is 87.45%

CMYK: (94,97,0,87)
C94M97Y0K87 (94%, 97%, 0%, 87%)
(0.94 / 0.97 / 0.00 / 0.87)

CMYK percentages

%93.75
%96.88
%0
%87.45

Codes

Color #020120 in popluar color models

02 01 20
RGB 2 1 32
HSL 242° 93.94% 6.47%
HSB/HSV 242° 96.88% 12.55%
CMYK 93.75% 96.88% 0.00%
87.45%

Color #020120 in popluar number systems.

HEX 02 01 20
Decimal 2 1 32
Binary 10 1 100000
Octal 2 1 40

Shades and tints

Shades of #020120

#020120
(2,1,32)
#02011E
(2,1,30)
#02011C
(2,1,28)
#02011A
(2,1,26)
#020118
(2,1,24)
#020116
(2,1,22)
#020114
(2,1,20)
#020112
(2,1,18)
#020110
(2,1,16)
#02010E
(2,1,14)
#02010C
(2,1,12)
#000000
(0,0,0)

Tints of #020120

#020120
(2,1,32)
#191834
(25,24,52)
#302F48
(48,47,72)
#47465C
(71,70,92)
#5E5D70
(94,93,112)
#757484
(117,116,132)
#8C8B98
(140,139,152)
#A3A2AC
(163,162,172)
#BAB9C0
(186,185,192)
#D1D0D4
(209,208,212)
#E8E7E8
(232,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #020120; }

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

This text font color is #020120.

Background Color

.myBgColor { background-color: #020120; }

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

This div background color is #020120.

Border color

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

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

This div border color is #020120.

Opacity

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

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

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

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

This text has shadow with #020120 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #020120.

Preview

Color preview on black background

This text has color #020120 on black background.


Color preview on white background

This text has color #020120 on white background.


Black color preview on #020120 background

This text has black color on #020120 background.


White color preview on #020120 background

This text has white color on #020120 background.


Related colors

Complementary color

Complementary color for #hex is #FDFEDF.


I love getcolorcode.com

Triadic colors

1 #200201 and #012002 with #020120 are triadic colors.

2 #200102 and #010220 with #020120 are triadic colors.