COLOR #010208

HEX: #010208 RGB: (1,2,8)

Color info

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

RGB color model

#010208 color RGB value is (1,2,8).

RGB: (1,2,8) (0%, 1%, 3%)

RGB channels and saturation

R 1 of 255 = 0%
G 2 of 255 = 1%
B 8 of 255 = 3%

1
2
8

R + G + B ~ 1%. #010208 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 2 + 8 = 11 (100%)
R 1 of 11 ~ 9.09%
G 2 of 11 ~ 18.18%
B 8 of 11 ~ 72.73'%

%18.18
%72.73

CMYK color model

#010208 color CMYK value is (88,75,0,97).

  • cyan value is 87.50%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 96.86%

CMYK: (88,75,0,97)
C88M75Y0K97 (88%, 75%, 0%, 97%)
(0.88 / 0.75 / 0.00 / 0.97)

CMYK percentages

%87.5
%75
%0
%96.86

Codes

Color #010208 in popluar color models

01 02 08
RGB 1 2 8
HSL 231° 77.78% 1.76%
HSB/HSV 231° 87.50% 3.14%
CMYK 87.50% 75.00% 0.00%
96.86%

Color #010208 in popluar number systems.

HEX 01 02 08
Decimal 1 2 8
Binary 1 10 1000
Octal 1 2 10

Shades and tints

Tints of #010208

#010208
(1,2,8)
#18191E
(24,25,30)
#2F3034
(47,48,52)
#46474A
(70,71,74)
#5D5E60
(93,94,96)
#747576
(116,117,118)
#8B8C8C
(139,140,140)
#A2A3A2
(162,163,162)
#B9BAB8
(185,186,184)
#D0D1CE
(208,209,206)
#E7E8E4
(231,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010208; }

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

This text font color is #010208.

Background Color

.myBgColor { background-color: #010208; }

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

This div background color is #010208.

Border color

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

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

This div border color is #010208.

Opacity

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

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

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

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

This text has shadow with #010208 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #010208.

Preview

Color preview on black background

This text has color #010208 on black background.


Color preview on white background

This text has color #010208 on white background.


Black color preview on #010208 background

This text has black color on #010208 background.


White color preview on #010208 background

This text has white color on #010208 background.


Related colors

Complementary color

Complementary color for #hex is #FEFDF7.


I love getcolorcode.com

Triadic colors

1 #080102 and #020801 with #010208 are triadic colors.

2 #080201 and #020108 with #010208 are triadic colors.