COLOR #0C020F

HEX: #0C020F RGB: (12,2,15)

Color info

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

RGB color model

#0C020F color RGB value is (12,2,15).

RGB: (12,2,15) (5%, 1%, 6%)

RGB channels and saturation

R 12 of 255 = 5%
G 2 of 255 = 1%
B 15 of 255 = 6%

12
2
15

R + G + B ~ 4%. #0C020F is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 2 + 15 = 29 (100%)
R 12 of 29 ~ 41.38%
G 2 of 29 ~ 6.9%
B 15 of 29 ~ 51.72'%

%41.38
%51.72

CMYK color model

#0C020F color CMYK value is (20,87,0,94).

  • cyan value is 20.00%
  • magenta value is 86.67%
  • yellow value is 0.00%
  • key color value is 94.12%

CMYK: (20,87,0,94)
C20M87Y0K94 (20%, 87%, 0%, 94%)
(0.20 / 0.87 / 0.00 / 0.94)

CMYK percentages

%20
%86.67
%0
%94.12

Codes

Color #0C020F in popluar color models

0C 02 0F
RGB 12 2 15
HSL 286° 76.47% 3.33%
HSB/HSV 286° 86.67% 5.88%
CMYK 20.00% 86.67% 0.00%
94.12%

Color #0C020F in popluar number systems.

HEX 0C 02 0F
Decimal 12 2 15
Binary 1100 10 1111
Octal 14 2 17

Shades and tints

Shades of #0C020F

#0C020F
(12,2,15)
#0B020E
(11,2,14)
#0A020D
(10,2,13)
#09020C
(9,2,12)
#08020B
(8,2,11)
#07020A
(7,2,10)
#060209
(6,2,9)
#050208
(5,2,8)
#040207
(4,2,7)
#030206
(3,2,6)
#020205
(2,2,5)
#000000
(0,0,0)

Tints of #0C020F

#0C020F
(12,2,15)
#221924
(34,25,36)
#383039
(56,48,57)
#4E474E
(78,71,78)
#645E63
(100,94,99)
#7A7578
(122,117,120)
#908C8D
(144,140,141)
#A6A3A2
(166,163,162)
#BCBAB7
(188,186,183)
#D2D1CC
(210,209,204)
#E8E8E1
(232,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C020F color. Also use rgb(12,2,15) instead hex code.

Text Font Color

.myTextColor { color: #0C020F; }

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

This text font color is #0C020F.

Background Color

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

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

This div background color is #0C020F.

Border color

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

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

This div border color is #0C020F.

Opacity

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

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

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

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

This text has shadow with #0C020F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C020F.

Preview

Color preview on black background

This text has color #0C020F on black background.


Color preview on white background

This text has color #0C020F on white background.


Black color preview on #0C020F background

This text has black color on #0C020F background.


White color preview on #0C020F background

This text has white color on #0C020F background.


Related colors

Complementary color

Complementary color for #hex is #F3FDF0.


I love getcolorcode.com

Triadic colors

1 #0F0C02 and #020F0C with #0C020F are triadic colors.

2 #0F020C and #020C0F with #0C020F are triadic colors.