COLOR #1D081B

HEX: #1D081B
RGB: (29,8,27)

Color info

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

RGB color model

#1D081B color RGB value is (29,8,27).

  • red value is 29;
  • green value is 8;
  • blue value is 27.
RGB:
(29,8,27)
(11%,3%,11%)

RGB channels and saturation

R 29 of 255 = 11%
G 8 of 255 = 3%
B 27 of 255 = 11%

29
8
27

R + G + B ~ 8%. #1D081B is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 8 + 27 = 64 (100%)
R 29 of 64 ~ 45.31%
G 8 of 64 ~ 12.5%
B 27 of 64 ~ 42.19%

%45.31
%12.5
%42.19

CMYK color model

#1D081B color CMYK value is (0,72,7,89).

  • cyan value is 0.00%
  • magenta value is 72.41%
  • yellow value is 6.90%
  • key color value is 88.63%
CMYK:
(0,72,7,89)
C0M72Y7K89 
(0%,72%,7%,89%)
(0.00/0.72/0.07/0.89)	

CMYK percentages

%0
%72.41
%6.9
%88.63

Codes

Color #1D081B in popluar color models

1D081B
RGB29827
HSL306°56.76%7.25%
HSB/HSV306°72.41%11.37%
CMYK0.00%72.41%6.90%
88.63%

Color #1D081B in popluar number systems.

HEX1D081B
Decimal29827
Binary11101100011011
Octal351033

Shades and tints

Shades of #1D081B

#1D081B
(29,8,27)
#1B0819
(27,8,25)
#190817
(25,8,23)
#170815
(23,8,21)
#150813
(21,8,19)
#130811
(19,8,17)
#11080F
(17,8,15)
#0F080D
(15,8,13)
#0D080B
(13,8,11)
#0B0809
(11,8,9)
#090807
(9,8,7)
#000000
(0,0,0)

Tints of #1D081B

#1D081B
(29,8,27)
#311E2F
(49,30,47)
#453443
(69,52,67)
#594A57
(89,74,87)
#6D606B
(109,96,107)
#81767F
(129,118,127)
#958C93
(149,140,147)
#A9A2A7
(169,162,167)
#BDB8BB
(189,184,187)
#D1CECF
(209,206,207)
#E5E4E3
(229,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D081B color. Also use rgb(29,8,27) instead hex code.

Text Font Color

.myTextColor { color: #1D081B; }

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

This text font color is #1D081B.


Background Color

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

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

This div background color is #1D081B.


Border color

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

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

This div border color is #1D081B.


Opacity

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

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

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

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

This text has shadow with #1D081B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D081B on black background.


Color preview on white background

This text has color #1D081B on white background.



Black color preview on #1D081B background

This text has black color on #1D081B background.


White color preview on #1D081B background

This text has white color on #1D081B background.