COLOR #0F1F13

HEX: #0F1F13
RGB: (15,31,19)

Color info

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

RGB color model

#0F1F13 color RGB value is (15,31,19).

  • red value is 15;
  • green value is 31;
  • blue value is 19.
RGB:
(15,31,19)
(6%,12%,7%)

RGB channels and saturation

R 15 of 255 = 6%
G 31 of 255 = 12%
B 19 of 255 = 7%

15
31
19

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

Portions of RGB colors in percentages

R + G + B =
15 + 31 + 19 = 65 (100%)
R 15 of 65 ~ 23.08%
G 31 of 65 ~ 47.69%
B 19 of 65 ~ 29.23%

%23.08
%47.69
%29.23

CMYK color model

#0F1F13 color CMYK value is (52,0,39,88).

  • cyan value is 51.61%
  • magenta value is 0.00%
  • yellow value is 38.71%
  • key color value is 87.84%
CMYK:
(52,0,39,88)
C52M0Y39K88 
(52%,0%,39%,88%)
(0.52/0.00/0.39/0.88)	

CMYK percentages

%51.61
%0
%38.71
%87.84

Codes

Color #0F1F13 in popluar color models

0F1F13
RGB153119
HSL135°34.78%9.02%
HSB/HSV135°51.61%12.16%
CMYK51.61%0.00%38.71%
87.84%

Color #0F1F13 in popluar number systems.

HEX0F1F13
Decimal153119
Binary11111111110011
Octal173723

Shades and tints

Shades of #0F1F13

#0F1F13
(15,31,19)
#0E1D12
(14,29,18)
#0D1B11
(13,27,17)
#0C1910
(12,25,16)
#0B170F
(11,23,15)
#0A150E
(10,21,14)
#09130D
(9,19,13)
#08110C
(8,17,12)
#070F0B
(7,15,11)
#060D0A
(6,13,10)
#050B09
(5,11,9)
#000000
(0,0,0)

Tints of #0F1F13

#0F1F13
(15,31,19)
#243328
(36,51,40)
#39473D
(57,71,61)
#4E5B52
(78,91,82)
#636F67
(99,111,103)
#78837C
(120,131,124)
#8D9791
(141,151,145)
#A2ABA6
(162,171,166)
#B7BFBB
(183,191,187)
#CCD3D0
(204,211,208)
#E1E7E5
(225,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1F13; }

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

This text font color is #0F1F13.


Background Color

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

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

This div background color is #0F1F13.


Border color

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

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

This div border color is #0F1F13.


Opacity

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

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

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

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

This text has shadow with #0F1F13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1F13 on black background.


Color preview on white background

This text has color #0F1F13 on white background.



Black color preview on #0F1F13 background

This text has black color on #0F1F13 background.


White color preview on #0F1F13 background

This text has white color on #0F1F13 background.