COLOR #121301

HEX: #121301 RGB: (18,19,1)

Color info

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

RGB color model

#121301 color RGB value is (18,19,1).

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

RGB channels and saturation

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

18
19
1

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

Portions of RGB colors in percentages

R + G + B = 18 + 19 + 1 = 38 (100%)
R 18 of 38 ~ 47.37%
G 19 of 38 ~ 50%
B 1 of 38 ~ 2.63'%

%47.37
%50

CMYK color model

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

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

CMYK: (5,0,95,93)
C5M0Y95K93 (5%, 0%, 95%, 93%)
(0.05 / 0.00 / 0.95 / 0.93)

CMYK percentages

%5.26
%0
%94.74
%92.55

Codes

Color #121301 in popluar color models

12 13 01
RGB 18 19 1
HSL 63° 90.00% 3.92%
HSB/HSV 63° 94.74% 7.45%
CMYK 5.26% 0.00% 94.74%
92.55%

Color #121301 in popluar number systems.

HEX 12 13 01
Decimal 18 19 1
Binary 10010 10011 1
Octal 22 23 1

Shades and tints

Shades of #121301

#121301
(18,19,1)
#111201
(17,18,1)
#101101
(16,17,1)
#0F1001
(15,16,1)
#0E0F01
(14,15,1)
#0D0E01
(13,14,1)
#0C0D01
(12,13,1)
#0B0C01
(11,12,1)
#0A0B01
(10,11,1)
#090A01
(9,10,1)
#080901
(8,9,1)
#000000
(0,0,0)

Tints of #121301

#121301
(18,19,1)
#272818
(39,40,24)
#3C3D2F
(60,61,47)
#515246
(81,82,70)
#66675D
(102,103,93)
#7B7C74
(123,124,116)
#90918B
(144,145,139)
#A5A6A2
(165,166,162)
#BABBB9
(186,187,185)
#CFD0D0
(207,208,208)
#E4E5E7
(228,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121301; }

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

This text font color is #121301.

Background Color

.myBgColor { background-color: #121301; }

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

This div background color is #121301.

Border color

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

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

This div border color is #121301.

Opacity

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

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

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

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

This text has shadow with #121301 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #121301.

Preview

Color preview on black background

This text has color #121301 on black background.


Color preview on white background

This text has color #121301 on white background.


Black color preview on #121301 background

This text has black color on #121301 background.


White color preview on #121301 background

This text has white color on #121301 background.


Related colors

Complementary color

Complementary color for #hex is #EDECFE.


I love getcolorcode.com

Triadic colors

1 #011213 and #130112 with #121301 are triadic colors.

2 #011312 and #131201 with #121301 are triadic colors.