COLOR #1C1929

HEX: #1C1929 RGB: (28,25,41)

Color info

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

RGB color model

#1C1929 color RGB value is (28,25,41).

RGB: (28,25,41) (11%, 10%, 16%)

RGB channels and saturation

R 28 of 255 = 11%
G 25 of 255 = 10%
B 41 of 255 = 16%

28
25
41

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

Portions of RGB colors in percentages

R + G + B = 28 + 25 + 41 = 94 (100%)
R 28 of 94 ~ 29.79%
G 25 of 94 ~ 26.6%
B 41 of 94 ~ 43.62'%

%29.79
%26.6
%43.62

CMYK color model

#1C1929 color CMYK value is (32,39,0,84).

  • cyan value is 31.71%
  • magenta value is 39.02%
  • yellow value is 0.00%
  • key color value is 83.92%

CMYK: (32,39,0,84)
C32M39Y0K84 (32%, 39%, 0%, 84%)
(0.32 / 0.39 / 0.00 / 0.84)

CMYK percentages

%31.71
%39.02
%0
%83.92

Codes

Color #1C1929 in popluar color models

1C 19 29
RGB 28 25 41
HSL 251° 24.24% 12.94%
HSB/HSV 251° 39.02% 16.08%
CMYK 31.71% 39.02% 0.00%
83.92%

Color #1C1929 in popluar number systems.

HEX 1C 19 29
Decimal 28 25 41
Binary 11100 11001 101001
Octal 34 31 51

Shades and tints

Shades of #1C1929

#1C1929
(28,25,41)
#1A1726
(26,23,38)
#181523
(24,21,35)
#161320
(22,19,32)
#14111D
(20,17,29)
#120F1A
(18,15,26)
#100D17
(16,13,23)
#0E0B14
(14,11,20)
#0C0911
(12,9,17)
#0A070E
(10,7,14)
#08050B
(8,5,11)
#000000
(0,0,0)

Tints of #1C1929

#1C1929
(28,25,41)
#302D3C
(48,45,60)
#44414F
(68,65,79)
#585562
(88,85,98)
#6C6975
(108,105,117)
#807D88
(128,125,136)
#94919B
(148,145,155)
#A8A5AE
(168,165,174)
#BCB9C1
(188,185,193)
#D0CDD4
(208,205,212)
#E4E1E7
(228,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C1929 color. Also use rgb(28,25,41) instead hex code.

Text Font Color

.myTextColor { color: #1C1929; }

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

This text font color is #1C1929.

Background Color

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

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

This div background color is #1C1929.

Border color

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

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

This div border color is #1C1929.

Opacity

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

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

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

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

This text has shadow with #1C1929 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C1929.

Preview

Color preview on black background

This text has color #1C1929 on black background.


Color preview on white background

This text has color #1C1929 on white background.


Black color preview on #1C1929 background

This text has black color on #1C1929 background.


White color preview on #1C1929 background

This text has white color on #1C1929 background.


Related colors

Complementary color

Complementary color for #hex is #E3E6D6.


I love getcolorcode.com

Triadic colors

1 #291C19 and #19291C with #1C1929 are triadic colors.

2 #29191C and #191C29 with #1C1929 are triadic colors.