COLOR #10130F

HEX: #10130F RGB: (16,19,15)

Color info

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

RGB color model

#10130F color RGB value is (16,19,15).

RGB: (16,19,15) (6%, 7%, 6%)

RGB channels and saturation

R 16 of 255 = 6%
G 19 of 255 = 7%
B 15 of 255 = 6%

16
19
15

R + G + B ~ 6%. #10130F is dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 19 + 15 = 50 (100%)
R 16 of 50 ~ 32%
G 19 of 50 ~ 38%
B 15 of 50 ~ 30'%

%32
%38
%30

CMYK color model

#10130F color CMYK value is (16,0,21,93).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 92.55%
CMYK: (16,0,21,93) C16M0Y21K93 (16%,0%,21%,93%) (0.16/0.00/0.21/0.93) 

CMYK percentages

%15.79
%0
%21.05
%92.55

Codes

Color #10130F in popluar color models

10 13 0F
RGB 16 19 15
HSL 105° 11.76% 6.67%
HSB/HSV 105° 21.05% 7.45%
CMYK 15.79% 0.00% 21.05%
92.55%

Color #10130F in popluar number systems.

HEX 10 13 0F
Decimal 16 19 15
Binary 10000 10011 1111
Octal 20 23 17

Shades and tints

Shades of #10130F

#10130F
(16,19,15)
#0F120E
(15,18,14)
#0E110D
(14,17,13)
#0D100C
(13,16,12)
#0C0F0B
(12,15,11)
#0B0E0A
(11,14,10)
#0A0D09
(10,13,9)
#090C08
(9,12,8)
#080B07
(8,11,7)
#070A06
(7,10,6)
#060905
(6,9,5)
#000000
(0,0,0)

Tints of #10130F

#10130F
(16,19,15)
#252824
(37,40,36)
#3A3D39
(58,61,57)
#4F524E
(79,82,78)
#646763
(100,103,99)
#797C78
(121,124,120)
#8E918D
(142,145,141)
#A3A6A2
(163,166,162)
#B8BBB7
(184,187,183)
#CDD0CC
(205,208,204)
#E2E5E1
(226,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #10130F; }

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

This text font color is #10130F.

Background Color

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

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

This div background color is #10130F.

Border color

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

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

This div border color is #10130F.

Opacity

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

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

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

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

This text has shadow with #10130F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #10130F.

Preview

Color preview on black background

This text has color #10130F on black background.


Color preview on white background

This text has color #10130F on white background.


Black color preview on #10130F background

This text has black color on #10130F background.


White color preview on #10130F background

This text has white color on #10130F background.


Related colors

Complementary color

Complementary color for #hex is #EFECF0.


I love getcolorcode.com

Triadic colors

1 #0F1013 and #130F10 with #10130F are triadic colors.

2 #0F1310 and #13100F with #10130F are triadic colors.