COLOR #1C151E

HEX: #1C151E RGB: (28,21,30)

Color info

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

RGB color model

#1C151E color RGB value is (28,21,30).

RGB: (28,21,30) (11%, 8%, 12%)

RGB channels and saturation

R 28 of 255 = 11%
G 21 of 255 = 8%
B 30 of 255 = 12%

28
21
30

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

Portions of RGB colors in percentages

R + G + B = 28 + 21 + 30 = 79 (100%)
R 28 of 79 ~ 35.44%
G 21 of 79 ~ 26.58%
B 30 of 79 ~ 37.97'%

%35.44
%26.58
%37.97

CMYK color model

#1C151E color CMYK value is (7,30,0,88).

  • cyan value is 6.67%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 88.24%

CMYK: (7,30,0,88)
C7M30Y0K88 (7%, 30%, 0%, 88%)
(0.07 / 0.30 / 0.00 / 0.88)

CMYK percentages

%6.67
%30
%0
%88.24

Codes

Color #1C151E in popluar color models

1C 15 1E
RGB 28 21 30
HSL 287° 17.65% 10.00%
HSB/HSV 287° 30.00% 11.76%
CMYK 6.67% 30.00% 0.00%
88.24%

Color #1C151E in popluar number systems.

HEX 1C 15 1E
Decimal 28 21 30
Binary 11100 10101 11110
Octal 34 25 36

Shades and tints

Shades of #1C151E

#1C151E
(28,21,30)
#1A141C
(26,20,28)
#18131A
(24,19,26)
#161218
(22,18,24)
#141116
(20,17,22)
#121014
(18,16,20)
#100F12
(16,15,18)
#0E0E10
(14,14,16)
#0C0D0E
(12,13,14)
#0A0C0C
(10,12,12)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #1C151E

#1C151E
(28,21,30)
#302A32
(48,42,50)
#443F46
(68,63,70)
#58545A
(88,84,90)
#6C696E
(108,105,110)
#807E82
(128,126,130)
#949396
(148,147,150)
#A8A8AA
(168,168,170)
#BCBDBE
(188,189,190)
#D0D2D2
(208,210,210)
#E4E7E6
(228,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C151E color. Also use rgb(28,21,30) instead hex code.

Text Font Color

.myTextColor { color: #1C151E; }

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

This text font color is #1C151E.

Background Color

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

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

This div background color is #1C151E.

Border color

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

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

This div border color is #1C151E.

Opacity

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

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

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

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

This text has shadow with #1C151E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C151E.

Preview

Color preview on black background

This text has color #1C151E on black background.


Color preview on white background

This text has color #1C151E on white background.


Black color preview on #1C151E background

This text has black color on #1C151E background.


White color preview on #1C151E background

This text has white color on #1C151E background.


Related colors

Complementary color

Complementary color for #hex is #E3EAE1.


I love getcolorcode.com

Triadic colors

1 #1E1C15 and #151E1C with #1C151E are triadic colors.

2 #1E151C and #151C1E with #1C151E are triadic colors.