COLOR #021311

HEX: #021311
RGB: (2,19,17)

Color info

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

RGB color model

#021311 color RGB value is (2,19,17).

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

RGB channels and saturation

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

2
19
17

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

Portions of RGB colors in percentages

R + G + B =
2 + 19 + 17 = 38 (100%)
R 2 of 38 ~ 5.26%
G 19 of 38 ~ 50%
B 17 of 38 ~ 44.74%

%50
%44.74

CMYK color model

#021311 color CMYK value is (89,0,11,93).

  • cyan value is 89.47%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 92.55%
CMYK:
(89,0,11,93)
C89M0Y11K93 
(89%,0%,11%,93%)
(0.89/0.00/0.11/0.93)	

CMYK percentages

%89.47
%0
%10.53
%92.55

Codes

Color #021311 in popluar color models

021311
RGB21917
HSL173°80.95%4.12%
HSB/HSV173°89.47%7.45%
CMYK89.47%0.00%10.53%
92.55%

Color #021311 in popluar number systems.

HEX021311
Decimal21917
Binary101001110001
Octal22321

Shades and tints

Shades of #021311

#021311
(2,19,17)
#021210
(2,18,16)
#02110F
(2,17,15)
#02100E
(2,16,14)
#020F0D
(2,15,13)
#020E0C
(2,14,12)
#020D0B
(2,13,11)
#020C0A
(2,12,10)
#020B09
(2,11,9)
#020A08
(2,10,8)
#020907
(2,9,7)
#000000
(0,0,0)

Tints of #021311

#021311
(2,19,17)
#192826
(25,40,38)
#303D3B
(48,61,59)
#475250
(71,82,80)
#5E6765
(94,103,101)
#757C7A
(117,124,122)
#8C918F
(140,145,143)
#A3A6A4
(163,166,164)
#BABBB9
(186,187,185)
#D1D0CE
(209,208,206)
#E8E5E3
(232,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #021311; }

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

This text font color is #021311.


Background Color

.myBgColor { background-color: #021311; }

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

This div background color is #021311.


Border color

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

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

This div border color is #021311.


Opacity

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

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

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

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

This text has shadow with #021311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #021311 on black background.


Color preview on white background

This text has color #021311 on white background.



Black color preview on #021311 background

This text has black color on #021311 background.


White color preview on #021311 background

This text has white color on #021311 background.