COLOR #020513

HEX: #020513
RGB: (2,5,19)

Color info

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

RGB color model

#020513 color RGB value is (2,5,19).

  • red value is 2;
  • green value is 5;
  • blue value is 19.
RGB:
(2,5,19)
(1%,2%,7%)

RGB channels and saturation

R 2 of 255 = 1%
G 5 of 255 = 2%
B 19 of 255 = 7%

2
5
19

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

Portions of RGB colors in percentages

R + G + B =
2 + 5 + 19 = 26 (100%)
R 2 of 26 ~ 7.69%
G 5 of 26 ~ 19.23%
B 19 of 26 ~ 73.08%

%19.23
%73.08

CMYK color model

#020513 color CMYK value is (89,74,0,93).

  • cyan value is 89.47%
  • magenta value is 73.68%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK:
(89,74,0,93)
C89M74Y0K93 
(89%,74%,0%,93%)
(0.89/0.74/0.00/0.93)	

CMYK percentages

%89.47
%73.68
%0
%92.55

Codes

Color #020513 in popluar color models

020513
RGB2519
HSL229°80.95%4.12%
HSB/HSV229°89.47%7.45%
CMYK89.47%73.68%0.00%
92.55%

Color #020513 in popluar number systems.

HEX020513
Decimal2519
Binary1010110011
Octal2523

Shades and tints

Shades of #020513

#020513
(2,5,19)
#020512
(2,5,18)
#020511
(2,5,17)
#020510
(2,5,16)
#02050F
(2,5,15)
#02050E
(2,5,14)
#02050D
(2,5,13)
#02050C
(2,5,12)
#02050B
(2,5,11)
#02050A
(2,5,10)
#020509
(2,5,9)
#000000
(0,0,0)

Tints of #020513

#020513
(2,5,19)
#191B28
(25,27,40)
#30313D
(48,49,61)
#474752
(71,71,82)
#5E5D67
(94,93,103)
#75737C
(117,115,124)
#8C8991
(140,137,145)
#A39FA6
(163,159,166)
#BAB5BB
(186,181,187)
#D1CBD0
(209,203,208)
#E8E1E5
(232,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #020513 color. Also use rgb(2,5,19) instead hex code.

Text Font Color

.myTextColor { color: #020513; }

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

This text font color is #020513.


Background Color

.myBgColor { background-color: #020513; }

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

This div background color is #020513.


Border color

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

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

This div border color is #020513.


Opacity

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

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

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

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

This text has shadow with #020513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #020513 on black background.


Color preview on white background

This text has color #020513 on white background.



Black color preview on #020513 background

This text has black color on #020513 background.


White color preview on #020513 background

This text has white color on #020513 background.