COLOR #001F21

HEX: #001F21
RGB: (0,31,33)

Color info

#001F21 contains only green and blue colors. Web safe color of #001F21 is #003333 (or #033).

RGB color model

#001F21 color RGB value is (0,31,33).

  • red value is 0;
  • green value is 31;
  • blue value is 33.
RGB:
(0,31,33)
(0%,12%,13%)

RGB channels and saturation

R 0 of 255 = 0%
G 31 of 255 = 12%
B 33 of 255 = 13%

0
31
33

R + G + B ~ 8%. #001F21 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 31 + 33 = 64 (100%)
R 0 of 64 ~ 0%
G 31 of 64 ~ 48.44%
B 33 of 64 ~ 51.56%

%48.44
%51.56

CMYK color model

#001F21 color CMYK value is (100,6,0,87).

  • cyan value is 100.00%
  • magenta value is 6.06%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(100,6,0,87)
C100M6Y0K87 
(100%,6%,0%,87%)
(1.00/0.06/0.00/0.87)	

CMYK percentages

%100
%6.06
%0
%87.06

Codes

Color #001F21 in popluar color models

001F21
RGB03133
HSL184°100.00%6.47%
HSB/HSV184°100.00%12.94%
CMYK100.00%6.06%0.00%
87.06%

Color #001F21 in popluar number systems.

HEX001F21
Decimal03133
Binary011111100001
Octal03741

Shades and tints

Shades of #001F21

#001F21
(0,31,33)
#001D1E
(0,29,30)
#001B1B
(0,27,27)
#001918
(0,25,24)
#001715
(0,23,21)
#001512
(0,21,18)
#00130F
(0,19,15)
#00110C
(0,17,12)
#000F09
(0,15,9)
#000D06
(0,13,6)
#000B03
(0,11,3)
#000000
(0,0,0)

Tints of #001F21

#001F21
(0,31,33)
#173335
(23,51,53)
#2E4749
(46,71,73)
#455B5D
(69,91,93)
#5C6F71
(92,111,113)
#738385
(115,131,133)
#8A9799
(138,151,153)
#A1ABAD
(161,171,173)
#B8BFC1
(184,191,193)
#CFD3D5
(207,211,213)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001F21 color. Also use rgb(0,31,33) instead hex code.

Text Font Color

.myTextColor { color: #001F21; }

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

This text font color is #001F21.


Background Color

.myBgColor { background-color: #001F21; }

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

This div background color is #001F21.


Border color

.myBorderColor { border: 1px solid #001F21; }

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

This div border color is #001F21.


Opacity

.myOpacity80 { color: #001F21; opacity: 0.8; }

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

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

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

This text has shadow with #001F21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001F21 on black background.


Color preview on white background

This text has color #001F21 on white background.



Black color preview on #001F21 background

This text has black color on #001F21 background.


White color preview on #001F21 background

This text has white color on #001F21 background.