COLOR #13120C

HEX: #13120C RGB: (19,18,12)

Color info

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

RGB color model

#13120C color RGB value is (19,18,12).

RGB: (19,18,12) (7%, 7%, 5%)

RGB channels and saturation

R 19 of 255 = 7%
G 18 of 255 = 7%
B 12 of 255 = 5%

19
18
12

R + G + B ~ 6%. #13120C is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 18 + 12 = 49 (100%)
R 19 of 49 ~ 38.78%
G 18 of 49 ~ 36.73%
B 12 of 49 ~ 24.49'%

%38.78
%36.73
%24.49

CMYK color model

#13120C color CMYK value is (0,5,37,93).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 36.84%
  • key color value is 92.55%

CMYK: (0,5,37,93)
C0M5Y37K93 (0%, 5%, 37%, 93%)
(0.00 / 0.05 / 0.37 / 0.93)

CMYK percentages

%0
%5.26
%36.84
%92.55

Codes

Color #13120C in popluar color models

13 12 0C
RGB 19 18 12
HSL 51° 22.58% 6.08%
HSB/HSV 51° 36.84% 7.45%
CMYK 0.00% 5.26% 36.84%
92.55%

Color #13120C in popluar number systems.

HEX 13 12 0C
Decimal 19 18 12
Binary 10011 10010 1100
Octal 23 22 14

Shades and tints

Shades of #13120C

#13120C
(19,18,12)
#12110B
(18,17,11)
#11100A
(17,16,10)
#100F09
(16,15,9)
#0F0E08
(15,14,8)
#0E0D07
(14,13,7)
#0D0C06
(13,12,6)
#0C0B05
(12,11,5)
#0B0A04
(11,10,4)
#0A0903
(10,9,3)
#090802
(9,8,2)
#000000
(0,0,0)

Tints of #13120C

#13120C
(19,18,12)
#282722
(40,39,34)
#3D3C38
(61,60,56)
#52514E
(82,81,78)
#676664
(103,102,100)
#7C7B7A
(124,123,122)
#919090
(145,144,144)
#A6A5A6
(166,165,166)
#BBBABC
(187,186,188)
#D0CFD2
(208,207,210)
#E5E4E8
(229,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13120C color. Also use rgb(19,18,12) instead hex code.

Text Font Color

.myTextColor { color: #13120C; }

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

This text font color is #13120C.

Background Color

.myBgColor { background-color: #13120C; }

<div style="background-color:#13120C">Inner text</div>

This div background color is #13120C.

Border color

.myBorderColor { border: 1px solid #13120C; }

<div style="border:3px solid #13120C">Div</div>

This div border color is #13120C.

Opacity

.myOpacity80 { color: #13120C; opacity: 0.8; }

<p style="color:#13120C;opacity:0.8;">80%</p>

Text with #13120C 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 #13120C;}

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

This text has shadow with #13120C color.


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

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

This text has shadow with #13120C primary color and red secondary color.


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

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

This text has shadow with #13120C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #13120C.

Preview

Color preview on black background

This text has color #13120C on black background.


Color preview on white background

This text has color #13120C on white background.


Black color preview on #13120C background

This text has black color on #13120C background.


White color preview on #13120C background

This text has white color on #13120C background.


Related colors

Complementary color

Complementary color for #hex is #ECEDF3.


I love getcolorcode.com

Triadic colors

1 #0C1312 and #120C13 with #13120C are triadic colors.

2 #0C1213 and #12130C with #13120C are triadic colors.