COLOR #000F12

HEX: #000F12
RGB: (0,15,18)

Color info

#000F12 contains only green and blue colors. Web safe color of #000F12 is #000000 (or #000).

RGB color model

#000F12 color RGB value is (0,15,18).

  • red value is 0;
  • green value is 15;
  • blue value is 18.
RGB:
(0,15,18)
(0%,6%,7%)

RGB channels and saturation

R 0 of 255 = 0%
G 15 of 255 = 6%
B 18 of 255 = 7%

0
15
18

R + G + B ~ 4%. #000F12 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 15 + 18 = 33 (100%)
R 0 of 33 ~ 0%
G 15 of 33 ~ 45.45%
B 18 of 33 ~ 54.55%

%45.45
%54.55

CMYK color model

#000F12 color CMYK value is (100,17,0,93).

  • cyan value is 100.00%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 92.94%
CMYK:
(100,17,0,93)
C100M17Y0K93 
(100%,17%,0%,93%)
(1.00/0.17/0.00/0.93)	

CMYK percentages

%100
%16.67
%0
%92.94

Codes

Color #000F12 in popluar color models

000F12
RGB01518
HSL190°100.00%3.53%
HSB/HSV190°100.00%7.06%
CMYK100.00%16.67%0.00%
92.94%

Color #000F12 in popluar number systems.

HEX000F12
Decimal01518
Binary0111110010
Octal01722

Shades and tints

Shades of #000F12

#000F12
(0,15,18)
#000E11
(0,14,17)
#000D10
(0,13,16)
#000C0F
(0,12,15)
#000B0E
(0,11,14)
#000A0D
(0,10,13)
#00090C
(0,9,12)
#00080B
(0,8,11)
#00070A
(0,7,10)
#000609
(0,6,9)
#000508
(0,5,8)
#000000
(0,0,0)

Tints of #000F12

#000F12
(0,15,18)
#172427
(23,36,39)
#2E393C
(46,57,60)
#454E51
(69,78,81)
#5C6366
(92,99,102)
#73787B
(115,120,123)
#8A8D90
(138,141,144)
#A1A2A5
(161,162,165)
#B8B7BA
(184,183,186)
#CFCCCF
(207,204,207)
#E6E1E4
(230,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000F12; }

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

This text font color is #000F12.


Background Color

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

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

This div background color is #000F12.


Border color

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

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

This div border color is #000F12.


Opacity

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

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

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

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

This text has shadow with #000F12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000F12 on black background.


Color preview on white background

This text has color #000F12 on white background.



Black color preview on #000F12 background

This text has black color on #000F12 background.


White color preview on #000F12 background

This text has white color on #000F12 background.