COLOR #12241C

HEX: #12241C RGB: (18,36,28)

Color info

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

RGB color model

#12241C color RGB value is (18,36,28).

RGB: (18,36,28) (7%, 14%, 11%)

RGB channels and saturation

R 18 of 255 = 7%
G 36 of 255 = 14%
B 28 of 255 = 11%

18
36
28

R + G + B ~ 11%. #12241C is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 36 + 28 = 82 (100%)
R 18 of 82 ~ 21.95%
G 36 of 82 ~ 43.9%
B 28 of 82 ~ 34.15'%

%21.95
%43.9
%34.15

CMYK color model

#12241C color CMYK value is (50,0,22,86).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 85.88%

CMYK: (50,0,22,86)
C50M0Y22K86 (50%, 0%, 22%, 86%)
(0.50 / 0.00 / 0.22 / 0.86)

CMYK percentages

%50
%0
%22.22
%85.88

Codes

Color #12241C in popluar color models

12 24 1C
RGB 18 36 28
HSL 153° 33.33% 10.59%
HSB/HSV 153° 50.00% 14.12%
CMYK 50.00% 0.00% 22.22%
85.88%

Color #12241C in popluar number systems.

HEX 12 24 1C
Decimal 18 36 28
Binary 10010 100100 11100
Octal 22 44 34

Shades and tints

Shades of #12241C

#12241C
(18,36,28)
#11211A
(17,33,26)
#101E18
(16,30,24)
#0F1B16
(15,27,22)
#0E1814
(14,24,20)
#0D1512
(13,21,18)
#0C1210
(12,18,16)
#0B0F0E
(11,15,14)
#0A0C0C
(10,12,12)
#09090A
(9,9,10)
#080608
(8,6,8)
#000000
(0,0,0)

Tints of #12241C

#12241C
(18,36,28)
#273730
(39,55,48)
#3C4A44
(60,74,68)
#515D58
(81,93,88)
#66706C
(102,112,108)
#7B8380
(123,131,128)
#909694
(144,150,148)
#A5A9A8
(165,169,168)
#BABCBC
(186,188,188)
#CFCFD0
(207,207,208)
#E4E2E4
(228,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12241C color. Also use rgb(18,36,28) instead hex code.

Text Font Color

.myTextColor { color: #12241C; }

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

This text font color is #12241C.

Background Color

.myBgColor { background-color: #12241C; }

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

This div background color is #12241C.

Border color

.myBorderColor { border: 1px solid #12241C; }

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

This div border color is #12241C.

Opacity

.myOpacity80 { color: #12241C; opacity: 0.8; }

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

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

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

This text has shadow with #12241C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #12241C.

Preview

Color preview on black background

This text has color #12241C on black background.


Color preview on white background

This text has color #12241C on white background.


Black color preview on #12241C background

This text has black color on #12241C background.


White color preview on #12241C background

This text has white color on #12241C background.


Related colors

Complementary color

Complementary color for #hex is #EDDBE3.


I love getcolorcode.com

Triadic colors

1 #1C1224 and #241C12 with #12241C are triadic colors.

2 #1C2412 and #24121C with #12241C are triadic colors.