COLOR #011208

HEX: #011208 RGB: (1,18,8)

Color info

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

RGB color model

#011208 color RGB value is (1,18,8).

RGB: (1,18,8) (0%, 7%, 3%)

RGB channels and saturation

R 1 of 255 = 0%
G 18 of 255 = 7%
B 8 of 255 = 3%

1
18
8

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

Portions of RGB colors in percentages

R + G + B = 1 + 18 + 8 = 27 (100%)
R 1 of 27 ~ 3.7%
G 18 of 27 ~ 66.67%
B 8 of 27 ~ 29.63'%

%66.67
%29.63

CMYK color model

#011208 color CMYK value is (94,0,56,93).

  • cyan value is 94.44%
  • magenta value is 0.00%
  • yellow value is 55.56%
  • key color value is 92.94%

CMYK: (94,0,56,93)
C94M0Y56K93 (94%, 0%, 56%, 93%)
(0.94 / 0.00 / 0.56 / 0.93)

CMYK percentages

%94.44
%0
%55.56
%92.94

Codes

Color #011208 in popluar color models

01 12 08
RGB 1 18 8
HSL 145° 89.47% 3.73%
HSB/HSV 145° 94.44% 7.06%
CMYK 94.44% 0.00% 55.56%
92.94%

Color #011208 in popluar number systems.

HEX 01 12 08
Decimal 1 18 8
Binary 1 10010 1000
Octal 1 22 10

Shades and tints

Shades of #011208

#011208
(1,18,8)
#011108
(1,17,8)
#011008
(1,16,8)
#010F08
(1,15,8)
#010E08
(1,14,8)
#010D08
(1,13,8)
#010C08
(1,12,8)
#010B08
(1,11,8)
#010A08
(1,10,8)
#010908
(1,9,8)
#010808
(1,8,8)
#000000
(0,0,0)

Tints of #011208

#011208
(1,18,8)
#18271E
(24,39,30)
#2F3C34
(47,60,52)
#46514A
(70,81,74)
#5D6660
(93,102,96)
#747B76
(116,123,118)
#8B908C
(139,144,140)
#A2A5A2
(162,165,162)
#B9BAB8
(185,186,184)
#D0CFCE
(208,207,206)
#E7E4E4
(231,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #011208 color. Also use rgb(1,18,8) instead hex code.

Text Font Color

.myTextColor { color: #011208; }

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

This text font color is #011208.

Background Color

.myBgColor { background-color: #011208; }

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

This div background color is #011208.

Border color

.myBorderColor { border: 1px solid #011208; }

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

This div border color is #011208.

Opacity

.myOpacity80 { color: #011208; opacity: 0.8; }

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

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

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

This text has shadow with #011208 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #011208.

Preview

Color preview on black background

This text has color #011208 on black background.


Color preview on white background

This text has color #011208 on white background.


Black color preview on #011208 background

This text has black color on #011208 background.


White color preview on #011208 background

This text has white color on #011208 background.


Related colors

Complementary color

Complementary color for #hex is #FEEDF7.


I love getcolorcode.com

Triadic colors

1 #080112 and #120801 with #011208 are triadic colors.

2 #081201 and #120108 with #011208 are triadic colors.