COLOR #0F0C0B

HEX: #0F0C0B
RGB: (15,12,11)

Color info

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

RGB color model

#0F0C0B color RGB value is (15,12,11).

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

RGB channels and saturation

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

15
12
11

R + G + B ~ 5%. #0F0C0B is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 12 + 11 = 38 (100%)
R 15 of 38 ~ 39.47%
G 12 of 38 ~ 31.58%
B 11 of 38 ~ 28.95%

%39.47
%31.58
%28.95

CMYK color model

#0F0C0B color CMYK value is (0,20,27,94).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 26.67%
  • key color value is 94.12%
CMYK:
(0,20,27,94)
C0M20Y27K94 
(0%,20%,27%,94%)
(0.00/0.20/0.27/0.94)	

CMYK percentages

%0
%20
%26.67
%94.12

Codes

Color #0F0C0B in popluar color models

0F0C0B
RGB151211
HSL15°15.38%5.10%
HSB/HSV15°26.67%5.88%
CMYK0.00%20.00%26.67%
94.12%

Color #0F0C0B in popluar number systems.

HEX0F0C0B
Decimal151211
Binary111111001011
Octal171413

Shades and tints

Shades of #0F0C0B

#0F0C0B
(15,12,11)
#0E0B0A
(14,11,10)
#0D0A09
(13,10,9)
#0C0908
(12,9,8)
#0B0807
(11,8,7)
#0A0706
(10,7,6)
#090605
(9,6,5)
#080504
(8,5,4)
#070403
(7,4,3)
#060302
(6,3,2)
#050201
(5,2,1)
#000000
(0,0,0)

Tints of #0F0C0B

#0F0C0B
(15,12,11)
#242221
(36,34,33)
#393837
(57,56,55)
#4E4E4D
(78,78,77)
#636463
(99,100,99)
#787A79
(120,122,121)
#8D908F
(141,144,143)
#A2A6A5
(162,166,165)
#B7BCBB
(183,188,187)
#CCD2D1
(204,210,209)
#E1E8E7
(225,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0C0B; }

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

This text font color is #0F0C0B.


Background Color

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

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

This div background color is #0F0C0B.


Border color

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

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

This div border color is #0F0C0B.


Opacity

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

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

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

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

This text has shadow with #0F0C0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0C0B on black background.


Color preview on white background

This text has color #0F0C0B on white background.



Black color preview on #0F0C0B background

This text has black color on #0F0C0B background.


White color preview on #0F0C0B background

This text has white color on #0F0C0B background.