COLOR #1D1333

HEX: #1D1333
RGB: (29,19,51)

Color info

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

RGB color model

#1D1333 color RGB value is (29,19,51).

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

RGB channels and saturation

R 29 of 255 = 11%
G 19 of 255 = 7%
B 51 of 255 = 20%

29
19
51

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

Portions of RGB colors in percentages

R + G + B =
29 + 19 + 51 = 99 (100%)
R 29 of 99 ~ 29.29%
G 19 of 99 ~ 19.19%
B 51 of 99 ~ 51.52%

%29.29
%19.19
%51.52

CMYK color model

#1D1333 color CMYK value is (43,63,0,80).

  • cyan value is 43.14%
  • magenta value is 62.75%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(43,63,0,80)
C43M63Y0K80 
(43%,63%,0%,80%)
(0.43/0.63/0.00/0.80)	

CMYK percentages

%43.14
%62.75
%0
%80

Codes

Color #1D1333 in popluar color models

1D1333
RGB291951
HSL259°45.71%13.73%
HSB/HSV259°62.75%20.00%
CMYK43.14%62.75%0.00%
80.00%

Color #1D1333 in popluar number systems.

HEX1D1333
Decimal291951
Binary1110110011110011
Octal352363

Shades and tints

Shades of #1D1333

#1D1333
(29,19,51)
#1B122F
(27,18,47)
#19112B
(25,17,43)
#171027
(23,16,39)
#150F23
(21,15,35)
#130E1F
(19,14,31)
#110D1B
(17,13,27)
#0F0C17
(15,12,23)
#0D0B13
(13,11,19)
#0B0A0F
(11,10,15)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #1D1333

#1D1333
(29,19,51)
#312845
(49,40,69)
#453D57
(69,61,87)
#595269
(89,82,105)
#6D677B
(109,103,123)
#817C8D
(129,124,141)
#95919F
(149,145,159)
#A9A6B1
(169,166,177)
#BDBBC3
(189,187,195)
#D1D0D5
(209,208,213)
#E5E5E7
(229,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D1333; }

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

This text font color is #1D1333.


Background Color

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

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

This div background color is #1D1333.


Border color

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

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

This div border color is #1D1333.


Opacity

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

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

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

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

This text has shadow with #1D1333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D1333 on black background.


Color preview on white background

This text has color #1D1333 on white background.



Black color preview on #1D1333 background

This text has black color on #1D1333 background.


White color preview on #1D1333 background

This text has white color on #1D1333 background.