COLOR #1C0018

HEX: #1C0018 RGB: (28,0,24)

Color info

#1C0018 contains only red and blue colors. Web safe color of #1C0018 is #330000 (or #300).

RGB color model

#1C0018 color RGB value is (28,0,24).

RGB: (28,0,24) (11%, 0%, 9%)

RGB channels and saturation

R 28 of 255 = 11%
G 0 of 255 = 0%
B 24 of 255 = 9%

28
0
24

R + G + B ~ 7%. #1C0018 is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 0 + 24 = 52 (100%)
R 28 of 52 ~ 53.85%
G 0 of 52 ~ 0%
B 24 of 52 ~ 46.15'%

%53.85
%46.15

CMYK color model

#1C0018 color CMYK value is (0,100,14,89).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 14.29%
  • key color value is 89.02%

CMYK: (0,100,14,89)
C0M100Y14K89 (0%, 100%, 14%, 89%)
(0.00 / 1.00 / 0.14 / 0.89)

CMYK percentages

%0
%100
%14.29
%89.02

Codes

Color #1C0018 in popluar color models

1C 00 18
RGB 28 0 24
HSL 309° 100.00% 5.49%
HSB/HSV 309° 100.00% 10.98%
CMYK 0.00% 100.00% 14.29%
89.02%

Color #1C0018 in popluar number systems.

HEX 1C 00 18
Decimal 28 0 24
Binary 11100 0 11000
Octal 34 0 30

Shades and tints

Shades of #1C0018

#1C0018
(28,0,24)
#1A0016
(26,0,22)
#180014
(24,0,20)
#160012
(22,0,18)
#140010
(20,0,16)
#12000E
(18,0,14)
#10000C
(16,0,12)
#0E000A
(14,0,10)
#0C0008
(12,0,8)
#0A0006
(10,0,6)
#080004
(8,0,4)
#000000
(0,0,0)

Tints of #1C0018

#1C0018
(28,0,24)
#30172D
(48,23,45)
#442E42
(68,46,66)
#584557
(88,69,87)
#6C5C6C
(108,92,108)
#807381
(128,115,129)
#948A96
(148,138,150)
#A8A1AB
(168,161,171)
#BCB8C0
(188,184,192)
#D0CFD5
(208,207,213)
#E4E6EA
(228,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C0018 color. Also use rgb(28,0,24) instead hex code.

Text Font Color

.myTextColor { color: #1C0018; }

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

This text font color is #1C0018.

Background Color

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

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

This div background color is #1C0018.

Border color

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

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

This div border color is #1C0018.

Opacity

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

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

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

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

This text has shadow with #1C0018 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C0018.

Preview

Color preview on black background

This text has color #1C0018 on black background.


Color preview on white background

This text has color #1C0018 on white background.


Black color preview on #1C0018 background

This text has black color on #1C0018 background.


White color preview on #1C0018 background

This text has white color on #1C0018 background.


Related colors

Complementary color

Complementary color for #hex is #E3FFE7.


I love getcolorcode.com

Triadic colors

1 #181C00 and #00181C with #1C0018 are triadic colors.

2 #18001C and #001C18 with #1C0018 are triadic colors.