COLOR #0F051F

HEX: #0F051F
RGB: (15,5,31)

Color info

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

RGB color model

#0F051F color RGB value is (15,5,31).

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

RGB channels and saturation

R 15 of 255 = 6%
G 5 of 255 = 2%
B 31 of 255 = 12%

15
5
31

R + G + B ~ 7%. #0F051F is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 5 + 31 = 51 (100%)
R 15 of 51 ~ 29.41%
G 5 of 51 ~ 9.8%
B 31 of 51 ~ 60.78%

%29.41
%9.8
%60.78

CMYK color model

#0F051F color CMYK value is (52,84,0,88).

  • cyan value is 51.61%
  • magenta value is 83.87%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(52,84,0,88)
C52M84Y0K88 
(52%,84%,0%,88%)
(0.52/0.84/0.00/0.88)	

CMYK percentages

%51.61
%83.87
%0
%87.84

Codes

Color #0F051F in popluar color models

0F051F
RGB15531
HSL263°72.22%7.06%
HSB/HSV263°83.87%12.16%
CMYK51.61%83.87%0.00%
87.84%

Color #0F051F in popluar number systems.

HEX0F051F
Decimal15531
Binary111110111111
Octal17537

Shades and tints

Shades of #0F051F

#0F051F
(15,5,31)
#0E051D
(14,5,29)
#0D051B
(13,5,27)
#0C0519
(12,5,25)
#0B0517
(11,5,23)
#0A0515
(10,5,21)
#090513
(9,5,19)
#080511
(8,5,17)
#07050F
(7,5,15)
#06050D
(6,5,13)
#05050B
(5,5,11)
#000000
(0,0,0)

Tints of #0F051F

#0F051F
(15,5,31)
#241B33
(36,27,51)
#393147
(57,49,71)
#4E475B
(78,71,91)
#635D6F
(99,93,111)
#787383
(120,115,131)
#8D8997
(141,137,151)
#A29FAB
(162,159,171)
#B7B5BF
(183,181,191)
#CCCBD3
(204,203,211)
#E1E1E7
(225,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F051F; }

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

This text font color is #0F051F.


Background Color

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

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

This div background color is #0F051F.


Border color

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

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

This div border color is #0F051F.


Opacity

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

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

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

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

This text has shadow with #0F051F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F051F on black background.


Color preview on white background

This text has color #0F051F on white background.



Black color preview on #0F051F background

This text has black color on #0F051F background.


White color preview on #0F051F background

This text has white color on #0F051F background.