COLOR #1C121B

HEX: #1C121B
RGB: (28,18,27)

Color info

#1C121B contains red, green and blue colors in about the same proportion. Web safe color of #1C121B is #330033 (or #303).

RGB color model

#1C121B color RGB value is (28,18,27).

  • red value is 28;
  • green value is 18;
  • blue value is 27.
RGB:
(28,18,27)
(11%,7%,11%)

RGB channels and saturation

R 28 of 255 = 11%
G 18 of 255 = 7%
B 27 of 255 = 11%

28
18
27

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

Portions of RGB colors in percentages

R + G + B =
28 + 18 + 27 = 73 (100%)
R 28 of 73 ~ 38.36%
G 18 of 73 ~ 24.66%
B 27 of 73 ~ 36.99%

%38.36
%24.66
%36.99

CMYK color model

#1C121B color CMYK value is (0,36,4,89).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 3.57%
  • key color value is 89.02%
CMYK:
(0,36,4,89)
C0M36Y4K89 
(0%,36%,4%,89%)
(0.00/0.36/0.04/0.89)	

CMYK percentages

%0
%35.71
%3.57
%89.02

Codes

Color #1C121B in popluar color models

1C121B
RGB281827
HSL306°21.74%9.02%
HSB/HSV306°35.71%10.98%
CMYK0.00%35.71%3.57%
89.02%

Color #1C121B in popluar number systems.

HEX1C121B
Decimal281827
Binary111001001011011
Octal342233

Shades and tints

Shades of #1C121B

#1C121B
(28,18,27)
#1A1119
(26,17,25)
#181017
(24,16,23)
#160F15
(22,15,21)
#140E13
(20,14,19)
#120D11
(18,13,17)
#100C0F
(16,12,15)
#0E0B0D
(14,11,13)
#0C0A0B
(12,10,11)
#0A0909
(10,9,9)
#080807
(8,8,7)
#000000
(0,0,0)

Tints of #1C121B

#1C121B
(28,18,27)
#30272F
(48,39,47)
#443C43
(68,60,67)
#585157
(88,81,87)
#6C666B
(108,102,107)
#807B7F
(128,123,127)
#949093
(148,144,147)
#A8A5A7
(168,165,167)
#BCBABB
(188,186,187)
#D0CFCF
(208,207,207)
#E4E4E3
(228,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C121B color. Also use rgb(28,18,27) instead hex code.

Text Font Color

.myTextColor { color: #1C121B; }

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

This text font color is #1C121B.


Background Color

.myBgColor { background-color: #1C121B; }

<div style="background-color:#1C121B">Inner text</div>

This div background color is #1C121B.


Border color

.myBorderColor { border: 1px solid #1C121B; }

<div style="border:3px solid #1C121B">Div</div>

This div border color is #1C121B.


Opacity

.myOpacity80 { color: #1C121B; opacity: 0.8; }

<p style="color:#1C121B;opacity:0.8;">80%</p>

Text with #1C121B 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 #1C121B;}

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

This text has shadow with #1C121B color.

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

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

This text has shadow with #1C121B primary color and red secondary color.


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

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

This text has shadow with #1C121B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C121B on black background.


Color preview on white background

This text has color #1C121B on white background.



Black color preview on #1C121B background

This text has black color on #1C121B background.


White color preview on #1C121B background

This text has white color on #1C121B background.