COLOR #0D0101

HEX: #0D0101 RGB: (13,1,1)

Color info

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

RGB color model

#0D0101 color RGB value is (13,1,1).

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

RGB channels and saturation

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

13
1
1

R + G + B ~ 2%. #0D0101 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 1 + 1 = 15 (100%)
R 13 of 15 ~ 86.67%
G 1 of 15 ~ 6.67%
B 1 of 15 ~ 6.67'%

%86.67

CMYK color model

#0D0101 color CMYK value is (0,92,92,95).

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

CMYK: (0,92,92,95)
C0M92Y92K95 (0%, 92%, 92%, 95%)
(0.00 / 0.92 / 0.92 / 0.95)

CMYK percentages

%0
%92.31
%92.31
%94.9

Codes

Color #0D0101 in popluar color models

0D 01 01
RGB 13 1 1
HSL 85.71% 2.75%
HSB/HSV 92.31% 5.10%
CMYK 0.00% 92.31% 92.31%
94.90%

Color #0D0101 in popluar number systems.

HEX 0D 01 01
Decimal 13 1 1
Binary 1101 1 1
Octal 15 1 1

Shades and tints

Shades of #0D0101

#0D0101
(13,1,1)
#0C0101
(12,1,1)
#0B0101
(11,1,1)
#0A0101
(10,1,1)
#090101
(9,1,1)
#080101
(8,1,1)
#070101
(7,1,1)
#060101
(6,1,1)
#050101
(5,1,1)
#040101
(4,1,1)
#030101
(3,1,1)
#000000
(0,0,0)

Tints of #0D0101

#0D0101
(13,1,1)
#231818
(35,24,24)
#392F2F
(57,47,47)
#4F4646
(79,70,70)
#655D5D
(101,93,93)
#7B7474
(123,116,116)
#918B8B
(145,139,139)
#A7A2A2
(167,162,162)
#BDB9B9
(189,185,185)
#D3D0D0
(211,208,208)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0101; }

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

This text font color is #0D0101.

Background Color

.myBgColor { background-color: #0D0101; }

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

This div background color is #0D0101.

Border color

.myBorderColor { border: 1px solid #0D0101; }

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

This div border color is #0D0101.

Opacity

.myOpacity80 { color: #0D0101; opacity: 0.8; }

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

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

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

This text has shadow with #0D0101 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D0101.

Preview

Color preview on black background

This text has color #0D0101 on black background.


Color preview on white background

This text has color #0D0101 on white background.


Black color preview on #0D0101 background

This text has black color on #0D0101 background.


White color preview on #0D0101 background

This text has white color on #0D0101 background.


Related colors

Complementary color

Complementary color for #hex is #F2FEFE.


I love getcolorcode.com