COLOR #1C1B21

HEX: #1C1B21 RGB: (28,27,33)

Color info

#1C1B21 contains red, green and blue colors in about the same proportion. Web safe color of #1C1B21 is #333333 (or #333).

RGB color model

#1C1B21 color RGB value is (28,27,33).

RGB: (28,27,33) (11%, 11%, 13%)

RGB channels and saturation

R 28 of 255 = 11%
G 27 of 255 = 11%
B 33 of 255 = 13%

28
27
33

R + G + B ~ 12%. #1C1B21 is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 27 + 33 = 88 (100%)
R 28 of 88 ~ 31.82%
G 27 of 88 ~ 30.68%
B 33 of 88 ~ 37.5'%

%31.82
%30.68
%37.5

CMYK color model

#1C1B21 color CMYK value is (15,18,0,87).

  • cyan value is 15.15%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 87.06%

CMYK: (15,18,0,87)
C15M18Y0K87 (15%, 18%, 0%, 87%)
(0.15 / 0.18 / 0.00 / 0.87)

CMYK percentages

%15.15
%18.18
%0
%87.06

Codes

Color #1C1B21 in popluar color models

1C 1B 21
RGB 28 27 33
HSL 250° 10.00% 11.76%
HSB/HSV 250° 18.18% 12.94%
CMYK 15.15% 18.18% 0.00%
87.06%

Color #1C1B21 in popluar number systems.

HEX 1C 1B 21
Decimal 28 27 33
Binary 11100 11011 100001
Octal 34 33 41

Shades and tints

Shades of #1C1B21

#1C1B21
(28,27,33)
#1A191E
(26,25,30)
#18171B
(24,23,27)
#161518
(22,21,24)
#141315
(20,19,21)
#121112
(18,17,18)
#100F0F
(16,15,15)
#0E0D0C
(14,13,12)
#0C0B09
(12,11,9)
#0A0906
(10,9,6)
#080703
(8,7,3)
#000000
(0,0,0)

Tints of #1C1B21

#1C1B21
(28,27,33)
#302F35
(48,47,53)
#444349
(68,67,73)
#58575D
(88,87,93)
#6C6B71
(108,107,113)
#807F85
(128,127,133)
#949399
(148,147,153)
#A8A7AD
(168,167,173)
#BCBBC1
(188,187,193)
#D0CFD5
(208,207,213)
#E4E3E9
(228,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C1B21; }

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

This text font color is #1C1B21.

Background Color

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

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

This div background color is #1C1B21.

Border color

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

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

This div border color is #1C1B21.

Opacity

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

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

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

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

This text has shadow with #1C1B21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C1B21.

Preview

Color preview on black background

This text has color #1C1B21 on black background.


Color preview on white background

This text has color #1C1B21 on white background.


Black color preview on #1C1B21 background

This text has black color on #1C1B21 background.


White color preview on #1C1B21 background

This text has white color on #1C1B21 background.


Related colors

Complementary color

Complementary color for #hex is #E3E4DE.


I love getcolorcode.com

Triadic colors

1 #211C1B and #1B211C with #1C1B21 are triadic colors.

2 #211B1C and #1B1C21 with #1C1B21 are triadic colors.