COLOR #1C1430

HEX: #1C1430
RGB: (28,20,48)

Color info

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

RGB color model

#1C1430 color RGB value is (28,20,48).

  • red value is 28;
  • green value is 20;
  • blue value is 48.
RGB:
(28,20,48)
(11%,8%,19%)

RGB channels and saturation

R 28 of 255 = 11%
G 20 of 255 = 8%
B 48 of 255 = 19%

28
20
48

R + G + B ~ 13%. #1C1430 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 20 + 48 = 96 (100%)
R 28 of 96 ~ 29.17%
G 20 of 96 ~ 20.83%
B 48 of 96 ~ 50%

%29.17
%20.83
%50

CMYK color model

#1C1430 color CMYK value is (42,58,0,81).

  • cyan value is 41.67%
  • magenta value is 58.33%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(42,58,0,81)
C42M58Y0K81 
(42%,58%,0%,81%)
(0.42/0.58/0.00/0.81)	

CMYK percentages

%41.67
%58.33
%0
%81.18

Codes

Color #1C1430 in popluar color models

1C1430
RGB282048
HSL257°41.18%13.33%
HSB/HSV257°58.33%18.82%
CMYK41.67%58.33%0.00%
81.18%

Color #1C1430 in popluar number systems.

HEX1C1430
Decimal282048
Binary1110010100110000
Octal342460

Shades and tints

Shades of #1C1430

#1C1430
(28,20,48)
#1A132C
(26,19,44)
#181228
(24,18,40)
#161124
(22,17,36)
#141020
(20,16,32)
#120F1C
(18,15,28)
#100E18
(16,14,24)
#0E0D14
(14,13,20)
#0C0C10
(12,12,16)
#0A0B0C
(10,11,12)
#080A08
(8,10,8)
#000000
(0,0,0)

Tints of #1C1430

#1C1430
(28,20,48)
#302942
(48,41,66)
#443E54
(68,62,84)
#585366
(88,83,102)
#6C6878
(108,104,120)
#807D8A
(128,125,138)
#94929C
(148,146,156)
#A8A7AE
(168,167,174)
#BCBCC0
(188,188,192)
#D0D1D2
(208,209,210)
#E4E6E4
(228,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C1430 color. Also use rgb(28,20,48) instead hex code.

Text Font Color

.myTextColor { color: #1C1430; }

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

This text font color is #1C1430.


Background Color

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

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

This div background color is #1C1430.


Border color

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

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

This div border color is #1C1430.


Opacity

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

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

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

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

This text has shadow with #1C1430 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C1430 on black background.


Color preview on white background

This text has color #1C1430 on white background.



Black color preview on #1C1430 background

This text has black color on #1C1430 background.


White color preview on #1C1430 background

This text has white color on #1C1430 background.