COLOR #0F0B20

HEX: #0F0B20
RGB: (15,11,32)

Color info

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

RGB color model

#0F0B20 color RGB value is (15,11,32).

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

RGB channels and saturation

R 15 of 255 = 6%
G 11 of 255 = 4%
B 32 of 255 = 13%

15
11
32

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

Portions of RGB colors in percentages

R + G + B =
15 + 11 + 32 = 58 (100%)
R 15 of 58 ~ 25.86%
G 11 of 58 ~ 18.97%
B 32 of 58 ~ 55.17%

%25.86
%18.97
%55.17

CMYK color model

#0F0B20 color CMYK value is (53,66,0,87).

  • cyan value is 53.13%
  • magenta value is 65.63%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(53,66,0,87)
C53M66Y0K87 
(53%,66%,0%,87%)
(0.53/0.66/0.00/0.87)	

CMYK percentages

%53.13
%65.63
%0
%87.45

Codes

Color #0F0B20 in popluar color models

0F0B20
RGB151132
HSL251°48.84%8.43%
HSB/HSV251°65.63%12.55%
CMYK53.13%65.63%0.00%
87.45%

Color #0F0B20 in popluar number systems.

HEX0F0B20
Decimal151132
Binary11111011100000
Octal171340

Shades and tints

Shades of #0F0B20

#0F0B20
(15,11,32)
#0E0A1E
(14,10,30)
#0D091C
(13,9,28)
#0C081A
(12,8,26)
#0B0718
(11,7,24)
#0A0616
(10,6,22)
#090514
(9,5,20)
#080412
(8,4,18)
#070310
(7,3,16)
#06020E
(6,2,14)
#05010C
(5,1,12)
#000000
(0,0,0)

Tints of #0F0B20

#0F0B20
(15,11,32)
#242134
(36,33,52)
#393748
(57,55,72)
#4E4D5C
(78,77,92)
#636370
(99,99,112)
#787984
(120,121,132)
#8D8F98
(141,143,152)
#A2A5AC
(162,165,172)
#B7BBC0
(183,187,192)
#CCD1D4
(204,209,212)
#E1E7E8
(225,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0B20; }

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

This text font color is #0F0B20.


Background Color

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

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

This div background color is #0F0B20.


Border color

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

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

This div border color is #0F0B20.


Opacity

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

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

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

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

This text has shadow with #0F0B20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0B20 on black background.


Color preview on white background

This text has color #0F0B20 on white background.



Black color preview on #0F0B20 background

This text has black color on #0F0B20 background.


White color preview on #0F0B20 background

This text has white color on #0F0B20 background.