COLOR #12020D

HEX: #12020D
RGB: (18,2,13)

Color info

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

RGB color model

#12020D color RGB value is (18,2,13).

  • red value is 18;
  • green value is 2;
  • blue value is 13.
RGB: (18,2,13) (7%,1%,5%)

RGB channels and saturation

R 18 of 255 = 7%
G 2 of 255 = 1%
B 13 of 255 = 5%

18
2
13

R + G + B ~ 4%. #12020D is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 2 + 13 = 33 (100%)
R 18 of 33 ~ 54.55%
G 2 of 33 ~ 6.06%
B 13 of 33 ~ 39.39%

%54.55
%39.39

CMYK color model

#12020D color CMYK value is (0,89,28,93).

  • cyan value is 0.00%
  • magenta value is 88.89%
  • yellow value is 27.78%
  • key color value is 92.94%
CMYK: (0,89,28,93) C0M89Y28K93 (0%,89%,28%,93%) (0.00/0.89/0.28/0.93)

CMYK percentages

%0
%88.89
%27.78
%92.94

Codes

Color #12020D in popluar color models

12020D
RGB18213
HSL319°80.00%3.92%
HSB/HSV319°88.89%7.06%
CMYK0.00%88.89%27.78%
92.94%

Color #12020D in popluar number systems.

HEX12020D
Decimal18213
Binary10010101101
Octal22215

Shades and tints

Shades of #12020D

#12020D
(18,2,13)
#11020C
(17,2,12)
#10020B
(16,2,11)
#0F020A
(15,2,10)
#0E0209
(14,2,9)
#0D0208
(13,2,8)
#0C0207
(12,2,7)
#0B0206
(11,2,6)
#0A0205
(10,2,5)
#090204
(9,2,4)
#080203
(8,2,3)
#000000
(0,0,0)

Tints of #12020D

#12020D
(18,2,13)
#271923
(39,25,35)
#3C3039
(60,48,57)
#51474F
(81,71,79)
#665E65
(102,94,101)
#7B757B
(123,117,123)
#908C91
(144,140,145)
#A5A3A7
(165,163,167)
#BABABD
(186,186,189)
#CFD1D3
(207,209,211)
#E4E8E9
(228,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12020D color. Also use rgb(18,2,13) instead hex code.

Text Font Color

.myTextColor { color: #12020D; }

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

This text font color is #12020D.


Background Color

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

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

This div background color is #12020D.


Border color

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

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

This div border color is #12020D.


Opacity

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

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

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

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

This text has shadow with #12020D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #12020D on black background.


Color preview on white background

This text has color #12020D on white background.



Black color preview on #12020D background

This text has black color on #12020D background.


White color preview on #12020D background

This text has white color on #12020D background.