COLOR #001213

HEX: #001213 RGB: (0,18,19)

Color info

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

RGB color model

#001213 color RGB value is (0,18,19).

RGB: (0,18,19) (0%, 7%, 7%)

RGB channels and saturation

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

0
18
19

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

Portions of RGB colors in percentages

R + G + B = 0 + 18 + 19 = 37 (100%)
R 0 of 37 ~ 0%
G 18 of 37 ~ 48.65%
B 19 of 37 ~ 51.35'%

%48.65
%51.35

CMYK color model

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

  • cyan value is 100.00%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 92.55%

CMYK: (100,5,0,93)
C100M5Y0K93 (100%, 5%, 0%, 93%)
(1.00 / 0.05 / 0.00 / 0.93)

CMYK percentages

%100
%5.26
%0
%92.55

Codes

Color #001213 in popluar color models

00 12 13
RGB 0 18 19
HSL 183° 100.00% 3.73%
HSB/HSV 183° 100.00% 7.45%
CMYK 100.00% 5.26% 0.00%
92.55%

Color #001213 in popluar number systems.

HEX 00 12 13
Decimal 0 18 19
Binary 0 10010 10011
Octal 0 22 23

Shades and tints

Shades of #001213

#001213
(0,18,19)
#001112
(0,17,18)
#001011
(0,16,17)
#000F10
(0,15,16)
#000E0F
(0,14,15)
#000D0E
(0,13,14)
#000C0D
(0,12,13)
#000B0C
(0,11,12)
#000A0B
(0,10,11)
#00090A
(0,9,10)
#000809
(0,8,9)
#000000
(0,0,0)

Tints of #001213

#001213
(0,18,19)
#172728
(23,39,40)
#2E3C3D
(46,60,61)
#455152
(69,81,82)
#5C6667
(92,102,103)
#737B7C
(115,123,124)
#8A9091
(138,144,145)
#A1A5A6
(161,165,166)
#B8BABB
(184,186,187)
#CFCFD0
(207,207,208)
#E6E4E5
(230,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001213; }

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

This text font color is #001213.

Background Color

.myBgColor { background-color: #001213; }

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

This div background color is #001213.

Border color

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

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

This div border color is #001213.

Opacity

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

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

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

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

This text has shadow with #001213 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001213.

Preview

Color preview on black background

This text has color #001213 on black background.


Color preview on white background

This text has color #001213 on white background.


Black color preview on #001213 background

This text has black color on #001213 background.


White color preview on #001213 background

This text has white color on #001213 background.


Related colors

Complementary color

Complementary color for #hex is #FFEDEC.


I love getcolorcode.com

Triadic colors

1 #130012 and #121300 with #001213 are triadic colors.

2 #131200 and #120013 with #001213 are triadic colors.