COLOR #12201B

HEX: #12201B RGB: (18,32,27)

Color info

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

RGB color model

#12201B color RGB value is (18,32,27).

RGB: (18,32,27) (7%, 13%, 11%)

RGB channels and saturation

R 18 of 255 = 7%
G 32 of 255 = 13%
B 27 of 255 = 11%

18
32
27

R + G + B ~ 10%. #12201B is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 32 + 27 = 77 (100%)
R 18 of 77 ~ 23.38%
G 32 of 77 ~ 41.56%
B 27 of 77 ~ 35.06'%

%23.38
%41.56
%35.06

CMYK color model

#12201B color CMYK value is (44,0,16,87).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 15.63%
  • key color value is 87.45%

CMYK: (44,0,16,87)
C44M0Y16K87 (44%, 0%, 16%, 87%)
(0.44 / 0.00 / 0.16 / 0.87)

CMYK percentages

%43.75
%0
%15.63
%87.45

Codes

Color #12201B in popluar color models

12 20 1B
RGB 18 32 27
HSL 159° 28.00% 9.80%
HSB/HSV 159° 43.75% 12.55%
CMYK 43.75% 0.00% 15.63%
87.45%

Color #12201B in popluar number systems.

HEX 12 20 1B
Decimal 18 32 27
Binary 10010 100000 11011
Octal 22 40 33

Shades and tints

Shades of #12201B

#12201B
(18,32,27)
#111E19
(17,30,25)
#101C17
(16,28,23)
#0F1A15
(15,26,21)
#0E1813
(14,24,19)
#0D1611
(13,22,17)
#0C140F
(12,20,15)
#0B120D
(11,18,13)
#0A100B
(10,16,11)
#090E09
(9,14,9)
#080C07
(8,12,7)
#000000
(0,0,0)

Tints of #12201B

#12201B
(18,32,27)
#27342F
(39,52,47)
#3C4843
(60,72,67)
#515C57
(81,92,87)
#66706B
(102,112,107)
#7B847F
(123,132,127)
#909893
(144,152,147)
#A5ACA7
(165,172,167)
#BAC0BB
(186,192,187)
#CFD4CF
(207,212,207)
#E4E8E3
(228,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12201B color. Also use rgb(18,32,27) instead hex code.

Text Font Color

.myTextColor { color: #12201B; }

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

This text font color is #12201B.

Background Color

.myBgColor { background-color: #12201B; }

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

This div background color is #12201B.

Border color

.myBorderColor { border: 1px solid #12201B; }

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

This div border color is #12201B.

Opacity

.myOpacity80 { color: #12201B; opacity: 0.8; }

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

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

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

This text has shadow with #12201B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #12201B.

Preview

Color preview on black background

This text has color #12201B on black background.


Color preview on white background

This text has color #12201B on white background.


Black color preview on #12201B background

This text has black color on #12201B background.


White color preview on #12201B background

This text has white color on #12201B background.


Related colors

Complementary color

Complementary color for #hex is #EDDFE4.


I love getcolorcode.com

Triadic colors

1 #1B1220 and #201B12 with #12201B are triadic colors.

2 #1B2012 and #20121B with #12201B are triadic colors.