COLOR #130B1F

HEX: #130B1F RGB: (19,11,31)

Color info

#130B1F contains red, green and blue colors in about the same proportion. Web safe color of #130B1F is #000033 (or #003).

RGB color model

#130B1F color RGB value is (19,11,31).

RGB: (19,11,31) (7%, 4%, 12%)

RGB channels and saturation

R 19 of 255 = 7%
G 11 of 255 = 4%
B 31 of 255 = 12%

19
11
31

R + G + B ~ 8%. #130B1F is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 11 + 31 = 61 (100%)
R 19 of 61 ~ 31.15%
G 11 of 61 ~ 18.03%
B 31 of 61 ~ 50.82'%

%31.15
%18.03
%50.82

CMYK color model

#130B1F color CMYK value is (39,65,0,88).

  • cyan value is 38.71%
  • magenta value is 64.52%
  • yellow value is 0.00%
  • key color value is 87.84%

CMYK: (39,65,0,88)
C39M65Y0K88 (39%, 65%, 0%, 88%)
(0.39 / 0.65 / 0.00 / 0.88)

CMYK percentages

%38.71
%64.52
%0
%87.84

Codes

Color #130B1F in popluar color models

13 0B 1F
RGB 19 11 31
HSL 264° 47.62% 8.24%
HSB/HSV 264° 64.52% 12.16%
CMYK 38.71% 64.52% 0.00%
87.84%

Color #130B1F in popluar number systems.

HEX 13 0B 1F
Decimal 19 11 31
Binary 10011 1011 11111
Octal 23 13 37

Shades and tints

Shades of #130B1F

#130B1F
(19,11,31)
#120A1D
(18,10,29)
#11091B
(17,9,27)
#100819
(16,8,25)
#0F0717
(15,7,23)
#0E0615
(14,6,21)
#0D0513
(13,5,19)
#0C0411
(12,4,17)
#0B030F
(11,3,15)
#0A020D
(10,2,13)
#09010B
(9,1,11)
#000000
(0,0,0)

Tints of #130B1F

#130B1F
(19,11,31)
#282133
(40,33,51)
#3D3747
(61,55,71)
#524D5B
(82,77,91)
#67636F
(103,99,111)
#7C7983
(124,121,131)
#918F97
(145,143,151)
#A6A5AB
(166,165,171)
#BBBBBF
(187,187,191)
#D0D1D3
(208,209,211)
#E5E7E7
(229,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130B1F; }

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

This text font color is #130B1F.

Background Color

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

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

This div background color is #130B1F.

Border color

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

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

This div border color is #130B1F.

Opacity

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

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

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

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

This text has shadow with #130B1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #130B1F.

Preview

Color preview on black background

This text has color #130B1F on black background.


Color preview on white background

This text has color #130B1F on white background.


Black color preview on #130B1F background

This text has black color on #130B1F background.


White color preview on #130B1F background

This text has white color on #130B1F background.


Related colors

Complementary color

Complementary color for #hex is #ECF4E0.


I love getcolorcode.com

Triadic colors

1 #1F130B and #0B1F13 with #130B1F are triadic colors.

2 #1F0B13 and #0B131F with #130B1F are triadic colors.