COLOR #001F0A

HEX: #001F0A RGB: (0,31,10)

Color info

#001F0A contains only green and blue colors. Web safe color of #001F0A is #003300 (or #030).

RGB color model

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

RGB: (0,31,10) (0%, 12%, 4%)

RGB channels and saturation

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

0
31
10

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

Portions of RGB colors in percentages

R + G + B = 0 + 31 + 10 = 41 (100%)
R 0 of 41 ~ 0%
G 31 of 41 ~ 75.61%
B 10 of 41 ~ 24.39'%

%75.61
%24.39

CMYK color model

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

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

CMYK percentages

%100
%0
%67.74
%87.84

Codes

Color #001F0A in popluar color models

00 1F 0A
RGB 0 31 10
HSL 139° 100.00% 6.08%
HSB/HSV 139° 100.00% 12.16%
CMYK 100.00% 0.00% 67.74%
87.84%

Color #001F0A in popluar number systems.

HEX 00 1F 0A
Decimal 0 31 10
Binary 0 11111 1010
Octal 0 37 12

Shades and tints

Shades of #001F0A

#001F0A
(0,31,10)
#001D0A
(0,29,10)
#001B0A
(0,27,10)
#00190A
(0,25,10)
#00170A
(0,23,10)
#00150A
(0,21,10)
#00130A
(0,19,10)
#00110A
(0,17,10)
#000F0A
(0,15,10)
#000D0A
(0,13,10)
#000B0A
(0,11,10)
#000000
(0,0,0)

Tints of #001F0A

#001F0A
(0,31,10)
#173320
(23,51,32)
#2E4736
(46,71,54)
#455B4C
(69,91,76)
#5C6F62
(92,111,98)
#738378
(115,131,120)
#8A978E
(138,151,142)
#A1ABA4
(161,171,164)
#B8BFBA
(184,191,186)
#CFD3D0
(207,211,208)
#E6E7E6
(230,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001F0A; }

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

This text font color is #001F0A.

Background Color

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

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

This div background color is #001F0A.

Border color

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

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

This div border color is #001F0A.

Opacity

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

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

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

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

This text has shadow with #001F0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001F0A.

Preview

Color preview on black background

This text has color #001F0A on black background.


Color preview on white background

This text has color #001F0A on white background.


Black color preview on #001F0A background

This text has black color on #001F0A background.


White color preview on #001F0A background

This text has white color on #001F0A background.


Related colors

Complementary color

Complementary color for #hex is #FFE0F5.


I love getcolorcode.com

Triadic colors

1 #0A001F and #1F0A00 with #001F0A are triadic colors.

2 #0A1F00 and #1F000A with #001F0A are triadic colors.