COLOR #010C0E

HEX: #010C0E
RGB: (1,12,14)

Color info

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

RGB color model

#010C0E color RGB value is (1,12,14).

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

RGB channels and saturation

R 1 of 255 = 0%
G 12 of 255 = 5%
B 14 of 255 = 5%

1
12
14

R + G + B ~ 3%. #010C0E is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 12 + 14 = 27 (100%)
R 1 of 27 ~ 3.7%
G 12 of 27 ~ 44.44%
B 14 of 27 ~ 51.85%

%44.44
%51.85

CMYK color model

#010C0E color CMYK value is (93,14,0,95).

  • cyan value is 92.86%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 94.51%
CMYK:
(93,14,0,95)
C93M14Y0K95 
(93%,14%,0%,95%)
(0.93/0.14/0.00/0.95)	

CMYK percentages

%92.86
%14.29
%0
%94.51

Codes

Color #010C0E in popluar color models

010C0E
RGB11214
HSL189°86.67%2.94%
HSB/HSV189°92.86%5.49%
CMYK92.86%14.29%0.00%
94.51%

Color #010C0E in popluar number systems.

HEX010C0E
Decimal11214
Binary111001110
Octal11416

Shades and tints

Shades of #010C0E

#010C0E
(1,12,14)
#010B0D
(1,11,13)
#010A0C
(1,10,12)
#01090B
(1,9,11)
#01080A
(1,8,10)
#010709
(1,7,9)
#010608
(1,6,8)
#010507
(1,5,7)
#010406
(1,4,6)
#010305
(1,3,5)
#010204
(1,2,4)
#000000
(0,0,0)

Tints of #010C0E

#010C0E
(1,12,14)
#182223
(24,34,35)
#2F3838
(47,56,56)
#464E4D
(70,78,77)
#5D6462
(93,100,98)
#747A77
(116,122,119)
#8B908C
(139,144,140)
#A2A6A1
(162,166,161)
#B9BCB6
(185,188,182)
#D0D2CB
(208,210,203)
#E7E8E0
(231,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010C0E; }

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

This text font color is #010C0E.


Background Color

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

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

This div background color is #010C0E.


Border color

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

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

This div border color is #010C0E.


Opacity

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

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

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

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

This text has shadow with #010C0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010C0E on black background.


Color preview on white background

This text has color #010C0E on white background.



Black color preview on #010C0E background

This text has black color on #010C0E background.


White color preview on #010C0E background

This text has white color on #010C0E background.