COLOR #01110C

HEX: #01110C RGB: (1,17,12)

Color info

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

RGB color model

#01110C color RGB value is (1,17,12).

RGB: (1,17,12) (0%, 7%, 5%)

RGB channels and saturation

R 1 of 255 = 0%
G 17 of 255 = 7%
B 12 of 255 = 5%

1
17
12

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

Portions of RGB colors in percentages

R + G + B = 1 + 17 + 12 = 30 (100%)
R 1 of 30 ~ 3.33%
G 17 of 30 ~ 56.67%
B 12 of 30 ~ 40'%

%56.67
%40

CMYK color model

#01110C color CMYK value is (94,0,29,93).

  • cyan value is 94.12%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 93.33%

CMYK: (94,0,29,93)
C94M0Y29K93 (94%, 0%, 29%, 93%)
(0.94 / 0.00 / 0.29 / 0.93)

CMYK percentages

%94.12
%0
%29.41
%93.33

Codes

Color #01110C in popluar color models

01 11 0C
RGB 1 17 12
HSL 161° 88.89% 3.53%
HSB/HSV 161° 94.12% 6.67%
CMYK 94.12% 0.00% 29.41%
93.33%

Color #01110C in popluar number systems.

HEX 01 11 0C
Decimal 1 17 12
Binary 1 10001 1100
Octal 1 21 14

Shades and tints

Shades of #01110C

#01110C
(1,17,12)
#01100B
(1,16,11)
#010F0A
(1,15,10)
#010E09
(1,14,9)
#010D08
(1,13,8)
#010C07
(1,12,7)
#010B06
(1,11,6)
#010A05
(1,10,5)
#010904
(1,9,4)
#010803
(1,8,3)
#010702
(1,7,2)
#000000
(0,0,0)

Tints of #01110C

#01110C
(1,17,12)
#182622
(24,38,34)
#2F3B38
(47,59,56)
#46504E
(70,80,78)
#5D6564
(93,101,100)
#747A7A
(116,122,122)
#8B8F90
(139,143,144)
#A2A4A6
(162,164,166)
#B9B9BC
(185,185,188)
#D0CED2
(208,206,210)
#E7E3E8
(231,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01110C color. Also use rgb(1,17,12) instead hex code.

Text Font Color

.myTextColor { color: #01110C; }

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

This text font color is #01110C.

Background Color

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

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

This div background color is #01110C.

Border color

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

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

This div border color is #01110C.

Opacity

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

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

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

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

This text has shadow with #01110C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01110C.

Preview

Color preview on black background

This text has color #01110C on black background.


Color preview on white background

This text has color #01110C on white background.


Black color preview on #01110C background

This text has black color on #01110C background.


White color preview on #01110C background

This text has white color on #01110C background.


Related colors

Complementary color

Complementary color for #hex is #FEEEF3.


I love getcolorcode.com

Triadic colors

1 #0C0111 and #110C01 with #01110C are triadic colors.

2 #0C1101 and #11010C with #01110C are triadic colors.