COLOR #001F1F

HEX: #001F1F
RGB: (0,31,31)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

0
31
31

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

Portions of RGB colors in percentages

R + G + B =
0 + 31 + 31 = 62 (100%)
R 0 of 62 ~ 0%
G 31 of 62 ~ 50%
B 31 of 62 ~ 50%

%50
%50

CMYK color model

#001F1F color CMYK value is (100,0,0,88).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(100,0,0,88)
C100M0Y0K88 
(100%,0%,0%,88%)
(1.00/0.00/0.00/0.88)	

CMYK percentages

%100
%0
%0
%87.84

Codes

Color #001F1F in popluar color models

001F1F
RGB03131
HSL180°100.00%6.08%
HSB/HSV180°100.00%12.16%
CMYK100.00%0.00%0.00%
87.84%

Color #001F1F in popluar number systems.

HEX001F1F
Decimal03131
Binary01111111111
Octal03737

Shades and tints

Shades of #001F1F

#001F1F
(0,31,31)
#001D1D
(0,29,29)
#001B1B
(0,27,27)
#001919
(0,25,25)
#001717
(0,23,23)
#001515
(0,21,21)
#001313
(0,19,19)
#001111
(0,17,17)
#000F0F
(0,15,15)
#000D0D
(0,13,13)
#000B0B
(0,11,11)
#000000
(0,0,0)

Tints of #001F1F

#001F1F
(0,31,31)
#173333
(23,51,51)
#2E4747
(46,71,71)
#455B5B
(69,91,91)
#5C6F6F
(92,111,111)
#738383
(115,131,131)
#8A9797
(138,151,151)
#A1ABAB
(161,171,171)
#B8BFBF
(184,191,191)
#CFD3D3
(207,211,211)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001F1F; }

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

This text font color is #001F1F.


Background Color

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

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

This div background color is #001F1F.


Border color

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

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

This div border color is #001F1F.


Opacity

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

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

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

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

This text has shadow with #001F1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001F1F on black background.


Color preview on white background

This text has color #001F1F on white background.



Black color preview on #001F1F background

This text has black color on #001F1F background.


White color preview on #001F1F background

This text has white color on #001F1F background.