COLOR #021115

HEX: #021115
RGB: (2,17,21)

Color info

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

RGB color model

#021115 color RGB value is (2,17,21).

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

RGB channels and saturation

R 2 of 255 = 1%
G 17 of 255 = 7%
B 21 of 255 = 8%

2
17
21

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

Portions of RGB colors in percentages

R + G + B =
2 + 17 + 21 = 40 (100%)
R 2 of 40 ~ 5%
G 17 of 40 ~ 42.5%
B 21 of 40 ~ 52.5%

%42.5
%52.5

CMYK color model

#021115 color CMYK value is (90,19,0,92).

  • cyan value is 90.48%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK:
(90,19,0,92)
C90M19Y0K92 
(90%,19%,0%,92%)
(0.90/0.19/0.00/0.92)	

CMYK percentages

%90.48
%19.05
%0
%91.76

Codes

Color #021115 in popluar color models

021115
RGB21721
HSL193°82.61%4.51%
HSB/HSV193°90.48%8.24%
CMYK90.48%19.05%0.00%
91.76%

Color #021115 in popluar number systems.

HEX021115
Decimal21721
Binary101000110101
Octal22125

Shades and tints

Shades of #021115

#021115
(2,17,21)
#021014
(2,16,20)
#020F13
(2,15,19)
#020E12
(2,14,18)
#020D11
(2,13,17)
#020C10
(2,12,16)
#020B0F
(2,11,15)
#020A0E
(2,10,14)
#02090D
(2,9,13)
#02080C
(2,8,12)
#02070B
(2,7,11)
#000000
(0,0,0)

Tints of #021115

#021115
(2,17,21)
#19262A
(25,38,42)
#303B3F
(48,59,63)
#475054
(71,80,84)
#5E6569
(94,101,105)
#757A7E
(117,122,126)
#8C8F93
(140,143,147)
#A3A4A8
(163,164,168)
#BAB9BD
(186,185,189)
#D1CED2
(209,206,210)
#E8E3E7
(232,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #021115; }

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

This text font color is #021115.


Background Color

.myBgColor { background-color: #021115; }

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

This div background color is #021115.


Border color

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

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

This div border color is #021115.


Opacity

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

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

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

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

This text has shadow with #021115 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #021115 on black background.


Color preview on white background

This text has color #021115 on white background.



Black color preview on #021115 background

This text has black color on #021115 background.


White color preview on #021115 background

This text has white color on #021115 background.