COLOR #12010D

HEX: #12010D RGB: (18,1,13)

Color info

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

RGB color model

#12010D color RGB value is (18,1,13).

RGB: (18,1,13) (7%, 0%, 5%)

RGB channels and saturation

R 18 of 255 = 7%
G 1 of 255 = 0%
B 13 of 255 = 5%

18
1
13

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

Portions of RGB colors in percentages

R + G + B = 18 + 1 + 13 = 32 (100%)
R 18 of 32 ~ 56.25%
G 1 of 32 ~ 3.13%
B 13 of 32 ~ 40.63'%

%56.25
%40.63

CMYK color model

#12010D color CMYK value is (0,94,28,93).

  • cyan value is 0.00%
  • magenta value is 94.44%
  • yellow value is 27.78%
  • key color value is 92.94%

CMYK: (0,94,28,93)
C0M94Y28K93 (0%, 94%, 28%, 93%)
(0.00 / 0.94 / 0.28 / 0.93)

CMYK percentages

%0
%94.44
%27.78
%92.94

Codes

Color #12010D in popluar color models

12 01 0D
RGB 18 1 13
HSL 318° 89.47% 3.73%
HSB/HSV 318° 94.44% 7.06%
CMYK 0.00% 94.44% 27.78%
92.94%

Color #12010D in popluar number systems.

HEX 12 01 0D
Decimal 18 1 13
Binary 10010 1 1101
Octal 22 1 15

Shades and tints

Shades of #12010D

#12010D
(18,1,13)
#11010C
(17,1,12)
#10010B
(16,1,11)
#0F010A
(15,1,10)
#0E0109
(14,1,9)
#0D0108
(13,1,8)
#0C0107
(12,1,7)
#0B0106
(11,1,6)
#0A0105
(10,1,5)
#090104
(9,1,4)
#080103
(8,1,3)
#000000
(0,0,0)

Tints of #12010D

#12010D
(18,1,13)
#271823
(39,24,35)
#3C2F39
(60,47,57)
#51464F
(81,70,79)
#665D65
(102,93,101)
#7B747B
(123,116,123)
#908B91
(144,139,145)
#A5A2A7
(165,162,167)
#BAB9BD
(186,185,189)
#CFD0D3
(207,208,211)
#E4E7E9
(228,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12010D color. Also use rgb(18,1,13) instead hex code.

Text Font Color

.myTextColor { color: #12010D; }

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

This text font color is #12010D.

Background Color

.myBgColor { background-color: #12010D; }

<div style="background-color:#12010D">Inner text</div>

This div background color is #12010D.

Border color

.myBorderColor { border: 1px solid #12010D; }

<div style="border:3px solid #12010D">Div</div>

This div border color is #12010D.

Opacity

.myOpacity80 { color: #12010D; opacity: 0.8; }

<p style="color:#12010D;opacity:0.8;">80%</p>

Text with #12010D 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 #12010D;}

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

This text has shadow with #12010D color.


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

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

This text has shadow with #12010D primary color and red secondary color.


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

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

This text has shadow with #12010D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #12010D.

Preview

Color preview on black background

This text has color #12010D on black background.


Color preview on white background

This text has color #12010D on white background.


Black color preview on #12010D background

This text has black color on #12010D background.


White color preview on #12010D background

This text has white color on #12010D background.


Related colors

Complementary color

Complementary color for #hex is #EDFEF2.


I love getcolorcode.com

Triadic colors

1 #0D1201 and #010D12 with #12010D are triadic colors.

2 #0D0112 and #01120D with #12010D are triadic colors.