COLOR #13010B

HEX: #13010B RGB: (19,1,11)

Color info

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

RGB color model

#13010B color RGB value is (19,1,11).

RGB: (19,1,11) (7%, 0%, 4%)

RGB channels and saturation

R 19 of 255 = 7%
G 1 of 255 = 0%
B 11 of 255 = 4%

19
1
11

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

Portions of RGB colors in percentages

R + G + B = 19 + 1 + 11 = 31 (100%)
R 19 of 31 ~ 61.29%
G 1 of 31 ~ 3.23%
B 11 of 31 ~ 35.48'%

%61.29
%35.48

CMYK color model

#13010B color CMYK value is (0,95,42,93).

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

CMYK: (0,95,42,93)
C0M95Y42K93 (0%, 95%, 42%, 93%)
(0.00 / 0.95 / 0.42 / 0.93)

CMYK percentages

%0
%94.74
%42.11
%92.55

Codes

Color #13010B in popluar color models

13 01 0B
RGB 19 1 11
HSL 327° 90.00% 3.92%
HSB/HSV 327° 94.74% 7.45%
CMYK 0.00% 94.74% 42.11%
92.55%

Color #13010B in popluar number systems.

HEX 13 01 0B
Decimal 19 1 11
Binary 10011 1 1011
Octal 23 1 13

Shades and tints

Shades of #13010B

#13010B
(19,1,11)
#12010A
(18,1,10)
#110109
(17,1,9)
#100108
(16,1,8)
#0F0107
(15,1,7)
#0E0106
(14,1,6)
#0D0105
(13,1,5)
#0C0104
(12,1,4)
#0B0103
(11,1,3)
#0A0102
(10,1,2)
#090101
(9,1,1)
#000000
(0,0,0)

Tints of #13010B

#13010B
(19,1,11)
#281821
(40,24,33)
#3D2F37
(61,47,55)
#52464D
(82,70,77)
#675D63
(103,93,99)
#7C7479
(124,116,121)
#918B8F
(145,139,143)
#A6A2A5
(166,162,165)
#BBB9BB
(187,185,187)
#D0D0D1
(208,208,209)
#E5E7E7
(229,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13010B color. Also use rgb(19,1,11) instead hex code.

Text Font Color

.myTextColor { color: #13010B; }

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

This text font color is #13010B.

Background Color

.myBgColor { background-color: #13010B; }

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

This div background color is #13010B.

Border color

.myBorderColor { border: 1px solid #13010B; }

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

This div border color is #13010B.

Opacity

.myOpacity80 { color: #13010B; opacity: 0.8; }

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

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

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

This text has shadow with #13010B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13010B.

Preview

Color preview on black background

This text has color #13010B on black background.


Color preview on white background

This text has color #13010B on white background.


Black color preview on #13010B background

This text has black color on #13010B background.


White color preview on #13010B background

This text has white color on #13010B background.


Related colors

Complementary color

Complementary color for #hex is #ECFEF4.


I love getcolorcode.com

Triadic colors

1 #0B1301 and #010B13 with #13010B are triadic colors.

2 #0B0113 and #01130B with #13010B are triadic colors.