COLOR #02000C

HEX: #02000C
RGB: (2,0,12)

Color info

#02000C contains only red and blue colors. Web safe color of #02000C is #000000 (or #000).

RGB color model

#02000C color RGB value is (2,0,12).

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

RGB channels and saturation

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

2
0
12

R + G + B ~ 2%. #02000C is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 0 + 12 = 14 (100%)
R 2 of 14 ~ 14.29%
G 0 of 14 ~ 0%
B 12 of 14 ~ 85.71%

%14.29
%85.71

CMYK color model

#02000C color CMYK value is (83,100,0,95).

  • cyan value is 83.33%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 95.29%
CMYK:
(83,100,0,95)
C83M100Y0K95 
(83%,100%,0%,95%)
(0.83/1.00/0.00/0.95)	

CMYK percentages

%83.33
%100
%0
%95.29

Codes

Color #02000C in popluar color models

02000C
RGB2012
HSL250°100.00%2.35%
HSB/HSV250°100.00%4.71%
CMYK83.33%100.00%0.00%
95.29%

Color #02000C in popluar number systems.

HEX02000C
Decimal2012
Binary1001100
Octal2014

Shades and tints

Shades of #02000C

#02000C
(2,0,12)
#02000B
(2,0,11)
#02000A
(2,0,10)
#020009
(2,0,9)
#020008
(2,0,8)
#020007
(2,0,7)
#020006
(2,0,6)
#020005
(2,0,5)
#020004
(2,0,4)
#020003
(2,0,3)
#020002
(2,0,2)
#000000
(0,0,0)

Tints of #02000C

#02000C
(2,0,12)
#191722
(25,23,34)
#302E38
(48,46,56)
#47454E
(71,69,78)
#5E5C64
(94,92,100)
#75737A
(117,115,122)
#8C8A90
(140,138,144)
#A3A1A6
(163,161,166)
#BAB8BC
(186,184,188)
#D1CFD2
(209,207,210)
#E8E6E8
(232,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #02000C; }

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

This text font color is #02000C.


Background Color

.myBgColor { background-color: #02000C; }

<div style="background-color:#02000C">Inner text</div>

This div background color is #02000C.


Border color

.myBorderColor { border: 1px solid #02000C; }

<div style="border:3px solid #02000C">Div</div>

This div border color is #02000C.


Opacity

.myOpacity80 { color: #02000C; opacity: 0.8; }

<p style="color:#02000C;opacity:0.8;">80%</p>

Text with #02000C 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 #02000C;}

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

This text has shadow with #02000C color.

.textShadow {text-shadow: 3px 3px 1px #02000C, 3px 3px 1px red;}

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

This text has shadow with #02000C primary color and red secondary color.


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

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

This text has shadow with #02000C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02000C on black background.


Color preview on white background

This text has color #02000C on white background.



Black color preview on #02000C background

This text has black color on #02000C background.


White color preview on #02000C background

This text has white color on #02000C background.