COLOR #12000D

HEX: #12000D
RGB: (18,0,13)

Color info

#12000D contains only red and blue colors. Web safe color of #12000D is #000000 (or #000).

RGB color model

#12000D color RGB value is (18,0,13).

  • red value is 18;
  • green value is 0;
  • blue value is 13.
RGB:
(18,0,13)
(7%,0%,5%)

RGB channels and saturation

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

18
0
13

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

Portions of RGB colors in percentages

R + G + B =
18 + 0 + 13 = 31 (100%)
R 18 of 31 ~ 58.06%
G 0 of 31 ~ 0%
B 13 of 31 ~ 41.94%

%58.06
%41.94

CMYK color model

#12000D color CMYK value is (0,100,28,93).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 27.78%
  • key color value is 92.94%
CMYK:
(0,100,28,93)
C0M100Y28K93 
(0%,100%,28%,93%)
(0.00/1.00/0.28/0.93)	

CMYK percentages

%0
%100
%27.78
%92.94

Codes

Color #12000D in popluar color models

12000D
RGB18013
HSL317°100.00%3.53%
HSB/HSV317°100.00%7.06%
CMYK0.00%100.00%27.78%
92.94%

Color #12000D in popluar number systems.

HEX12000D
Decimal18013
Binary1001001101
Octal22015

Shades and tints

Shades of #12000D

#12000D
(18,0,13)
#11000C
(17,0,12)
#10000B
(16,0,11)
#0F000A
(15,0,10)
#0E0009
(14,0,9)
#0D0008
(13,0,8)
#0C0007
(12,0,7)
#0B0006
(11,0,6)
#0A0005
(10,0,5)
#090004
(9,0,4)
#080003
(8,0,3)
#000000
(0,0,0)

Tints of #12000D

#12000D
(18,0,13)
#271723
(39,23,35)
#3C2E39
(60,46,57)
#51454F
(81,69,79)
#665C65
(102,92,101)
#7B737B
(123,115,123)
#908A91
(144,138,145)
#A5A1A7
(165,161,167)
#BAB8BD
(186,184,189)
#CFCFD3
(207,207,211)
#E4E6E9
(228,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12000D; }

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

This text font color is #12000D.


Background Color

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

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

This div background color is #12000D.


Border color

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

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

This div border color is #12000D.


Opacity

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

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

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

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

This text has shadow with #12000D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12000D on black background.


Color preview on white background

This text has color #12000D on white background.



Black color preview on #12000D background

This text has black color on #12000D background.


White color preview on #12000D background

This text has white color on #12000D background.