COLOR #1D131E

HEX: #1D131E
RGB: (29,19,30)

Color info

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

RGB color model

#1D131E color RGB value is (29,19,30).

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

RGB channels and saturation

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

29
19
30

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

Portions of RGB colors in percentages

R + G + B =
29 + 19 + 30 = 78 (100%)
R 29 of 78 ~ 37.18%
G 19 of 78 ~ 24.36%
B 30 of 78 ~ 38.46%

%37.18
%24.36
%38.46

CMYK color model

#1D131E color CMYK value is (3,37,0,88).

  • cyan value is 3.33%
  • magenta value is 36.67%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(3,37,0,88)
C3M37Y0K88 
(3%,37%,0%,88%)
(0.03/0.37/0.00/0.88)	

CMYK percentages

%3.33
%36.67
%0
%88.24

Codes

Color #1D131E in popluar color models

1D131E
RGB291930
HSL295°22.45%9.61%
HSB/HSV295°36.67%11.76%
CMYK3.33%36.67%0.00%
88.24%

Color #1D131E in popluar number systems.

HEX1D131E
Decimal291930
Binary111011001111110
Octal352336

Shades and tints

Shades of #1D131E

#1D131E
(29,19,30)
#1B121C
(27,18,28)
#19111A
(25,17,26)
#171018
(23,16,24)
#150F16
(21,15,22)
#130E14
(19,14,20)
#110D12
(17,13,18)
#0F0C10
(15,12,16)
#0D0B0E
(13,11,14)
#0B0A0C
(11,10,12)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #1D131E

#1D131E
(29,19,30)
#312832
(49,40,50)
#453D46
(69,61,70)
#59525A
(89,82,90)
#6D676E
(109,103,110)
#817C82
(129,124,130)
#959196
(149,145,150)
#A9A6AA
(169,166,170)
#BDBBBE
(189,187,190)
#D1D0D2
(209,208,210)
#E5E5E6
(229,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D131E; }

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

This text font color is #1D131E.


Background Color

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

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

This div background color is #1D131E.


Border color

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

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

This div border color is #1D131E.


Opacity

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

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

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

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

This text has shadow with #1D131E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D131E on black background.


Color preview on white background

This text has color #1D131E on white background.



Black color preview on #1D131E background

This text has black color on #1D131E background.


White color preview on #1D131E background

This text has white color on #1D131E background.