COLOR #12212A

HEX: #12212A RGB: (18,33,42)

Color info

#12212A contains red, green and blue colors in about the same proportion. Web safe color of #12212A is #003333 (or #033).

RGB color model

#12212A color RGB value is (18,33,42).

RGB: (18,33,42) (7%, 13%, 16%)

RGB channels and saturation

R 18 of 255 = 7%
G 33 of 255 = 13%
B 42 of 255 = 16%

18
33
42

R + G + B ~ 12%. #12212A is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 33 + 42 = 93 (100%)
R 18 of 93 ~ 19.35%
G 33 of 93 ~ 35.48%
B 42 of 93 ~ 45.16'%

%19.35
%35.48
%45.16

CMYK color model

#12212A color CMYK value is (57,21,0,84).

  • cyan value is 57.14%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 83.53%

CMYK: (57,21,0,84)
C57M21Y0K84 (57%, 21%, 0%, 84%)
(0.57 / 0.21 / 0.00 / 0.84)

CMYK percentages

%57.14
%21.43
%0
%83.53

Codes

Color #12212A in popluar color models

12 21 2A
RGB 18 33 42
HSL 203° 40.00% 11.76%
HSB/HSV 203° 57.14% 16.47%
CMYK 57.14% 21.43% 0.00%
83.53%

Color #12212A in popluar number systems.

HEX 12 21 2A
Decimal 18 33 42
Binary 10010 100001 101010
Octal 22 41 52

Shades and tints

Shades of #12212A

#12212A
(18,33,42)
#111E27
(17,30,39)
#101B24
(16,27,36)
#0F1821
(15,24,33)
#0E151E
(14,21,30)
#0D121B
(13,18,27)
#0C0F18
(12,15,24)
#0B0C15
(11,12,21)
#0A0912
(10,9,18)
#09060F
(9,6,15)
#08030C
(8,3,12)
#000000
(0,0,0)

Tints of #12212A

#12212A
(18,33,42)
#27353D
(39,53,61)
#3C4950
(60,73,80)
#515D63
(81,93,99)
#667176
(102,113,118)
#7B8589
(123,133,137)
#90999C
(144,153,156)
#A5ADAF
(165,173,175)
#BAC1C2
(186,193,194)
#CFD5D5
(207,213,213)
#E4E9E8
(228,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12212A; }

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

This text font color is #12212A.

Background Color

.myBgColor { background-color: #12212A; }

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

This div background color is #12212A.

Border color

.myBorderColor { border: 1px solid #12212A; }

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

This div border color is #12212A.

Opacity

.myOpacity80 { color: #12212A; opacity: 0.8; }

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

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

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

This text has shadow with #12212A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #12212A.

Preview

Color preview on black background

This text has color #12212A on black background.


Color preview on white background

This text has color #12212A on white background.


Black color preview on #12212A background

This text has black color on #12212A background.


White color preview on #12212A background

This text has white color on #12212A background.


Related colors

Complementary color

Complementary color for #hex is #EDDED5.


I love getcolorcode.com

Triadic colors

1 #2A1221 and #212A12 with #12212A are triadic colors.

2 #2A2112 and #21122A with #12212A are triadic colors.