COLOR #0F0B0F

HEX: #0F0B0F RGB: (15,11,15)

Color info

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

RGB color model

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

RGB: (15,11,15) (6%, 4%, 6%)

RGB channels and saturation

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

15
11
15

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

Portions of RGB colors in percentages

R + G + B = 15 + 11 + 15 = 41 (100%)
R 15 of 41 ~ 36.59%
G 11 of 41 ~ 26.83%
B 15 of 41 ~ 36.59'%

%36.59
%26.83
%36.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 94.12%

CMYK: (0,27,0,94)
C0M27Y0K94 (0%, 27%, 0%, 94%)
(0.00 / 0.27 / 0.00 / 0.94)

CMYK percentages

%0
%26.67
%0
%94.12

Codes

Color #0F0B0F in popluar color models

0F 0B 0F
RGB 15 11 15
HSL 300° 15.38% 5.10%
HSB/HSV 300° 26.67% 5.88%
CMYK 0.00% 26.67% 0.00%
94.12%

Color #0F0B0F in popluar number systems.

HEX 0F 0B 0F
Decimal 15 11 15
Binary 1111 1011 1111
Octal 17 13 17

Shades and tints

Shades of #0F0B0F

#0F0B0F
(15,11,15)
#0E0A0E
(14,10,14)
#0D090D
(13,9,13)
#0C080C
(12,8,12)
#0B070B
(11,7,11)
#0A060A
(10,6,10)
#090509
(9,5,9)
#080408
(8,4,8)
#070307
(7,3,7)
#060206
(6,2,6)
#050105
(5,1,5)
#000000
(0,0,0)

Tints of #0F0B0F

#0F0B0F
(15,11,15)
#242124
(36,33,36)
#393739
(57,55,57)
#4E4D4E
(78,77,78)
#636363
(99,99,99)
#787978
(120,121,120)
#8D8F8D
(141,143,141)
#A2A5A2
(162,165,162)
#B7BBB7
(183,187,183)
#CCD1CC
(204,209,204)
#E1E7E1
(225,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0B0F; }

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

This text font color is #0F0B0F.

Background Color

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

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

This div background color is #0F0B0F.

Border color

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

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

This div border color is #0F0B0F.

Opacity

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

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

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

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

This text has shadow with #0F0B0F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F0B0F.

Preview

Color preview on black background

This text has color #0F0B0F on black background.


Color preview on white background

This text has color #0F0B0F on white background.


Black color preview on #0F0B0F background

This text has black color on #0F0B0F background.


White color preview on #0F0B0F background

This text has white color on #0F0B0F background.


Related colors

Complementary color

Complementary color for #hex is #F0F4F0.


I love getcolorcode.com

Triadic colors

1 #0F0F0B and #0B0F0F with #0F0B0F are triadic colors.

2 #0F0B0F and #0B0F0F with #0F0B0F are triadic colors.