COLOR #0C0117

HEX: #0C0117 RGB: (12,1,23)

Color info

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

RGB color model

#0C0117 color RGB value is (12,1,23).

RGB: (12,1,23) (5%, 0%, 9%)

RGB channels and saturation

R 12 of 255 = 5%
G 1 of 255 = 0%
B 23 of 255 = 9%

12
1
23

R + G + B ~ 5%. #0C0117 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 1 + 23 = 36 (100%)
R 12 of 36 ~ 33.33%
G 1 of 36 ~ 2.78%
B 23 of 36 ~ 63.89'%

%33.33
%63.89

CMYK color model

#0C0117 color CMYK value is (48,96,0,91).

  • cyan value is 47.83%
  • magenta value is 95.65%
  • yellow value is 0.00%
  • key color value is 90.98%

CMYK: (48,96,0,91)
C48M96Y0K91 (48%, 96%, 0%, 91%)
(0.48 / 0.96 / 0.00 / 0.91)

CMYK percentages

%47.83
%95.65
%0
%90.98

Codes

Color #0C0117 in popluar color models

0C 01 17
RGB 12 1 23
HSL 270° 91.67% 4.71%
HSB/HSV 270° 95.65% 9.02%
CMYK 47.83% 95.65% 0.00%
90.98%

Color #0C0117 in popluar number systems.

HEX 0C 01 17
Decimal 12 1 23
Binary 1100 1 10111
Octal 14 1 27

Shades and tints

Shades of #0C0117

#0C0117
(12,1,23)
#0B0115
(11,1,21)
#0A0113
(10,1,19)
#090111
(9,1,17)
#08010F
(8,1,15)
#07010D
(7,1,13)
#06010B
(6,1,11)
#050109
(5,1,9)
#040107
(4,1,7)
#030105
(3,1,5)
#020103
(2,1,3)
#000000
(0,0,0)

Tints of #0C0117

#0C0117
(12,1,23)
#22182C
(34,24,44)
#382F41
(56,47,65)
#4E4656
(78,70,86)
#645D6B
(100,93,107)
#7A7480
(122,116,128)
#908B95
(144,139,149)
#A6A2AA
(166,162,170)
#BCB9BF
(188,185,191)
#D2D0D4
(210,208,212)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C0117 color. Also use rgb(12,1,23) instead hex code.

Text Font Color

.myTextColor { color: #0C0117; }

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

This text font color is #0C0117.

Background Color

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

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

This div background color is #0C0117.

Border color

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

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

This div border color is #0C0117.

Opacity

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

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

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

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

This text has shadow with #0C0117 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C0117.

Preview

Color preview on black background

This text has color #0C0117 on black background.


Color preview on white background

This text has color #0C0117 on white background.


Black color preview on #0C0117 background

This text has black color on #0C0117 background.


White color preview on #0C0117 background

This text has white color on #0C0117 background.


Related colors

Complementary color

Complementary color for #hex is #F3FEE8.


I love getcolorcode.com

Triadic colors

1 #170C01 and #01170C with #0C0117 are triadic colors.

2 #17010C and #010C17 with #0C0117 are triadic colors.