COLOR #0F050B

HEX: #0F050B
RGB: (15,5,11)

Color info

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

RGB color model

#0F050B color RGB value is (15,5,11).

  • red value is 15;
  • green value is 5;
  • blue value is 11.
RGB:
(15,5,11)
(6%,2%,4%)

RGB channels and saturation

R 15 of 255 = 6%
G 5 of 255 = 2%
B 11 of 255 = 4%

15
5
11

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

Portions of RGB colors in percentages

R + G + B =
15 + 5 + 11 = 31 (100%)
R 15 of 31 ~ 48.39%
G 5 of 31 ~ 16.13%
B 11 of 31 ~ 35.48%

%48.39
%16.13
%35.48

CMYK color model

#0F050B color CMYK value is (0,67,27,94).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 26.67%
  • key color value is 94.12%
CMYK:
(0,67,27,94)
C0M67Y27K94 
(0%,67%,27%,94%)
(0.00/0.67/0.27/0.94)	

CMYK percentages

%0
%66.67
%26.67
%94.12

Codes

Color #0F050B in popluar color models

0F050B
RGB15511
HSL324°50.00%3.92%
HSB/HSV324°66.67%5.88%
CMYK0.00%66.67%26.67%
94.12%

Color #0F050B in popluar number systems.

HEX0F050B
Decimal15511
Binary11111011011
Octal17513

Shades and tints

Shades of #0F050B

#0F050B
(15,5,11)
#0E050A
(14,5,10)
#0D0509
(13,5,9)
#0C0508
(12,5,8)
#0B0507
(11,5,7)
#0A0506
(10,5,6)
#090505
(9,5,5)
#080504
(8,5,4)
#070503
(7,5,3)
#060502
(6,5,2)
#050501
(5,5,1)
#000000
(0,0,0)

Tints of #0F050B

#0F050B
(15,5,11)
#241B21
(36,27,33)
#393137
(57,49,55)
#4E474D
(78,71,77)
#635D63
(99,93,99)
#787379
(120,115,121)
#8D898F
(141,137,143)
#A29FA5
(162,159,165)
#B7B5BB
(183,181,187)
#CCCBD1
(204,203,209)
#E1E1E7
(225,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F050B color. Also use rgb(15,5,11) instead hex code.

Text Font Color

.myTextColor { color: #0F050B; }

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

This text font color is #0F050B.


Background Color

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

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

This div background color is #0F050B.


Border color

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

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

This div border color is #0F050B.


Opacity

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

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

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

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

This text has shadow with #0F050B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F050B on black background.


Color preview on white background

This text has color #0F050B on white background.



Black color preview on #0F050B background

This text has black color on #0F050B background.


White color preview on #0F050B background

This text has white color on #0F050B background.