COLOR #10000C

HEX: #10000C RGB: (16,0,12)

Color info

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

RGB color model

#10000C color RGB value is (16,0,12).

RGB: (16,0,12) (6%, 0%, 5%)

RGB channels and saturation

R 16 of 255 = 6%
G 0 of 255 = 0%
B 12 of 255 = 5%

16
0
12

R + G + B ~ 4%. #10000C is dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 0 + 12 = 28 (100%)
R 16 of 28 ~ 57.14%
G 0 of 28 ~ 0%
B 12 of 28 ~ 42.86'%

%57.14
%42.86

CMYK color model

#10000C color CMYK value is (0,100,25,94).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 25.00%
  • key color value is 93.73%

CMYK: (0,100,25,94)
C0M100Y25K94 (0%, 100%, 25%, 94%)
(0.00 / 1.00 / 0.25 / 0.94)

CMYK percentages

%0
%100
%25
%93.73

Codes

Color #10000C in popluar color models

10 00 0C
RGB 16 0 12
HSL 315° 100.00% 3.14%
HSB/HSV 315° 100.00% 6.27%
CMYK 0.00% 100.00% 25.00%
93.73%

Color #10000C in popluar number systems.

HEX 10 00 0C
Decimal 16 0 12
Binary 10000 0 1100
Octal 20 0 14

Shades and tints

Shades of #10000C

#10000C
(16,0,12)
#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)
#000000
(0,0,0)

Tints of #10000C

#10000C
(16,0,12)
#251722
(37,23,34)
#3A2E38
(58,46,56)
#4F454E
(79,69,78)
#645C64
(100,92,100)
#79737A
(121,115,122)
#8E8A90
(142,138,144)
#A3A1A6
(163,161,166)
#B8B8BC
(184,184,188)
#CDCFD2
(205,207,210)
#E2E6E8
(226,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #10000C; }

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

This text font color is #10000C.

Background Color

.myBgColor { background-color: #10000C; }

<div style="background-color:#10000C">Inner text</div>

This div background color is #10000C.

Border color

.myBorderColor { border: 1px solid #10000C; }

<div style="border:3px solid #10000C">Div</div>

This div border color is #10000C.

Opacity

.myOpacity80 { color: #10000C; opacity: 0.8; }

<p style="color:#10000C;opacity:0.8;">80%</p>

Text with #10000C 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 #10000C;}

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

This text has shadow with #10000C color.


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

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

This text has shadow with #10000C primary color and red secondary color.


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

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

This text has shadow with #10000C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #10000C.

Preview

Color preview on black background

This text has color #10000C on black background.


Color preview on white background

This text has color #10000C on white background.


Black color preview on #10000C background

This text has black color on #10000C background.


White color preview on #10000C background

This text has white color on #10000C background.


Related colors

Complementary color

Complementary color for #hex is #EFFFF3.


I love getcolorcode.com

Triadic colors

1 #0C1000 and #000C10 with #10000C are triadic colors.

2 #0C0010 and #00100C with #10000C are triadic colors.