COLOR #0F010D

HEX: #0F010D
RGB: (15,1,13)

Color info

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

RGB color model

#0F010D color RGB value is (15,1,13).

  • red value is 15;
  • green value is 1;
  • blue value is 13.
RGB:
(15,1,13)
(6%,0%,5%)

RGB channels and saturation

R 15 of 255 = 6%
G 1 of 255 = 0%
B 13 of 255 = 5%

15
1
13

R + G + B ~ 4%. #0F010D is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 1 + 13 = 29 (100%)
R 15 of 29 ~ 51.72%
G 1 of 29 ~ 3.45%
B 13 of 29 ~ 44.83%

%51.72
%44.83

CMYK color model

#0F010D color CMYK value is (0,93,13,94).

  • cyan value is 0.00%
  • magenta value is 93.33%
  • yellow value is 13.33%
  • key color value is 94.12%
CMYK:
(0,93,13,94)
C0M93Y13K94 
(0%,93%,13%,94%)
(0.00/0.93/0.13/0.94)	

CMYK percentages

%0
%93.33
%13.33
%94.12

Codes

Color #0F010D in popluar color models

0F010D
RGB15113
HSL309°87.50%3.14%
HSB/HSV309°93.33%5.88%
CMYK0.00%93.33%13.33%
94.12%

Color #0F010D in popluar number systems.

HEX0F010D
Decimal15113
Binary111111101
Octal17115

Shades and tints

Shades of #0F010D

#0F010D
(15,1,13)
#0E010C
(14,1,12)
#0D010B
(13,1,11)
#0C010A
(12,1,10)
#0B0109
(11,1,9)
#0A0108
(10,1,8)
#090107
(9,1,7)
#080106
(8,1,6)
#070105
(7,1,5)
#060104
(6,1,4)
#050103
(5,1,3)
#000000
(0,0,0)

Tints of #0F010D

#0F010D
(15,1,13)
#241823
(36,24,35)
#392F39
(57,47,57)
#4E464F
(78,70,79)
#635D65
(99,93,101)
#78747B
(120,116,123)
#8D8B91
(141,139,145)
#A2A2A7
(162,162,167)
#B7B9BD
(183,185,189)
#CCD0D3
(204,208,211)
#E1E7E9
(225,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F010D color. Also use rgb(15,1,13) instead hex code.

Text Font Color

.myTextColor { color: #0F010D; }

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

This text font color is #0F010D.


Background Color

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

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

This div background color is #0F010D.


Border color

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

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

This div border color is #0F010D.


Opacity

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

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

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

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

This text has shadow with #0F010D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F010D on black background.


Color preview on white background

This text has color #0F010D on white background.



Black color preview on #0F010D background

This text has black color on #0F010D background.


White color preview on #0F010D background

This text has white color on #0F010D background.