COLOR #18121A

HEX: #18121A
RGB: (24,18,26)

Color info

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

RGB color model

#18121A color RGB value is (24,18,26).

  • red value is 24;
  • green value is 18;
  • blue value is 26.
RGB:
(24,18,26)
(9%,7%,10%)

RGB channels and saturation

R 24 of 255 = 9%
G 18 of 255 = 7%
B 26 of 255 = 10%

24
18
26

R + G + B ~ 9%. #18121A is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 18 + 26 = 68 (100%)
R 24 of 68 ~ 35.29%
G 18 of 68 ~ 26.47%
B 26 of 68 ~ 38.24%

%35.29
%26.47
%38.24

CMYK color model

#18121A color CMYK value is (8,31,0,90).

  • cyan value is 7.69%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(8,31,0,90)
C8M31Y0K90 
(8%,31%,0%,90%)
(0.08/0.31/0.00/0.90)	

CMYK percentages

%7.69
%30.77
%0
%89.8

Codes

Color #18121A in popluar color models

18121A
RGB241826
HSL285°18.18%8.63%
HSB/HSV285°30.77%10.20%
CMYK7.69%30.77%0.00%
89.80%

Color #18121A in popluar number systems.

HEX18121A
Decimal241826
Binary110001001011010
Octal302232

Shades and tints

Shades of #18121A

#18121A
(24,18,26)
#161118
(22,17,24)
#141016
(20,16,22)
#120F14
(18,15,20)
#100E12
(16,14,18)
#0E0D10
(14,13,16)
#0C0C0E
(12,12,14)
#0A0B0C
(10,11,12)
#080A0A
(8,10,10)
#060908
(6,9,8)
#040806
(4,8,6)
#000000
(0,0,0)

Tints of #18121A

#18121A
(24,18,26)
#2D272E
(45,39,46)
#423C42
(66,60,66)
#575156
(87,81,86)
#6C666A
(108,102,106)
#817B7E
(129,123,126)
#969092
(150,144,146)
#ABA5A6
(171,165,166)
#C0BABA
(192,186,186)
#D5CFCE
(213,207,206)
#EAE4E2
(234,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18121A color. Also use rgb(24,18,26) instead hex code.

Text Font Color

.myTextColor { color: #18121A; }

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

This text font color is #18121A.


Background Color

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

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

This div background color is #18121A.


Border color

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

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

This div border color is #18121A.


Opacity

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

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

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

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

This text has shadow with #18121A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18121A on black background.


Color preview on white background

This text has color #18121A on white background.



Black color preview on #18121A background

This text has black color on #18121A background.


White color preview on #18121A background

This text has white color on #18121A background.