COLOR #0F000B

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

Color info

#0F000B contains only red and blue colors. Web safe color of #0F000B is #000000 (or #000).

RGB color model

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

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

RGB channels and saturation

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

15
0
11

R + G + B ~ 3%. #0F000B is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 0 + 11 = 26 (100%)
R 15 of 26 ~ 57.69%
G 0 of 26 ~ 0%
B 11 of 26 ~ 42.31'%

%57.69
%42.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 26.67%
  • key color value is 94.12%
CMYK: (0,100,27,94) C0M100Y27K94 (0%,100%,27%,94%) (0.00/1.00/0.27/0.94) 

CMYK percentages

%0
%100
%26.67
%94.12

Codes

Color #0F000B in popluar color models

0F 00 0B
RGB 15 0 11
HSL 316° 100.00% 2.94%
HSB/HSV 316° 100.00% 5.88%
CMYK 0.00% 100.00% 26.67%
94.12%

Color #0F000B in popluar number systems.

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

Shades and tints

Shades of #0F000B

#0F000B
(15,0,11)
#0E000A
(14,0,10)
#0D0009
(13,0,9)
#0C0008
(12,0,8)
#0B0007
(11,0,7)
#0A0006
(10,0,6)
#090005
(9,0,5)
#080004
(8,0,4)
#070003
(7,0,3)
#060002
(6,0,2)
#050001
(5,0,1)
#000000
(0,0,0)

Tints of #0F000B

#0F000B
(15,0,11)
#241721
(36,23,33)
#392E37
(57,46,55)
#4E454D
(78,69,77)
#635C63
(99,92,99)
#787379
(120,115,121)
#8D8A8F
(141,138,143)
#A2A1A5
(162,161,165)
#B7B8BB
(183,184,187)
#CCCFD1
(204,207,209)
#E1E6E7
(225,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F000B; }

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

This text font color is #0F000B.

Background Color

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

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

This div background color is #0F000B.

Border color

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

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

This div border color is #0F000B.

Opacity

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

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

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

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

This text has shadow with #0F000B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F000B.

Preview

Color preview on black background

This text has color #0F000B on black background.


Color preview on white background

This text has color #0F000B on white background.


Black color preview on #0F000B background

This text has black color on #0F000B background.


White color preview on #0F000B background

This text has white color on #0F000B background.


Related colors

Complementary color

Complementary color for #hex is #F0FFF4.


I love getcolorcode.com

Triadic colors

1 #0B0F00 and #000B0F with #0F000B are triadic colors.

2 #0B000F and #000F0B with #0F000B are triadic colors.