COLOR #01130D

HEX: #01130D
RGB: (1,19,13)

Color info

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

RGB color model

#01130D color RGB value is (1,19,13).

  • red value is 1;
  • green value is 19;
  • blue value is 13.
RGB:
(1,19,13)
(0%,7%,5%)

RGB channels and saturation

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

1
19
13

R + G + B ~ 4%. #01130D is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 19 + 13 = 33 (100%)
R 1 of 33 ~ 3.03%
G 19 of 33 ~ 57.58%
B 13 of 33 ~ 39.39%

%57.58
%39.39

CMYK color model

#01130D color CMYK value is (95,0,32,93).

  • cyan value is 94.74%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 92.55%
CMYK:
(95,0,32,93)
C95M0Y32K93 
(95%,0%,32%,93%)
(0.95/0.00/0.32/0.93)	

CMYK percentages

%94.74
%0
%31.58
%92.55

Codes

Color #01130D in popluar color models

01130D
RGB11913
HSL160°90.00%3.92%
HSB/HSV160°94.74%7.45%
CMYK94.74%0.00%31.58%
92.55%

Color #01130D in popluar number systems.

HEX01130D
Decimal11913
Binary1100111101
Octal12315

Shades and tints

Shades of #01130D

#01130D
(1,19,13)
#01120C
(1,18,12)
#01110B
(1,17,11)
#01100A
(1,16,10)
#010F09
(1,15,9)
#010E08
(1,14,8)
#010D07
(1,13,7)
#010C06
(1,12,6)
#010B05
(1,11,5)
#010A04
(1,10,4)
#010903
(1,9,3)
#000000
(0,0,0)

Tints of #01130D

#01130D
(1,19,13)
#182823
(24,40,35)
#2F3D39
(47,61,57)
#46524F
(70,82,79)
#5D6765
(93,103,101)
#747C7B
(116,124,123)
#8B9191
(139,145,145)
#A2A6A7
(162,166,167)
#B9BBBD
(185,187,189)
#D0D0D3
(208,208,211)
#E7E5E9
(231,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01130D; }

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

This text font color is #01130D.


Background Color

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

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

This div background color is #01130D.


Border color

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

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

This div border color is #01130D.


Opacity

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

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

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

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

This text has shadow with #01130D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01130D on black background.


Color preview on white background

This text has color #01130D on white background.



Black color preview on #01130D background

This text has black color on #01130D background.


White color preview on #01130D background

This text has white color on #01130D background.