COLOR #130D0B

HEX: #130D0B RGB: (19,13,11)

Color info

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

RGB color model

#130D0B color RGB value is (19,13,11).

RGB: (19,13,11) (7%, 5%, 4%)

RGB channels and saturation

R 19 of 255 = 7%
G 13 of 255 = 5%
B 11 of 255 = 4%

19
13
11

R + G + B ~ 5%. #130D0B is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 13 + 11 = 43 (100%)
R 19 of 43 ~ 44.19%
G 13 of 43 ~ 30.23%
B 11 of 43 ~ 25.58'%

%44.19
%30.23
%25.58

CMYK color model

#130D0B color CMYK value is (0,32,42,93).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 42.11%
  • key color value is 92.55%
CMYK: (0,32,42,93) C0M32Y42K93 (0%,32%,42%,93%) (0.00/0.32/0.42/0.93) 

CMYK percentages

%0
%31.58
%42.11
%92.55

Codes

Color #130D0B in popluar color models

13 0D 0B
RGB 19 13 11
HSL 15° 26.67% 5.88%
HSB/HSV 15° 42.11% 7.45%
CMYK 0.00% 31.58% 42.11%
92.55%

Color #130D0B in popluar number systems.

HEX 13 0D 0B
Decimal 19 13 11
Binary 10011 1101 1011
Octal 23 15 13

Shades and tints

Shades of #130D0B

#130D0B
(19,13,11)
#120C0A
(18,12,10)
#110B09
(17,11,9)
#100A08
(16,10,8)
#0F0907
(15,9,7)
#0E0806
(14,8,6)
#0D0705
(13,7,5)
#0C0604
(12,6,4)
#0B0503
(11,5,3)
#0A0402
(10,4,2)
#090301
(9,3,1)
#000000
(0,0,0)

Tints of #130D0B

#130D0B
(19,13,11)
#282321
(40,35,33)
#3D3937
(61,57,55)
#524F4D
(82,79,77)
#676563
(103,101,99)
#7C7B79
(124,123,121)
#91918F
(145,145,143)
#A6A7A5
(166,167,165)
#BBBDBB
(187,189,187)
#D0D3D1
(208,211,209)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130D0B; }

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

This text font color is #130D0B.

Background Color

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

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

This div background color is #130D0B.

Border color

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

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

This div border color is #130D0B.

Opacity

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

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

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

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

This text has shadow with #130D0B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #130D0B.

Preview

Color preview on black background

This text has color #130D0B on black background.


Color preview on white background

This text has color #130D0B on white background.


Black color preview on #130D0B background

This text has black color on #130D0B background.


White color preview on #130D0B background

This text has white color on #130D0B background.


Related colors

Complementary color

Complementary color for #hex is #ECF2F4.


I love getcolorcode.com

Triadic colors

1 #0B130D and #0D0B13 with #130D0B are triadic colors.

2 #0B0D13 and #0D130B with #130D0B are triadic colors.