COLOR #000C0B

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

Color info

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

RGB color model

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

RGB: (0,12,11) (0%, 5%, 4%)

RGB channels and saturation

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

0
12
11

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

Portions of RGB colors in percentages

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

%52.17
%47.83

CMYK color model

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

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 95.29%

CMYK: (100,0,8,95)
C100M0Y8K95 (100%, 0%, 8%, 95%)
(1.00 / 0.00 / 0.08 / 0.95)

CMYK percentages

%100
%0
%8.33
%95.29

Codes

Color #000C0B in popluar color models

00 0C 0B
RGB 0 12 11
HSL 175° 100.00% 2.35%
HSB/HSV 175° 100.00% 4.71%
CMYK 100.00% 0.00% 8.33%
95.29%

Color #000C0B in popluar number systems.

HEX 00 0C 0B
Decimal 0 12 11
Binary 0 1100 1011
Octal 0 14 13

Shades and tints

Shades of #000C0B

#000C0B
(0,12,11)
#000B0A
(0,11,10)
#000A09
(0,10,9)
#000908
(0,9,8)
#000807
(0,8,7)
#000706
(0,7,6)
#000605
(0,6,5)
#000504
(0,5,4)
#000403
(0,4,3)
#000302
(0,3,2)
#000201
(0,2,1)
#000000
(0,0,0)

Tints of #000C0B

#000C0B
(0,12,11)
#172221
(23,34,33)
#2E3837
(46,56,55)
#454E4D
(69,78,77)
#5C6463
(92,100,99)
#737A79
(115,122,121)
#8A908F
(138,144,143)
#A1A6A5
(161,166,165)
#B8BCBB
(184,188,187)
#CFD2D1
(207,210,209)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000C0B; }

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

This text font color is #000C0B.

Background Color

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

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

This div background color is #000C0B.

Border color

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

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

This div border color is #000C0B.

Opacity

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

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

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

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

This text has shadow with #000C0B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #000C0B.

Preview

Color preview on black background

This text has color #000C0B on black background.


Color preview on white background

This text has color #000C0B on white background.


Black color preview on #000C0B background

This text has black color on #000C0B background.


White color preview on #000C0B background

This text has white color on #000C0B background.


Related colors

Complementary color

Complementary color for #hex is #FFF3F4.


I love getcolorcode.com

Triadic colors

1 #0B000C and #0C0B00 with #000C0B are triadic colors.

2 #0B0C00 and #0C000B with #000C0B are triadic colors.