COLOR #0F1516

HEX: #0F1516
RGB: (15,21,22)

Color info

#0F1516 contains red, green and blue colors in about the same proportion. Web safe color of #0F1516 is #000000 (or #000).

RGB color model

#0F1516 color RGB value is (15,21,22).

  • red value is 15;
  • green value is 21;
  • blue value is 22.
RGB:
(15,21,22)
(6%,8%,9%)

RGB channels and saturation

R 15 of 255 = 6%
G 21 of 255 = 8%
B 22 of 255 = 9%

15
21
22

R + G + B ~ 8%. #0F1516 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 21 + 22 = 58 (100%)
R 15 of 58 ~ 25.86%
G 21 of 58 ~ 36.21%
B 22 of 58 ~ 37.93%

%25.86
%36.21
%37.93

CMYK color model

#0F1516 color CMYK value is (32,5,0,91).

  • cyan value is 31.82%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 91.37%
CMYK:
(32,5,0,91)
C32M5Y0K91 
(32%,5%,0%,91%)
(0.32/0.05/0.00/0.91)	

CMYK percentages

%31.82
%4.55
%0
%91.37

Codes

Color #0F1516 in popluar color models

0F1516
RGB152122
HSL189°18.92%7.25%
HSB/HSV189°31.82%8.63%
CMYK31.82%4.55%0.00%
91.37%

Color #0F1516 in popluar number systems.

HEX0F1516
Decimal152122
Binary11111010110110
Octal172526

Shades and tints

Shades of #0F1516

#0F1516
(15,21,22)
#0E1414
(14,20,20)
#0D1312
(13,19,18)
#0C1210
(12,18,16)
#0B110E
(11,17,14)
#0A100C
(10,16,12)
#090F0A
(9,15,10)
#080E08
(8,14,8)
#070D06
(7,13,6)
#060C04
(6,12,4)
#050B02
(5,11,2)
#000000
(0,0,0)

Tints of #0F1516

#0F1516
(15,21,22)
#242A2B
(36,42,43)
#393F40
(57,63,64)
#4E5455
(78,84,85)
#63696A
(99,105,106)
#787E7F
(120,126,127)
#8D9394
(141,147,148)
#A2A8A9
(162,168,169)
#B7BDBE
(183,189,190)
#CCD2D3
(204,210,211)
#E1E7E8
(225,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1516; }

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

This text font color is #0F1516.


Background Color

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

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

This div background color is #0F1516.


Border color

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

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

This div border color is #0F1516.


Opacity

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

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

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

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

This text has shadow with #0F1516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1516 on black background.


Color preview on white background

This text has color #0F1516 on white background.



Black color preview on #0F1516 background

This text has black color on #0F1516 background.


White color preview on #0F1516 background

This text has white color on #0F1516 background.