COLOR #0F1913

HEX: #0F1913
RGB: (15,25,19)

Color info

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

RGB color model

#0F1913 color RGB value is (15,25,19).

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

RGB channels and saturation

R 15 of 255 = 6%
G 25 of 255 = 10%
B 19 of 255 = 7%

15
25
19

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

Portions of RGB colors in percentages

R + G + B =
15 + 25 + 19 = 59 (100%)
R 15 of 59 ~ 25.42%
G 25 of 59 ~ 42.37%
B 19 of 59 ~ 32.2%

%25.42
%42.37
%32.2

CMYK color model

#0F1913 color CMYK value is (40,0,24,90).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 90.20%
CMYK:
(40,0,24,90)
C40M0Y24K90 
(40%,0%,24%,90%)
(0.40/0.00/0.24/0.90)	

CMYK percentages

%40
%0
%24
%90.2

Codes

Color #0F1913 in popluar color models

0F1913
RGB152519
HSL144°25.00%7.84%
HSB/HSV144°40.00%9.80%
CMYK40.00%0.00%24.00%
90.20%

Color #0F1913 in popluar number systems.

HEX0F1913
Decimal152519
Binary11111100110011
Octal173123

Shades and tints

Shades of #0F1913

#0F1913
(15,25,19)
#0E1712
(14,23,18)
#0D1511
(13,21,17)
#0C1310
(12,19,16)
#0B110F
(11,17,15)
#0A0F0E
(10,15,14)
#090D0D
(9,13,13)
#080B0C
(8,11,12)
#07090B
(7,9,11)
#06070A
(6,7,10)
#050509
(5,5,9)
#000000
(0,0,0)

Tints of #0F1913

#0F1913
(15,25,19)
#242D28
(36,45,40)
#39413D
(57,65,61)
#4E5552
(78,85,82)
#636967
(99,105,103)
#787D7C
(120,125,124)
#8D9191
(141,145,145)
#A2A5A6
(162,165,166)
#B7B9BB
(183,185,187)
#CCCDD0
(204,205,208)
#E1E1E5
(225,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1913; }

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

This text font color is #0F1913.


Background Color

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

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

This div background color is #0F1913.


Border color

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

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

This div border color is #0F1913.


Opacity

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

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

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

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

This text has shadow with #0F1913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1913 on black background.


Color preview on white background

This text has color #0F1913 on white background.



Black color preview on #0F1913 background

This text has black color on #0F1913 background.


White color preview on #0F1913 background

This text has white color on #0F1913 background.