COLOR #0B000C

HEX: #0B000C
RGB: (11,0,12)

Color info

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

RGB color model

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

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

RGB channels and saturation

R 11 of 255 = 4%
G 0 of 255 = 0%
B 12 of 255 = 5%

11
0
12

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

Portions of RGB colors in percentages

R + G + B =
11 + 0 + 12 = 23 (100%)
R 11 of 23 ~ 47.83%
G 0 of 23 ~ 0%
B 12 of 23 ~ 52.17%

%47.83
%52.17

CMYK color model

#0B000C color CMYK value is (8,100,0,95).

  • cyan value is 8.33%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 95.29%
CMYK:
(8,100,0,95)
C8M100Y0K95 
(8%,100%,0%,95%)
(0.08/1.00/0.00/0.95)	

CMYK percentages

%8.33
%100
%0
%95.29

Codes

Color #0B000C in popluar color models

0B000C
RGB11012
HSL295°100.00%2.35%
HSB/HSV295°100.00%4.71%
CMYK8.33%100.00%0.00%
95.29%

Color #0B000C in popluar number systems.

HEX0B000C
Decimal11012
Binary101101100
Octal13014

Shades and tints

Shades of #0B000C

#0B000C
(11,0,12)
#0A000B
(10,0,11)
#09000A
(9,0,10)
#080009
(8,0,9)
#070008
(7,0,8)
#060007
(6,0,7)
#050006
(5,0,6)
#040005
(4,0,5)
#030004
(3,0,4)
#020003
(2,0,3)
#010002
(1,0,2)
#000000
(0,0,0)

Tints of #0B000C

#0B000C
(11,0,12)
#211722
(33,23,34)
#372E38
(55,46,56)
#4D454E
(77,69,78)
#635C64
(99,92,100)
#79737A
(121,115,122)
#8F8A90
(143,138,144)
#A5A1A6
(165,161,166)
#BBB8BC
(187,184,188)
#D1CFD2
(209,207,210)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B000C; }

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

This text font color is #0B000C.


Background Color

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

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

This div background color is #0B000C.


Border color

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

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

This div border color is #0B000C.


Opacity

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

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

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

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

This text has shadow with #0B000C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B000C on black background.


Color preview on white background

This text has color #0B000C on white background.



Black color preview on #0B000C background

This text has black color on #0B000C background.


White color preview on #0B000C background

This text has white color on #0B000C background.