COLOR #01080D

HEX: #01080D RGB: (1,8,13)

Color info

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

RGB color model

#01080D color RGB value is (1,8,13).

RGB: (1,8,13) (0%, 3%, 5%)

RGB channels and saturation

R 1 of 255 = 0%
G 8 of 255 = 3%
B 13 of 255 = 5%

1
8
13

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

Portions of RGB colors in percentages

R + G + B = 1 + 8 + 13 = 22 (100%)
R 1 of 22 ~ 4.55%
G 8 of 22 ~ 36.36%
B 13 of 22 ~ 59.09'%

%36.36
%59.09

CMYK color model

#01080D color CMYK value is (92,38,0,95).

  • cyan value is 92.31%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 94.90%

CMYK: (92,38,0,95)
C92M38Y0K95 (92%, 38%, 0%, 95%)
(0.92 / 0.38 / 0.00 / 0.95)

CMYK percentages

%92.31
%38.46
%0
%94.9

Codes

Color #01080D in popluar color models

01 08 0D
RGB 1 8 13
HSL 205° 85.71% 2.75%
HSB/HSV 205° 92.31% 5.10%
CMYK 92.31% 38.46% 0.00%
94.90%

Color #01080D in popluar number systems.

HEX 01 08 0D
Decimal 1 8 13
Binary 1 1000 1101
Octal 1 10 15

Shades and tints

Shades of #01080D

#01080D
(1,8,13)
#01080C
(1,8,12)
#01080B
(1,8,11)
#01080A
(1,8,10)
#010809
(1,8,9)
#010808
(1,8,8)
#010807
(1,8,7)
#010806
(1,8,6)
#010805
(1,8,5)
#010804
(1,8,4)
#010803
(1,8,3)
#000000
(0,0,0)

Tints of #01080D

#01080D
(1,8,13)
#181E23
(24,30,35)
#2F3439
(47,52,57)
#464A4F
(70,74,79)
#5D6065
(93,96,101)
#74767B
(116,118,123)
#8B8C91
(139,140,145)
#A2A2A7
(162,162,167)
#B9B8BD
(185,184,189)
#D0CED3
(208,206,211)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01080D; }

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

This text font color is #01080D.

Background Color

.myBgColor { background-color: #01080D; }

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

This div background color is #01080D.

Border color

.myBorderColor { border: 1px solid #01080D; }

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

This div border color is #01080D.

Opacity

.myOpacity80 { color: #01080D; opacity: 0.8; }

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

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

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

This text has shadow with #01080D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01080D.

Preview

Color preview on black background

This text has color #01080D on black background.


Color preview on white background

This text has color #01080D on white background.


Black color preview on #01080D background

This text has black color on #01080D background.


White color preview on #01080D background

This text has white color on #01080D background.


Related colors

Complementary color

Complementary color for #hex is #FEF7F2.


I love getcolorcode.com

Triadic colors

1 #0D0108 and #080D01 with #01080D are triadic colors.

2 #0D0801 and #08010D with #01080D are triadic colors.