COLOR #0C1911

HEX: #0C1911 RGB: (12,25,17)

Color info

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

RGB color model

#0C1911 color RGB value is (12,25,17).

RGB: (12,25,17) (5%, 10%, 7%)

RGB channels and saturation

R 12 of 255 = 5%
G 25 of 255 = 10%
B 17 of 255 = 7%

12
25
17

R + G + B ~ 7%. #0C1911 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 25 + 17 = 54 (100%)
R 12 of 54 ~ 22.22%
G 25 of 54 ~ 46.3%
B 17 of 54 ~ 31.48'%

%22.22
%46.3
%31.48

CMYK color model

#0C1911 color CMYK value is (52,0,32,90).

  • cyan value is 52.00%
  • magenta value is 0.00%
  • yellow value is 32.00%
  • key color value is 90.20%

CMYK: (52,0,32,90)
C52M0Y32K90 (52%, 0%, 32%, 90%)
(0.52 / 0.00 / 0.32 / 0.90)

CMYK percentages

%52
%0
%32
%90.2

Codes

Color #0C1911 in popluar color models

0C 19 11
RGB 12 25 17
HSL 143° 35.14% 7.25%
HSB/HSV 143° 52.00% 9.80%
CMYK 52.00% 0.00% 32.00%
90.20%

Color #0C1911 in popluar number systems.

HEX 0C 19 11
Decimal 12 25 17
Binary 1100 11001 10001
Octal 14 31 21

Shades and tints

Shades of #0C1911

#0C1911
(12,25,17)
#0B1710
(11,23,16)
#0A150F
(10,21,15)
#09130E
(9,19,14)
#08110D
(8,17,13)
#070F0C
(7,15,12)
#060D0B
(6,13,11)
#050B0A
(5,11,10)
#040909
(4,9,9)
#030708
(3,7,8)
#020507
(2,5,7)
#000000
(0,0,0)

Tints of #0C1911

#0C1911
(12,25,17)
#222D26
(34,45,38)
#38413B
(56,65,59)
#4E5550
(78,85,80)
#646965
(100,105,101)
#7A7D7A
(122,125,122)
#90918F
(144,145,143)
#A6A5A4
(166,165,164)
#BCB9B9
(188,185,185)
#D2CDCE
(210,205,206)
#E8E1E3
(232,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C1911 color. Also use rgb(12,25,17) instead hex code.

Text Font Color

.myTextColor { color: #0C1911; }

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

This text font color is #0C1911.

Background Color

.myBgColor { background-color: #0C1911; }

<div style="background-color:#0C1911">Inner text</div>

This div background color is #0C1911.

Border color

.myBorderColor { border: 1px solid #0C1911; }

<div style="border:3px solid #0C1911">Div</div>

This div border color is #0C1911.

Opacity

.myOpacity80 { color: #0C1911; opacity: 0.8; }

<p style="color:#0C1911;opacity:0.8;">80%</p>

Text with #0C1911 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 #0C1911;}

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

This text has shadow with #0C1911 color.


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

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

This text has shadow with #0C1911 primary color and red secondary color.


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

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

This text has shadow with #0C1911 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #0C1911.

Preview

Color preview on black background

This text has color #0C1911 on black background.


Color preview on white background

This text has color #0C1911 on white background.


Black color preview on #0C1911 background

This text has black color on #0C1911 background.


White color preview on #0C1911 background

This text has white color on #0C1911 background.


Related colors

Complementary color

Complementary color for #hex is #F3E6EE.


I love getcolorcode.com

Triadic colors

1 #110C19 and #19110C with #0C1911 are triadic colors.

2 #11190C and #190C11 with #0C1911 are triadic colors.