COLOR #0C1113

HEX: #0C1113 RGB: (12,17,19)

Color info

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

RGB color model

#0C1113 color RGB value is (12,17,19).

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

RGB channels and saturation

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

12
17
19

R + G + B ~ 6%. #0C1113 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 17 + 19 = 48 (100%)
R 12 of 48 ~ 25%
G 17 of 48 ~ 35.42%
B 19 of 48 ~ 39.58'%

%25
%35.42
%39.58

CMYK color model

#0C1113 color CMYK value is (37,11,0,93).

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

CMYK: (37,11,0,93)
C37M11Y0K93 (37%, 11%, 0%, 93%)
(0.37 / 0.11 / 0.00 / 0.93)

CMYK percentages

%36.84
%10.53
%0
%92.55

Codes

Color #0C1113 in popluar color models

0C 11 13
RGB 12 17 19
HSL 197° 22.58% 6.08%
HSB/HSV 197° 36.84% 7.45%
CMYK 36.84% 10.53% 0.00%
92.55%

Color #0C1113 in popluar number systems.

HEX 0C 11 13
Decimal 12 17 19
Binary 1100 10001 10011
Octal 14 21 23

Shades and tints

Shades of #0C1113

#0C1113
(12,17,19)
#0B1012
(11,16,18)
#0A0F11
(10,15,17)
#090E10
(9,14,16)
#080D0F
(8,13,15)
#070C0E
(7,12,14)
#060B0D
(6,11,13)
#050A0C
(5,10,12)
#04090B
(4,9,11)
#03080A
(3,8,10)
#020709
(2,7,9)
#000000
(0,0,0)

Tints of #0C1113

#0C1113
(12,17,19)
#222628
(34,38,40)
#383B3D
(56,59,61)
#4E5052
(78,80,82)
#646567
(100,101,103)
#7A7A7C
(122,122,124)
#908F91
(144,143,145)
#A6A4A6
(166,164,166)
#BCB9BB
(188,185,187)
#D2CED0
(210,206,208)
#E8E3E5
(232,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C1113; }

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

This text font color is #0C1113.

Background Color

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

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

This div background color is #0C1113.

Border color

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

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

This div border color is #0C1113.

Opacity

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

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

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

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

This text has shadow with #0C1113 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C1113.

Preview

Color preview on black background

This text has color #0C1113 on black background.


Color preview on white background

This text has color #0C1113 on white background.


Black color preview on #0C1113 background

This text has black color on #0C1113 background.


White color preview on #0C1113 background

This text has white color on #0C1113 background.


Related colors

Complementary color

Complementary color for #hex is #F3EEEC.


I love getcolorcode.com

Triadic colors

1 #130C11 and #11130C with #0C1113 are triadic colors.

2 #13110C and #110C13 with #0C1113 are triadic colors.