COLOR #1D121E

HEX: #1D121E RGB: (29,18,30)

Color info

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

RGB color model

#1D121E color RGB value is (29,18,30).

RGB: (29,18,30) (11%, 7%, 12%)

RGB channels and saturation

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

29
18
30

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

Portions of RGB colors in percentages

R + G + B = 29 + 18 + 30 = 77 (100%)
R 29 of 77 ~ 37.66%
G 18 of 77 ~ 23.38%
B 30 of 77 ~ 38.96'%

%37.66
%23.38
%38.96

CMYK color model

#1D121E color CMYK value is (3,40,0,88).

  • cyan value is 3.33%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 88.24%

CMYK: (3,40,0,88)
C3M40Y0K88 (3%, 40%, 0%, 88%)
(0.03 / 0.40 / 0.00 / 0.88)

CMYK percentages

%3.33
%40
%0
%88.24

Codes

Color #1D121E in popluar color models

1D 12 1E
RGB 29 18 30
HSL 295° 25.00% 9.41%
HSB/HSV 295° 40.00% 11.76%
CMYK 3.33% 40.00% 0.00%
88.24%

Color #1D121E in popluar number systems.

HEX 1D 12 1E
Decimal 29 18 30
Binary 11101 10010 11110
Octal 35 22 36

Shades and tints

Shades of #1D121E

#1D121E
(29,18,30)
#1B111C
(27,17,28)
#19101A
(25,16,26)
#170F18
(23,15,24)
#150E16
(21,14,22)
#130D14
(19,13,20)
#110C12
(17,12,18)
#0F0B10
(15,11,16)
#0D0A0E
(13,10,14)
#0B090C
(11,9,12)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #1D121E

#1D121E
(29,18,30)
#312732
(49,39,50)
#453C46
(69,60,70)
#59515A
(89,81,90)
#6D666E
(109,102,110)
#817B82
(129,123,130)
#959096
(149,144,150)
#A9A5AA
(169,165,170)
#BDBABE
(189,186,190)
#D1CFD2
(209,207,210)
#E5E4E6
(229,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D121E; }

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

This text font color is #1D121E.

Background Color

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

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

This div background color is #1D121E.

Border color

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

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

This div border color is #1D121E.

Opacity

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

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

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

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

This text has shadow with #1D121E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D121E.

Preview

Color preview on black background

This text has color #1D121E on black background.


Color preview on white background

This text has color #1D121E on white background.


Black color preview on #1D121E background

This text has black color on #1D121E background.


White color preview on #1D121E background

This text has white color on #1D121E background.


Related colors

Complementary color

Complementary color for #hex is #E2EDE1.


I love getcolorcode.com

Triadic colors

1 #1E1D12 and #121E1D with #1D121E are triadic colors.

2 #1E121D and #121D1E with #1D121E are triadic colors.