COLOR #00001F

HEX: #00001F
RGB: (0,0,31)

Color info

#00001F contains only blue color. Web safe color of #00001F is #000033 (or #003).

RGB color model

#00001F color RGB value is (0,0,31).

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

RGB channels and saturation

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

0
0
31

R + G + B ~ 4%. #00001F is dark color.

Portions of RGB colors in percentages

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

%100

CMYK color model

#00001F color CMYK value is (100,100,0,88).

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

CMYK percentages

%100
%100
%0
%87.84

Codes

Color #00001F in popluar color models

00001F
RGB0031
HSL240°100.00%6.08%
HSB/HSV240°100.00%12.16%
CMYK100.00%100.00%0.00%
87.84%

Color #00001F in popluar number systems.

HEX00001F
Decimal0031
Binary0011111
Octal0037

Shades and tints

Shades of #00001F

#00001F
(0,0,31)
#00001D
(0,0,29)
#00001B
(0,0,27)
#000019
(0,0,25)
#000017
(0,0,23)
#000015
(0,0,21)
#000013
(0,0,19)
#000011
(0,0,17)
#00000F
(0,0,15)
#00000D
(0,0,13)
#00000B
(0,0,11)
#000000
(0,0,0)

Tints of #00001F

#00001F
(0,0,31)
#171733
(23,23,51)
#2E2E47
(46,46,71)
#45455B
(69,69,91)
#5C5C6F
(92,92,111)
#737383
(115,115,131)
#8A8A97
(138,138,151)
#A1A1AB
(161,161,171)
#B8B8BF
(184,184,191)
#CFCFD3
(207,207,211)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00001F; }

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

This text font color is #00001F.


Background Color

.myBgColor { background-color: #00001F; }

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

This div background color is #00001F.


Border color

.myBorderColor { border: 1px solid #00001F; }

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

This div border color is #00001F.


Opacity

.myOpacity80 { color: #00001F; opacity: 0.8; }

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

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

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

This text has shadow with #00001F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00001F on black background.


Color preview on white background

This text has color #00001F on white background.



Black color preview on #00001F background

This text has black color on #00001F background.


White color preview on #00001F background

This text has white color on #00001F background.