COLOR #0F151B

HEX: #0F151B
RGB: (15,21,27)

Color info

#0F151B contains red, green and blue colors in about the same proportion. Web safe color of #0F151B is #000033 (or #003).

RGB color model

#0F151B color RGB value is (15,21,27).

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

RGB channels and saturation

R 15 of 255 = 6%
G 21 of 255 = 8%
B 27 of 255 = 11%

15
21
27

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

Portions of RGB colors in percentages

R + G + B =
15 + 21 + 27 = 63 (100%)
R 15 of 63 ~ 23.81%
G 21 of 63 ~ 33.33%
B 27 of 63 ~ 42.86%

%23.81
%33.33
%42.86

CMYK color model

#0F151B color CMYK value is (44,22,0,89).

  • cyan value is 44.44%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(44,22,0,89)
C44M22Y0K89 
(44%,22%,0%,89%)
(0.44/0.22/0.00/0.89)	

CMYK percentages

%44.44
%22.22
%0
%89.41

Codes

Color #0F151B in popluar color models

0F151B
RGB152127
HSL210°28.57%8.24%
HSB/HSV210°44.44%10.59%
CMYK44.44%22.22%0.00%
89.41%

Color #0F151B in popluar number systems.

HEX0F151B
Decimal152127
Binary11111010111011
Octal172533

Shades and tints

Shades of #0F151B

#0F151B
(15,21,27)
#0E1419
(14,20,25)
#0D1317
(13,19,23)
#0C1215
(12,18,21)
#0B1113
(11,17,19)
#0A1011
(10,16,17)
#090F0F
(9,15,15)
#080E0D
(8,14,13)
#070D0B
(7,13,11)
#060C09
(6,12,9)
#050B07
(5,11,7)
#000000
(0,0,0)

Tints of #0F151B

#0F151B
(15,21,27)
#242A2F
(36,42,47)
#393F43
(57,63,67)
#4E5457
(78,84,87)
#63696B
(99,105,107)
#787E7F
(120,126,127)
#8D9393
(141,147,147)
#A2A8A7
(162,168,167)
#B7BDBB
(183,189,187)
#CCD2CF
(204,210,207)
#E1E7E3
(225,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F151B; }

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

This text font color is #0F151B.


Background Color

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

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

This div background color is #0F151B.


Border color

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

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

This div border color is #0F151B.


Opacity

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

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

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

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

This text has shadow with #0F151B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F151B on black background.


Color preview on white background

This text has color #0F151B on white background.



Black color preview on #0F151B background

This text has black color on #0F151B background.


White color preview on #0F151B background

This text has white color on #0F151B background.