COLOR #121313

HEX: #121313
RGB: (18,19,19)

Color info

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

RGB color model

#121313 color RGB value is (18,19,19).

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

RGB channels and saturation

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

18
19
19

R + G + B ~ 7%. #121313 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 19 + 19 = 56 (100%)
R 18 of 56 ~ 32.14%
G 19 of 56 ~ 33.93%
B 19 of 56 ~ 33.93%

%32.14
%33.93
%33.93

CMYK color model

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

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK:
(5,0,0,93)
C5M0Y0K93 
(5%,0%,0%,93%)
(0.05/0.00/0.00/0.93)	

CMYK percentages

%5.26
%0
%0
%92.55

Codes

Color #121313 in popluar color models

121313
RGB181919
HSL180°2.70%7.25%
HSB/HSV180°5.26%7.45%
CMYK5.26%0.00%0.00%
92.55%

Color #121313 in popluar number systems.

HEX121313
Decimal181919
Binary100101001110011
Octal222323

Shades and tints

Shades of #121313

#121313
(18,19,19)
#111212
(17,18,18)
#101111
(16,17,17)
#0F1010
(15,16,16)
#0E0F0F
(14,15,15)
#0D0E0E
(13,14,14)
#0C0D0D
(12,13,13)
#0B0C0C
(11,12,12)
#0A0B0B
(10,11,11)
#090A0A
(9,10,10)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #121313

#121313
(18,19,19)
#272828
(39,40,40)
#3C3D3D
(60,61,61)
#515252
(81,82,82)
#666767
(102,103,103)
#7B7C7C
(123,124,124)
#909191
(144,145,145)
#A5A6A6
(165,166,166)
#BABBBB
(186,187,187)
#CFD0D0
(207,208,208)
#E4E5E5
(228,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121313; }

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

This text font color is #121313.


Background Color

.myBgColor { background-color: #121313; }

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

This div background color is #121313.


Border color

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

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

This div border color is #121313.


Opacity

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

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

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

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

This text has shadow with #121313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121313 on black background.


Color preview on white background

This text has color #121313 on white background.



Black color preview on #121313 background

This text has black color on #121313 background.


White color preview on #121313 background

This text has white color on #121313 background.