COLOR #0F1F16

HEX: #0F1F16 RGB: (15,31,22)

Color info

#0F1F16 contains red, green and blue colors in about the same proportion. Web safe color of #0F1F16 is #003300 (or #030).

RGB color model

#0F1F16 color RGB value is (15,31,22).

RGB: (15,31,22) (6%, 12%, 9%)

RGB channels and saturation

R 15 of 255 = 6%
G 31 of 255 = 12%
B 22 of 255 = 9%

15
31
22

R + G + B ~ 9%. #0F1F16 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 31 + 22 = 68 (100%)
R 15 of 68 ~ 22.06%
G 31 of 68 ~ 45.59%
B 22 of 68 ~ 32.35'%

%22.06
%45.59
%32.35

CMYK color model

#0F1F16 color CMYK value is (52,0,29,88).

  • cyan value is 51.61%
  • magenta value is 0.00%
  • yellow value is 29.03%
  • key color value is 87.84%
CMYK: (52,0,29,88) C52M0Y29K88 (52%,0%,29%,88%) (0.52/0.00/0.29/0.88) 

CMYK percentages

%51.61
%0
%29.03
%87.84

Codes

Color #0F1F16 in popluar color models

0F 1F 16
RGB 15 31 22
HSL 146° 34.78% 9.02%
HSB/HSV 146° 51.61% 12.16%
CMYK 51.61% 0.00% 29.03%
87.84%

Color #0F1F16 in popluar number systems.

HEX 0F 1F 16
Decimal 15 31 22
Binary 1111 11111 10110
Octal 17 37 26

Shades and tints

Shades of #0F1F16

#0F1F16
(15,31,22)
#0E1D14
(14,29,20)
#0D1B12
(13,27,18)
#0C1910
(12,25,16)
#0B170E
(11,23,14)
#0A150C
(10,21,12)
#09130A
(9,19,10)
#081108
(8,17,8)
#070F06
(7,15,6)
#060D04
(6,13,4)
#050B02
(5,11,2)
#000000
(0,0,0)

Tints of #0F1F16

#0F1F16
(15,31,22)
#24332B
(36,51,43)
#394740
(57,71,64)
#4E5B55
(78,91,85)
#636F6A
(99,111,106)
#78837F
(120,131,127)
#8D9794
(141,151,148)
#A2ABA9
(162,171,169)
#B7BFBE
(183,191,190)
#CCD3D3
(204,211,211)
#E1E7E8
(225,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1F16; }

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

This text font color is #0F1F16.

Background Color

.myBgColor { background-color: #0F1F16; }

<div style="background-color:#0F1F16">Inner text</div>

This div background color is #0F1F16.

Border color

.myBorderColor { border: 1px solid #0F1F16; }

<div style="border:3px solid #0F1F16">Div</div>

This div border color is #0F1F16.

Opacity

.myOpacity80 { color: #0F1F16; opacity: 0.8; }

<p style="color:#0F1F16;opacity:0.8;">80%</p>

Text with #0F1F16 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 #0F1F16;}

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

This text has shadow with #0F1F16 color.


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

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

This text has shadow with #0F1F16 primary color and red secondary color.


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

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

This text has shadow with #0F1F16 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #0F1F16.

Preview

Color preview on black background

This text has color #0F1F16 on black background.


Color preview on white background

This text has color #0F1F16 on white background.


Black color preview on #0F1F16 background

This text has black color on #0F1F16 background.


White color preview on #0F1F16 background

This text has white color on #0F1F16 background.


Related colors

Complementary color

Complementary color for #hex is #F0E0E9.


I love getcolorcode.com

Triadic colors

1 #160F1F and #1F160F with #0F1F16 are triadic colors.

2 #161F0F and #1F0F16 with #0F1F16 are triadic colors.