COLOR #1D1831

HEX: #1D1831
RGB: (29,24,49)

Color info

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

RGB color model

#1D1831 color RGB value is (29,24,49).

  • red value is 29;
  • green value is 24;
  • blue value is 49.
RGB:
(29,24,49)
(11%,9%,19%)

RGB channels and saturation

R 29 of 255 = 11%
G 24 of 255 = 9%
B 49 of 255 = 19%

29
24
49

R + G + B ~ 13%. #1D1831 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 24 + 49 = 102 (100%)
R 29 of 102 ~ 28.43%
G 24 of 102 ~ 23.53%
B 49 of 102 ~ 48.04%

%28.43
%23.53
%48.04

CMYK color model

#1D1831 color CMYK value is (41,51,0,81).

  • cyan value is 40.82%
  • magenta value is 51.02%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(41,51,0,81)
C41M51Y0K81 
(41%,51%,0%,81%)
(0.41/0.51/0.00/0.81)	

CMYK percentages

%40.82
%51.02
%0
%80.78

Codes

Color #1D1831 in popluar color models

1D1831
RGB292449
HSL252°34.25%14.31%
HSB/HSV252°51.02%19.22%
CMYK40.82%51.02%0.00%
80.78%

Color #1D1831 in popluar number systems.

HEX1D1831
Decimal292449
Binary1110111000110001
Octal353061

Shades and tints

Shades of #1D1831

#1D1831
(29,24,49)
#1B162D
(27,22,45)
#191429
(25,20,41)
#171225
(23,18,37)
#151021
(21,16,33)
#130E1D
(19,14,29)
#110C19
(17,12,25)
#0F0A15
(15,10,21)
#0D0811
(13,8,17)
#0B060D
(11,6,13)
#090409
(9,4,9)
#000000
(0,0,0)

Tints of #1D1831

#1D1831
(29,24,49)
#312D43
(49,45,67)
#454255
(69,66,85)
#595767
(89,87,103)
#6D6C79
(109,108,121)
#81818B
(129,129,139)
#95969D
(149,150,157)
#A9ABAF
(169,171,175)
#BDC0C1
(189,192,193)
#D1D5D3
(209,213,211)
#E5EAE5
(229,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D1831 color. Also use rgb(29,24,49) instead hex code.

Text Font Color

.myTextColor { color: #1D1831; }

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

This text font color is #1D1831.


Background Color

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

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

This div background color is #1D1831.


Border color

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

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

This div border color is #1D1831.


Opacity

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

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

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

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

This text has shadow with #1D1831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D1831 on black background.


Color preview on white background

This text has color #1D1831 on white background.



Black color preview on #1D1831 background

This text has black color on #1D1831 background.


White color preview on #1D1831 background

This text has white color on #1D1831 background.