COLOR #13050B

HEX: #13050B RGB: (19,5,11)

Color info

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

RGB color model

#13050B color RGB value is (19,5,11).

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

RGB channels and saturation

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

19
5
11

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

Portions of RGB colors in percentages

R + G + B = 19 + 5 + 11 = 35 (100%)
R 19 of 35 ~ 54.29%
G 5 of 35 ~ 14.29%
B 11 of 35 ~ 31.43'%

%54.29
%14.29
%31.43

CMYK color model

#13050B color CMYK value is (0,74,42,93).

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

CMYK: (0,74,42,93)
C0M74Y42K93 (0%, 74%, 42%, 93%)
(0.00 / 0.74 / 0.42 / 0.93)

CMYK percentages

%0
%73.68
%42.11
%92.55

Codes

Color #13050B in popluar color models

13 05 0B
RGB 19 5 11
HSL 334° 58.33% 4.71%
HSB/HSV 334° 73.68% 7.45%
CMYK 0.00% 73.68% 42.11%
92.55%

Color #13050B in popluar number systems.

HEX 13 05 0B
Decimal 19 5 11
Binary 10011 101 1011
Octal 23 5 13

Shades and tints

Shades of #13050B

#13050B
(19,5,11)
#12050A
(18,5,10)
#110509
(17,5,9)
#100508
(16,5,8)
#0F0507
(15,5,7)
#0E0506
(14,5,6)
#0D0505
(13,5,5)
#0C0504
(12,5,4)
#0B0503
(11,5,3)
#0A0502
(10,5,2)
#090501
(9,5,1)
#000000
(0,0,0)

Tints of #13050B

#13050B
(19,5,11)
#281B21
(40,27,33)
#3D3137
(61,49,55)
#52474D
(82,71,77)
#675D63
(103,93,99)
#7C7379
(124,115,121)
#91898F
(145,137,143)
#A69FA5
(166,159,165)
#BBB5BB
(187,181,187)
#D0CBD1
(208,203,209)
#E5E1E7
(229,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13050B; }

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

This text font color is #13050B.

Background Color

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

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

This div background color is #13050B.

Border color

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

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

This div border color is #13050B.

Opacity

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

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

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

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

This text has shadow with #13050B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13050B.

Preview

Color preview on black background

This text has color #13050B on black background.


Color preview on white background

This text has color #13050B on white background.


Black color preview on #13050B background

This text has black color on #13050B background.


White color preview on #13050B background

This text has white color on #13050B background.


Related colors

Complementary color

Complementary color for #hex is #ECFAF4.


I love getcolorcode.com

Triadic colors

1 #0B1305 and #050B13 with #13050B are triadic colors.

2 #0B0513 and #05130B with #13050B are triadic colors.