COLOR #0F1619

HEX: #0F1619
RGB: (15,22,25)

Color info

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

RGB color model

#0F1619 color RGB value is (15,22,25).

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

RGB channels and saturation

R 15 of 255 = 6%
G 22 of 255 = 9%
B 25 of 255 = 10%

15
22
25

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

Portions of RGB colors in percentages

R + G + B =
15 + 22 + 25 = 62 (100%)
R 15 of 62 ~ 24.19%
G 22 of 62 ~ 35.48%
B 25 of 62 ~ 40.32%

%24.19
%35.48
%40.32

CMYK color model

#0F1619 color CMYK value is (40,12,0,90).

  • cyan value is 40.00%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(40,12,0,90)
C40M12Y0K90 
(40%,12%,0%,90%)
(0.40/0.12/0.00/0.90)	

CMYK percentages

%40
%12
%0
%90.2

Codes

Color #0F1619 in popluar color models

0F1619
RGB152225
HSL198°25.00%7.84%
HSB/HSV198°40.00%9.80%
CMYK40.00%12.00%0.00%
90.20%

Color #0F1619 in popluar number systems.

HEX0F1619
Decimal152225
Binary11111011011001
Octal172631

Shades and tints

Shades of #0F1619

#0F1619
(15,22,25)
#0E1417
(14,20,23)
#0D1215
(13,18,21)
#0C1013
(12,16,19)
#0B0E11
(11,14,17)
#0A0C0F
(10,12,15)
#090A0D
(9,10,13)
#08080B
(8,8,11)
#070609
(7,6,9)
#060407
(6,4,7)
#050205
(5,2,5)
#000000
(0,0,0)

Tints of #0F1619

#0F1619
(15,22,25)
#242B2D
(36,43,45)
#394041
(57,64,65)
#4E5555
(78,85,85)
#636A69
(99,106,105)
#787F7D
(120,127,125)
#8D9491
(141,148,145)
#A2A9A5
(162,169,165)
#B7BEB9
(183,190,185)
#CCD3CD
(204,211,205)
#E1E8E1
(225,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1619; }

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

This text font color is #0F1619.


Background Color

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

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

This div background color is #0F1619.


Border color

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

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

This div border color is #0F1619.


Opacity

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

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

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

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

This text has shadow with #0F1619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1619 on black background.


Color preview on white background

This text has color #0F1619 on white background.



Black color preview on #0F1619 background

This text has black color on #0F1619 background.


White color preview on #0F1619 background

This text has white color on #0F1619 background.