COLOR #0B0A0F

HEX: #0B0A0F RGB: (11,10,15)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

11
10
15

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

Portions of RGB colors in percentages

R + G + B = 11 + 10 + 15 = 36 (100%)
R 11 of 36 ~ 30.56%
G 10 of 36 ~ 27.78%
B 15 of 36 ~ 41.67'%

%30.56
%27.78
%41.67

CMYK color model

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

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

CMYK: (27,33,0,94)
C27M33Y0K94 (27%, 33%, 0%, 94%)
(0.27 / 0.33 / 0.00 / 0.94)

CMYK percentages

%26.67
%33.33
%0
%94.12

Codes

Color #0B0A0F in popluar color models

0B 0A 0F
RGB 11 10 15
HSL 252° 20.00% 4.90%
HSB/HSV 252° 33.33% 5.88%
CMYK 26.67% 33.33% 0.00%
94.12%

Color #0B0A0F in popluar number systems.

HEX 0B 0A 0F
Decimal 11 10 15
Binary 1011 1010 1111
Octal 13 12 17

Shades and tints

Shades of #0B0A0F

#0B0A0F
(11,10,15)
#0A0A0E
(10,10,14)
#090A0D
(9,10,13)
#080A0C
(8,10,12)
#070A0B
(7,10,11)
#060A0A
(6,10,10)
#050A09
(5,10,9)
#040A08
(4,10,8)
#030A07
(3,10,7)
#020A06
(2,10,6)
#010A05
(1,10,5)
#000000
(0,0,0)

Tints of #0B0A0F

#0B0A0F
(11,10,15)
#212024
(33,32,36)
#373639
(55,54,57)
#4D4C4E
(77,76,78)
#636263
(99,98,99)
#797878
(121,120,120)
#8F8E8D
(143,142,141)
#A5A4A2
(165,164,162)
#BBBAB7
(187,186,183)
#D1D0CC
(209,208,204)
#E7E6E1
(231,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0A0F; }

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

This text font color is #0B0A0F.

Background Color

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

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

This div background color is #0B0A0F.

Border color

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

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

This div border color is #0B0A0F.

Opacity

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

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

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

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

This text has shadow with #0B0A0F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B0A0F.

Preview

Color preview on black background

This text has color #0B0A0F on black background.


Color preview on white background

This text has color #0B0A0F on white background.


Black color preview on #0B0A0F background

This text has black color on #0B0A0F background.


White color preview on #0B0A0F background

This text has white color on #0B0A0F background.


Related colors

Complementary color

Complementary color for #hex is #F4F5F0.


I love getcolorcode.com

Triadic colors

1 #0F0B0A and #0A0F0B with #0B0A0F are triadic colors.

2 #0F0A0B and #0A0B0F with #0B0A0F are triadic colors.