COLOR #000F1F

HEX: #000F1F RGB: (0,15,31)

Color info

#000F1F contains only green and blue colors. Web safe color of #000F1F is #000033 (or #003).

RGB color model

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

RGB: (0,15,31) (0%, 6%, 12%)

RGB channels and saturation

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

0
15
31

R + G + B ~ 6%. #000F1F is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 15 + 31 = 46 (100%)
R 0 of 46 ~ 0%
G 15 of 46 ~ 32.61%
B 31 of 46 ~ 67.39'%

%32.61
%67.39

CMYK color model

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

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

CMYK percentages

%100
%51.61
%0
%87.84

Codes

Color #000F1F in popluar color models

00 0F 1F
RGB 0 15 31
HSL 211° 100.00% 6.08%
HSB/HSV 211° 100.00% 12.16%
CMYK 100.00% 51.61% 0.00%
87.84%

Color #000F1F in popluar number systems.

HEX 00 0F 1F
Decimal 0 15 31
Binary 0 1111 11111
Octal 0 17 37

Shades and tints

Shades of #000F1F

#000F1F
(0,15,31)
#000E1D
(0,14,29)
#000D1B
(0,13,27)
#000C19
(0,12,25)
#000B17
(0,11,23)
#000A15
(0,10,21)
#000913
(0,9,19)
#000811
(0,8,17)
#00070F
(0,7,15)
#00060D
(0,6,13)
#00050B
(0,5,11)
#000000
(0,0,0)

Tints of #000F1F

#000F1F
(0,15,31)
#172433
(23,36,51)
#2E3947
(46,57,71)
#454E5B
(69,78,91)
#5C636F
(92,99,111)
#737883
(115,120,131)
#8A8D97
(138,141,151)
#A1A2AB
(161,162,171)
#B8B7BF
(184,183,191)
#CFCCD3
(207,204,211)
#E6E1E7
(230,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000F1F; }

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

This text font color is #000F1F.

Background Color

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

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

This div background color is #000F1F.

Border color

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

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

This div border color is #000F1F.

Opacity

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

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

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

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

This text has shadow with #000F1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #000F1F.

Preview

Color preview on black background

This text has color #000F1F on black background.


Color preview on white background

This text has color #000F1F on white background.


Black color preview on #000F1F background

This text has black color on #000F1F background.


White color preview on #000F1F background

This text has white color on #000F1F background.


Related colors

Complementary color

Complementary color for #hex is #FFF0E0.


I love getcolorcode.com

Triadic colors

1 #1F000F and #0F1F00 with #000F1F are triadic colors.

2 #1F0F00 and #0F001F with #000F1F are triadic colors.