COLOR #13050F

HEX: #13050F RGB: (19,5,15)

Color info

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

RGB color model

#13050F color RGB value is (19,5,15).

RGB: (19,5,15) (7%, 2%, 6%)

RGB channels and saturation

R 19 of 255 = 7%
G 5 of 255 = 2%
B 15 of 255 = 6%

19
5
15

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

Portions of RGB colors in percentages

R + G + B = 19 + 5 + 15 = 39 (100%)
R 19 of 39 ~ 48.72%
G 5 of 39 ~ 12.82%
B 15 of 39 ~ 38.46'%

%48.72
%12.82
%38.46

CMYK color model

#13050F color CMYK value is (0,74,21,93).

  • cyan value is 0.00%
  • magenta value is 73.68%
  • yellow value is 21.05%
  • key color value is 92.55%
CMYK: (0,74,21,93) C0M74Y21K93 (0%,74%,21%,93%) (0.00/0.74/0.21/0.93) 

CMYK percentages

%0
%73.68
%21.05
%92.55

Codes

Color #13050F in popluar color models

13 05 0F
RGB 19 5 15
HSL 317° 58.33% 4.71%
HSB/HSV 317° 73.68% 7.45%
CMYK 0.00% 73.68% 21.05%
92.55%

Color #13050F in popluar number systems.

HEX 13 05 0F
Decimal 19 5 15
Binary 10011 101 1111
Octal 23 5 17

Shades and tints

Shades of #13050F

#13050F
(19,5,15)
#12050E
(18,5,14)
#11050D
(17,5,13)
#10050C
(16,5,12)
#0F050B
(15,5,11)
#0E050A
(14,5,10)
#0D0509
(13,5,9)
#0C0508
(12,5,8)
#0B0507
(11,5,7)
#0A0506
(10,5,6)
#090505
(9,5,5)
#000000
(0,0,0)

Tints of #13050F

#13050F
(19,5,15)
#281B24
(40,27,36)
#3D3139
(61,49,57)
#52474E
(82,71,78)
#675D63
(103,93,99)
#7C7378
(124,115,120)
#91898D
(145,137,141)
#A69FA2
(166,159,162)
#BBB5B7
(187,181,183)
#D0CBCC
(208,203,204)
#E5E1E1
(229,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13050F; }

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

This text font color is #13050F.

Background Color

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

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

This div background color is #13050F.

Border color

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

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

This div border color is #13050F.

Opacity

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

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

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

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

This text has shadow with #13050F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13050F.

Preview

Color preview on black background

This text has color #13050F on black background.


Color preview on white background

This text has color #13050F on white background.


Black color preview on #13050F background

This text has black color on #13050F background.


White color preview on #13050F background

This text has white color on #13050F background.


Related colors

Complementary color

Complementary color for #hex is #ECFAF0.


I love getcolorcode.com

Triadic colors

1 #0F1305 and #050F13 with #13050F are triadic colors.

2 #0F0513 and #05130F with #13050F are triadic colors.