COLOR #1D1130

HEX: #1D1130 RGB: (29,17,48)

Color info

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

RGB color model

#1D1130 color RGB value is (29,17,48).

RGB: (29,17,48) (11%, 7%, 19%)

RGB channels and saturation

R 29 of 255 = 11%
G 17 of 255 = 7%
B 48 of 255 = 19%

29
17
48

R + G + B ~ 12%. #1D1130 is dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 17 + 48 = 94 (100%)
R 29 of 94 ~ 30.85%
G 17 of 94 ~ 18.09%
B 48 of 94 ~ 51.06'%

%30.85
%18.09
%51.06

CMYK color model

#1D1130 color CMYK value is (40,65,0,81).

  • cyan value is 39.58%
  • magenta value is 64.58%
  • yellow value is 0.00%
  • key color value is 81.18%

CMYK: (40,65,0,81)
C40M65Y0K81 (40%, 65%, 0%, 81%)
(0.40 / 0.65 / 0.00 / 0.81)

CMYK percentages

%39.58
%64.58
%0
%81.18

Codes

Color #1D1130 in popluar color models

1D 11 30
RGB 29 17 48
HSL 263° 47.69% 12.75%
HSB/HSV 263° 64.58% 18.82%
CMYK 39.58% 64.58% 0.00%
81.18%

Color #1D1130 in popluar number systems.

HEX 1D 11 30
Decimal 29 17 48
Binary 11101 10001 110000
Octal 35 21 60

Shades and tints

Shades of #1D1130

#1D1130
(29,17,48)
#1B102C
(27,16,44)
#190F28
(25,15,40)
#170E24
(23,14,36)
#150D20
(21,13,32)
#130C1C
(19,12,28)
#110B18
(17,11,24)
#0F0A14
(15,10,20)
#0D0910
(13,9,16)
#0B080C
(11,8,12)
#090708
(9,7,8)
#000000
(0,0,0)

Tints of #1D1130

#1D1130
(29,17,48)
#312642
(49,38,66)
#453B54
(69,59,84)
#595066
(89,80,102)
#6D6578
(109,101,120)
#817A8A
(129,122,138)
#958F9C
(149,143,156)
#A9A4AE
(169,164,174)
#BDB9C0
(189,185,192)
#D1CED2
(209,206,210)
#E5E3E4
(229,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D1130 color. Also use rgb(29,17,48) instead hex code.

Text Font Color

.myTextColor { color: #1D1130; }

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

This text font color is #1D1130.

Background Color

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

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

This div background color is #1D1130.

Border color

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

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

This div border color is #1D1130.

Opacity

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

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

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

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

This text has shadow with #1D1130 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D1130.

Preview

Color preview on black background

This text has color #1D1130 on black background.


Color preview on white background

This text has color #1D1130 on white background.


Black color preview on #1D1130 background

This text has black color on #1D1130 background.


White color preview on #1D1130 background

This text has white color on #1D1130 background.


Related colors

Complementary color

Complementary color for #hex is #E2EECF.


I love getcolorcode.com

Triadic colors

1 #301D11 and #11301D with #1D1130 are triadic colors.

2 #30111D and #111D30 with #1D1130 are triadic colors.