COLOR #001212

HEX: #001212
RGB: (0,18,18)

Color info

#001212 contains only green and blue colors. Web safe color of #001212 is #000000 (or #000).

RGB color model

#001212 color RGB value is (0,18,18).

  • red value is 0;
  • green value is 18;
  • blue value is 18.
RGB:
(0,18,18)
(0%,7%,7%)

RGB channels and saturation

R 0 of 255 = 0%
G 18 of 255 = 7%
B 18 of 255 = 7%

0
18
18

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

Portions of RGB colors in percentages

R + G + B =
0 + 18 + 18 = 36 (100%)
R 0 of 36 ~ 0%
G 18 of 36 ~ 50%
B 18 of 36 ~ 50%

%50
%50

CMYK color model

#001212 color CMYK value is (100,0,0,93).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 92.94%
CMYK:
(100,0,0,93)
C100M0Y0K93 
(100%,0%,0%,93%)
(1.00/0.00/0.00/0.93)	

CMYK percentages

%100
%0
%0
%92.94

Codes

Color #001212 in popluar color models

001212
RGB01818
HSL180°100.00%3.53%
HSB/HSV180°100.00%7.06%
CMYK100.00%0.00%0.00%
92.94%

Color #001212 in popluar number systems.

HEX001212
Decimal01818
Binary01001010010
Octal02222

Shades and tints

Shades of #001212

#001212
(0,18,18)
#001111
(0,17,17)
#001010
(0,16,16)
#000F0F
(0,15,15)
#000E0E
(0,14,14)
#000D0D
(0,13,13)
#000C0C
(0,12,12)
#000B0B
(0,11,11)
#000A0A
(0,10,10)
#000909
(0,9,9)
#000808
(0,8,8)
#000000
(0,0,0)

Tints of #001212

#001212
(0,18,18)
#172727
(23,39,39)
#2E3C3C
(46,60,60)
#455151
(69,81,81)
#5C6666
(92,102,102)
#737B7B
(115,123,123)
#8A9090
(138,144,144)
#A1A5A5
(161,165,165)
#B8BABA
(184,186,186)
#CFCFCF
(207,207,207)
#E6E4E4
(230,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001212 color. Also use rgb(0,18,18) instead hex code.

Text Font Color

.myTextColor { color: #001212; }

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

This text font color is #001212.


Background Color

.myBgColor { background-color: #001212; }

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

This div background color is #001212.


Border color

.myBorderColor { border: 1px solid #001212; }

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

This div border color is #001212.


Opacity

.myOpacity80 { color: #001212; opacity: 0.8; }

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

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

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

This text has shadow with #001212 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001212 on black background.


Color preview on white background

This text has color #001212 on white background.



Black color preview on #001212 background

This text has black color on #001212 background.


White color preview on #001212 background

This text has white color on #001212 background.