COLOR #120121

HEX: #120121 RGB: (18,1,33)

Color info

#120121 contains red, green and blue colors in about the same proportion. Web safe color of #120121 is #000033 (or #003).

RGB color model

#120121 color RGB value is (18,1,33).

RGB: (18,1,33) (7%, 0%, 13%)

RGB channels and saturation

R 18 of 255 = 7%
G 1 of 255 = 0%
B 33 of 255 = 13%

18
1
33

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

Portions of RGB colors in percentages

R + G + B = 18 + 1 + 33 = 52 (100%)
R 18 of 52 ~ 34.62%
G 1 of 52 ~ 1.92%
B 33 of 52 ~ 63.46'%

%34.62
%63.46

CMYK color model

#120121 color CMYK value is (45,97,0,87).

  • cyan value is 45.45%
  • magenta value is 96.97%
  • yellow value is 0.00%
  • key color value is 87.06%

CMYK: (45,97,0,87)
C45M97Y0K87 (45%, 97%, 0%, 87%)
(0.45 / 0.97 / 0.00 / 0.87)

CMYK percentages

%45.45
%96.97
%0
%87.06

Codes

Color #120121 in popluar color models

12 01 21
RGB 18 1 33
HSL 272° 94.12% 6.67%
HSB/HSV 272° 96.97% 12.94%
CMYK 45.45% 96.97% 0.00%
87.06%

Color #120121 in popluar number systems.

HEX 12 01 21
Decimal 18 1 33
Binary 10010 1 100001
Octal 22 1 41

Shades and tints

Shades of #120121

#120121
(18,1,33)
#11011E
(17,1,30)
#10011B
(16,1,27)
#0F0118
(15,1,24)
#0E0115
(14,1,21)
#0D0112
(13,1,18)
#0C010F
(12,1,15)
#0B010C
(11,1,12)
#0A0109
(10,1,9)
#090106
(9,1,6)
#080103
(8,1,3)
#000000
(0,0,0)

Tints of #120121

#120121
(18,1,33)
#271835
(39,24,53)
#3C2F49
(60,47,73)
#51465D
(81,70,93)
#665D71
(102,93,113)
#7B7485
(123,116,133)
#908B99
(144,139,153)
#A5A2AD
(165,162,173)
#BAB9C1
(186,185,193)
#CFD0D5
(207,208,213)
#E4E7E9
(228,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120121; }

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

This text font color is #120121.

Background Color

.myBgColor { background-color: #120121; }

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

This div background color is #120121.

Border color

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

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

This div border color is #120121.

Opacity

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

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

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

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

This text has shadow with #120121 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120121.

Preview

Color preview on black background

This text has color #120121 on black background.


Color preview on white background

This text has color #120121 on white background.


Black color preview on #120121 background

This text has black color on #120121 background.


White color preview on #120121 background

This text has white color on #120121 background.


Related colors

Complementary color

Complementary color for #hex is #EDFEDE.


I love getcolorcode.com

Triadic colors

1 #211201 and #012112 with #120121 are triadic colors.

2 #210112 and #011221 with #120121 are triadic colors.