COLOR #0C020E

HEX: #0C020E
RGB: (12,2,14)

Color info

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

RGB color model

#0C020E color RGB value is (12,2,14).

  • red value is 12;
  • green value is 2;
  • blue value is 14.
RGB:
(12,2,14)
(5%,1%,5%)

RGB channels and saturation

R 12 of 255 = 5%
G 2 of 255 = 1%
B 14 of 255 = 5%

12
2
14

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

Portions of RGB colors in percentages

R + G + B =
12 + 2 + 14 = 28 (100%)
R 12 of 28 ~ 42.86%
G 2 of 28 ~ 7.14%
B 14 of 28 ~ 50%

%42.86
%50

CMYK color model

#0C020E color CMYK value is (14,86,0,95).

  • cyan value is 14.29%
  • magenta value is 85.71%
  • yellow value is 0.00%
  • key color value is 94.51%
CMYK:
(14,86,0,95)
C14M86Y0K95 
(14%,86%,0%,95%)
(0.14/0.86/0.00/0.95)	

CMYK percentages

%14.29
%85.71
%0
%94.51

Codes

Color #0C020E in popluar color models

0C020E
RGB12214
HSL290°75.00%3.14%
HSB/HSV290°85.71%5.49%
CMYK14.29%85.71%0.00%
94.51%

Color #0C020E in popluar number systems.

HEX0C020E
Decimal12214
Binary1100101110
Octal14216

Shades and tints

Shades of #0C020E

#0C020E
(12,2,14)
#0B020D
(11,2,13)
#0A020C
(10,2,12)
#09020B
(9,2,11)
#08020A
(8,2,10)
#070209
(7,2,9)
#060208
(6,2,8)
#050207
(5,2,7)
#040206
(4,2,6)
#030205
(3,2,5)
#020204
(2,2,4)
#000000
(0,0,0)

Tints of #0C020E

#0C020E
(12,2,14)
#221923
(34,25,35)
#383038
(56,48,56)
#4E474D
(78,71,77)
#645E62
(100,94,98)
#7A7577
(122,117,119)
#908C8C
(144,140,140)
#A6A3A1
(166,163,161)
#BCBAB6
(188,186,182)
#D2D1CB
(210,209,203)
#E8E8E0
(232,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C020E; }

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

This text font color is #0C020E.


Background Color

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

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

This div background color is #0C020E.


Border color

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

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

This div border color is #0C020E.


Opacity

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

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

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

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

This text has shadow with #0C020E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C020E on black background.


Color preview on white background

This text has color #0C020E on white background.



Black color preview on #0C020E background

This text has black color on #0C020E background.


White color preview on #0C020E background

This text has white color on #0C020E background.