COLOR #010C10

HEX: #010C10
RGB: (1,12,16)

Color info

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

RGB color model

#010C10 color RGB value is (1,12,16).

  • red value is 1;
  • green value is 12;
  • blue value is 16.
RGB:
(1,12,16)
(0%,5%,6%)

RGB channels and saturation

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

1
12
16

R + G + B ~ 4%. #010C10 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 12 + 16 = 29 (100%)
R 1 of 29 ~ 3.45%
G 12 of 29 ~ 41.38%
B 16 of 29 ~ 55.17%

%41.38
%55.17

CMYK color model

#010C10 color CMYK value is (94,25,0,94).

  • cyan value is 93.75%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 93.73%
CMYK:
(94,25,0,94)
C94M25Y0K94 
(94%,25%,0%,94%)
(0.94/0.25/0.00/0.94)	

CMYK percentages

%93.75
%25
%0
%93.73

Codes

Color #010C10 in popluar color models

010C10
RGB11216
HSL196°88.24%3.33%
HSB/HSV196°93.75%6.27%
CMYK93.75%25.00%0.00%
93.73%

Color #010C10 in popluar number systems.

HEX010C10
Decimal11216
Binary1110010000
Octal11420

Shades and tints

Shades of #010C10

#010C10
(1,12,16)
#010B0F
(1,11,15)
#010A0E
(1,10,14)
#01090D
(1,9,13)
#01080C
(1,8,12)
#01070B
(1,7,11)
#01060A
(1,6,10)
#010509
(1,5,9)
#010408
(1,4,8)
#010307
(1,3,7)
#010206
(1,2,6)
#000000
(0,0,0)

Tints of #010C10

#010C10
(1,12,16)
#182225
(24,34,37)
#2F383A
(47,56,58)
#464E4F
(70,78,79)
#5D6464
(93,100,100)
#747A79
(116,122,121)
#8B908E
(139,144,142)
#A2A6A3
(162,166,163)
#B9BCB8
(185,188,184)
#D0D2CD
(208,210,205)
#E7E8E2
(231,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #010C10 color. Also use rgb(1,12,16) instead hex code.

Text Font Color

.myTextColor { color: #010C10; }

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

This text font color is #010C10.


Background Color

.myBgColor { background-color: #010C10; }

<div style="background-color:#010C10">Inner text</div>

This div background color is #010C10.


Border color

.myBorderColor { border: 1px solid #010C10; }

<div style="border:3px solid #010C10">Div</div>

This div border color is #010C10.


Opacity

.myOpacity80 { color: #010C10; opacity: 0.8; }

<p style="color:#010C10;opacity:0.8;">80%</p>

Text with #010C10 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 #010C10;}

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

This text has shadow with #010C10 color.

.textShadow {text-shadow: 3px 3px 1px #010C10, 3px 3px 1px red;}

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

This text has shadow with #010C10 primary color and red secondary color.


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

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

This text has shadow with #010C10 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010C10 on black background.


Color preview on white background

This text has color #010C10 on white background.



Black color preview on #010C10 background

This text has black color on #010C10 background.


White color preview on #010C10 background

This text has white color on #010C10 background.