COLOR #12100F

HEX: #12100F
RGB: (18,16,15)

Color info

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

RGB color model

#12100F color RGB value is (18,16,15).

  • red value is 18;
  • green value is 16;
  • blue value is 15.
RGB:
(18,16,15)
(7%,6%,6%)

RGB channels and saturation

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

18
16
15

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

Portions of RGB colors in percentages

R + G + B =
18 + 16 + 15 = 49 (100%)
R 18 of 49 ~ 36.73%
G 16 of 49 ~ 32.65%
B 15 of 49 ~ 30.61%

%36.73
%32.65
%30.61

CMYK color model

#12100F color CMYK value is (0,11,17,93).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 16.67%
  • key color value is 92.94%
CMYK:
(0,11,17,93)
C0M11Y17K93 
(0%,11%,17%,93%)
(0.00/0.11/0.17/0.93)	

CMYK percentages

%0
%11.11
%16.67
%92.94

Codes

Color #12100F in popluar color models

12100F
RGB181615
HSL20°9.09%6.47%
HSB/HSV20°16.67%7.06%
CMYK0.00%11.11%16.67%
92.94%

Color #12100F in popluar number systems.

HEX12100F
Decimal181615
Binary10010100001111
Octal222017

Shades and tints

Shades of #12100F

#12100F
(18,16,15)
#110F0E
(17,15,14)
#100E0D
(16,14,13)
#0F0D0C
(15,13,12)
#0E0C0B
(14,12,11)
#0D0B0A
(13,11,10)
#0C0A09
(12,10,9)
#0B0908
(11,9,8)
#0A0807
(10,8,7)
#090706
(9,7,6)
#080605
(8,6,5)
#000000
(0,0,0)

Tints of #12100F

#12100F
(18,16,15)
#272524
(39,37,36)
#3C3A39
(60,58,57)
#514F4E
(81,79,78)
#666463
(102,100,99)
#7B7978
(123,121,120)
#908E8D
(144,142,141)
#A5A3A2
(165,163,162)
#BAB8B7
(186,184,183)
#CFCDCC
(207,205,204)
#E4E2E1
(228,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12100F; }

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

This text font color is #12100F.


Background Color

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

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

This div background color is #12100F.


Border color

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

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

This div border color is #12100F.


Opacity

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

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

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

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

This text has shadow with #12100F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12100F on black background.


Color preview on white background

This text has color #12100F on white background.



Black color preview on #12100F background

This text has black color on #12100F background.


White color preview on #12100F background

This text has white color on #12100F background.