COLOR #1C121E

HEX: #1C121E
RGB: (28,18,30)

Color info

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

RGB color model

#1C121E color RGB value is (28,18,30).

  • red value is 28;
  • green value is 18;
  • blue value is 30.
RGB:
(28,18,30)
(11%,7%,12%)

RGB channels and saturation

R 28 of 255 = 11%
G 18 of 255 = 7%
B 30 of 255 = 12%

28
18
30

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

Portions of RGB colors in percentages

R + G + B =
28 + 18 + 30 = 76 (100%)
R 28 of 76 ~ 36.84%
G 18 of 76 ~ 23.68%
B 30 of 76 ~ 39.47%

%36.84
%23.68
%39.47

CMYK color model

#1C121E color CMYK value is (7,40,0,88).

  • cyan value is 6.67%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(7,40,0,88)
C7M40Y0K88 
(7%,40%,0%,88%)
(0.07/0.40/0.00/0.88)	

CMYK percentages

%6.67
%40
%0
%88.24

Codes

Color #1C121E in popluar color models

1C121E
RGB281830
HSL290°25.00%9.41%
HSB/HSV290°40.00%11.76%
CMYK6.67%40.00%0.00%
88.24%

Color #1C121E in popluar number systems.

HEX1C121E
Decimal281830
Binary111001001011110
Octal342236

Shades and tints

Shades of #1C121E

#1C121E
(28,18,30)
#1A111C
(26,17,28)
#18101A
(24,16,26)
#160F18
(22,15,24)
#140E16
(20,14,22)
#120D14
(18,13,20)
#100C12
(16,12,18)
#0E0B10
(14,11,16)
#0C0A0E
(12,10,14)
#0A090C
(10,9,12)
#08080A
(8,8,10)
#000000
(0,0,0)

Tints of #1C121E

#1C121E
(28,18,30)
#302732
(48,39,50)
#443C46
(68,60,70)
#58515A
(88,81,90)
#6C666E
(108,102,110)
#807B82
(128,123,130)
#949096
(148,144,150)
#A8A5AA
(168,165,170)
#BCBABE
(188,186,190)
#D0CFD2
(208,207,210)
#E4E4E6
(228,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C121E; }

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

This text font color is #1C121E.


Background Color

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

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

This div background color is #1C121E.


Border color

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

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

This div border color is #1C121E.


Opacity

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

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

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

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

This text has shadow with #1C121E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C121E on black background.


Color preview on white background

This text has color #1C121E on white background.



Black color preview on #1C121E background

This text has black color on #1C121E background.


White color preview on #1C121E background

This text has white color on #1C121E background.