COLOR #12130C

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

18
19
12

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

Portions of RGB colors in percentages

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

%36.73
%38.78
%24.49

CMYK color model

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

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

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

CMYK percentages

%5.26
%0
%36.84
%92.55

Codes

Color #12130C in popluar color models

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

Color #12130C in popluar number systems.

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

Shades and tints

Shades of #12130C

#12130C
(18,19,12)
#11120B
(17,18,11)
#10110A
(16,17,10)
#0F1009
(15,16,9)
#0E0F08
(14,15,8)
#0D0E07
(13,14,7)
#0C0D06
(12,13,6)
#0B0C05
(11,12,5)
#0A0B04
(10,11,4)
#090A03
(9,10,3)
#080902
(8,9,2)
#000000
(0,0,0)

Tints of #12130C

#12130C
(18,19,12)
#272822
(39,40,34)
#3C3D38
(60,61,56)
#51524E
(81,82,78)
#666764
(102,103,100)
#7B7C7A
(123,124,122)
#909190
(144,145,144)
#A5A6A6
(165,166,166)
#BABBBC
(186,187,188)
#CFD0D2
(207,208,210)
#E4E5E8
(228,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12130C; }

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

This text font color is #12130C.

Background Color

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

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

This div background color is #12130C.

Border color

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

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

This div border color is #12130C.

Opacity

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

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

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

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

This text has shadow with #12130C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #12130C.

Preview

Color preview on black background

This text has color #12130C on black background.


Color preview on white background

This text has color #12130C on white background.


Black color preview on #12130C background

This text has black color on #12130C background.


White color preview on #12130C background

This text has white color on #12130C background.


Related colors

Complementary color

Complementary color for #hex is #EDECF3.


I love getcolorcode.com

Triadic colors

1 #0C1213 and #130C12 with #12130C are triadic colors.

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