COLOR #130D01

HEX: #130D01 RGB: (19,13,1)

Color info

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

RGB color model

#130D01 color RGB value is (19,13,1).

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

RGB channels and saturation

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

19
13
1

R + G + B ~ 4%. #130D01 is dark color.

Portions of RGB colors in percentages

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

%57.58
%39.39

CMYK color model

#130D01 color CMYK value is (0,32,95,93).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 94.74%
  • key color value is 92.55%

CMYK: (0,32,95,93)
C0M32Y95K93 (0%, 32%, 95%, 93%)
(0.00 / 0.32 / 0.95 / 0.93)

CMYK percentages

%0
%31.58
%94.74
%92.55

Codes

Color #130D01 in popluar color models

13 0D 01
RGB 19 13 1
HSL 40° 90.00% 3.92%
HSB/HSV 40° 94.74% 7.45%
CMYK 0.00% 31.58% 94.74%
92.55%

Color #130D01 in popluar number systems.

HEX 13 0D 01
Decimal 19 13 1
Binary 10011 1101 1
Octal 23 15 1

Shades and tints

Shades of #130D01

#130D01
(19,13,1)
#120C01
(18,12,1)
#110B01
(17,11,1)
#100A01
(16,10,1)
#0F0901
(15,9,1)
#0E0801
(14,8,1)
#0D0701
(13,7,1)
#0C0601
(12,6,1)
#0B0501
(11,5,1)
#0A0401
(10,4,1)
#090301
(9,3,1)
#000000
(0,0,0)

Tints of #130D01

#130D01
(19,13,1)
#282318
(40,35,24)
#3D392F
(61,57,47)
#524F46
(82,79,70)
#67655D
(103,101,93)
#7C7B74
(124,123,116)
#91918B
(145,145,139)
#A6A7A2
(166,167,162)
#BBBDB9
(187,189,185)
#D0D3D0
(208,211,208)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130D01; }

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

This text font color is #130D01.

Background Color

.myBgColor { background-color: #130D01; }

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

This div background color is #130D01.

Border color

.myBorderColor { border: 1px solid #130D01; }

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

This div border color is #130D01.

Opacity

.myOpacity80 { color: #130D01; opacity: 0.8; }

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

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

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

This text has shadow with #130D01 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #130D01.

Preview

Color preview on black background

This text has color #130D01 on black background.


Color preview on white background

This text has color #130D01 on white background.


Black color preview on #130D01 background

This text has black color on #130D01 background.


White color preview on #130D01 background

This text has white color on #130D01 background.


Related colors

Complementary color

Complementary color for #hex is #ECF2FE.


I love getcolorcode.com

Triadic colors

1 #01130D and #0D0113 with #130D01 are triadic colors.

2 #010D13 and #0D1301 with #130D01 are triadic colors.