COLOR #12201D

HEX: #12201D
RGB: (18,32,29)

Color info

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

RGB color model

#12201D color RGB value is (18,32,29).

  • red value is 18;
  • green value is 32;
  • blue value is 29.
RGB:
(18,32,29)
(7%,13%,11%)

RGB channels and saturation

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

18
32
29

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

Portions of RGB colors in percentages

R + G + B =
18 + 32 + 29 = 79 (100%)
R 18 of 79 ~ 22.78%
G 32 of 79 ~ 40.51%
B 29 of 79 ~ 36.71%

%22.78
%40.51
%36.71

CMYK color model

#12201D color CMYK value is (44,0,9,87).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 9.37%
  • key color value is 87.45%
CMYK:
(44,0,9,87)
C44M0Y9K87 
(44%,0%,9%,87%)
(0.44/0.00/0.09/0.87)	

CMYK percentages

%43.75
%0
%9.37
%87.45

Codes

Color #12201D in popluar color models

12201D
RGB183229
HSL167°28.00%9.80%
HSB/HSV167°43.75%12.55%
CMYK43.75%0.00%9.37%
87.45%

Color #12201D in popluar number systems.

HEX12201D
Decimal183229
Binary1001010000011101
Octal224035

Shades and tints

Shades of #12201D

#12201D
(18,32,29)
#111E1B
(17,30,27)
#101C19
(16,28,25)
#0F1A17
(15,26,23)
#0E1815
(14,24,21)
#0D1613
(13,22,19)
#0C1411
(12,20,17)
#0B120F
(11,18,15)
#0A100D
(10,16,13)
#090E0B
(9,14,11)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #12201D

#12201D
(18,32,29)
#273431
(39,52,49)
#3C4845
(60,72,69)
#515C59
(81,92,89)
#66706D
(102,112,109)
#7B8481
(123,132,129)
#909895
(144,152,149)
#A5ACA9
(165,172,169)
#BAC0BD
(186,192,189)
#CFD4D1
(207,212,209)
#E4E8E5
(228,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12201D; }

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

This text font color is #12201D.


Background Color

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

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

This div background color is #12201D.


Border color

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

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

This div border color is #12201D.


Opacity

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

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

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

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

This text has shadow with #12201D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12201D on black background.


Color preview on white background

This text has color #12201D on white background.



Black color preview on #12201D background

This text has black color on #12201D background.


White color preview on #12201D background

This text has white color on #12201D background.