COLOR #000B0C

HEX: #000B0C
RGB: (0,11,12)

Color info

#000B0C contains only green and blue colors. Web safe color of #000B0C is #000000 (or #000).

RGB color model

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

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

RGB channels and saturation

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

0
11
12

R + G + B ~ 3%. #000B0C is dark color.

Portions of RGB colors in percentages

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

%47.83
%52.17

CMYK color model

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

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

CMYK percentages

%100
%8.33
%0
%95.29

Codes

Color #000B0C in popluar color models

000B0C
RGB01112
HSL185°100.00%2.35%
HSB/HSV185°100.00%4.71%
CMYK100.00%8.33%0.00%
95.29%

Color #000B0C in popluar number systems.

HEX000B0C
Decimal01112
Binary010111100
Octal01314

Shades and tints

Shades of #000B0C

#000B0C
(0,11,12)
#000A0B
(0,10,11)
#00090A
(0,9,10)
#000809
(0,8,9)
#000708
(0,7,8)
#000607
(0,6,7)
#000506
(0,5,6)
#000405
(0,4,5)
#000304
(0,3,4)
#000203
(0,2,3)
#000102
(0,1,2)
#000000
(0,0,0)

Tints of #000B0C

#000B0C
(0,11,12)
#172122
(23,33,34)
#2E3738
(46,55,56)
#454D4E
(69,77,78)
#5C6364
(92,99,100)
#73797A
(115,121,122)
#8A8F90
(138,143,144)
#A1A5A6
(161,165,166)
#B8BBBC
(184,187,188)
#CFD1D2
(207,209,210)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000B0C; }

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

This text font color is #000B0C.


Background Color

.myBgColor { background-color: #000B0C; }

<div style="background-color:#000B0C">Inner text</div>

This div background color is #000B0C.


Border color

.myBorderColor { border: 1px solid #000B0C; }

<div style="border:3px solid #000B0C">Div</div>

This div border color is #000B0C.


Opacity

.myOpacity80 { color: #000B0C; opacity: 0.8; }

<p style="color:#000B0C;opacity:0.8;">80%</p>

Text with #000B0C 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 #000B0C;}

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

This text has shadow with #000B0C color.

.textShadow {text-shadow: 3px 3px 1px #000B0C, 3px 3px 1px red;}

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

This text has shadow with #000B0C primary color and red secondary color.


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

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

This text has shadow with #000B0C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000B0C on black background.


Color preview on white background

This text has color #000B0C on white background.



Black color preview on #000B0C background

This text has black color on #000B0C background.


White color preview on #000B0C background

This text has white color on #000B0C background.