COLOR #1D0B19

HEX: #1D0B19
RGB: (29,11,25)

Color info

#1D0B19 contains red, green and blue colors in about the same proportion. Web safe color of #1D0B19 is #330000 (or #300).

RGB color model

#1D0B19 color RGB value is (29,11,25).

  • red value is 29;
  • green value is 11;
  • blue value is 25.
RGB:
(29,11,25)
(11%,4%,10%)

RGB channels and saturation

R 29 of 255 = 11%
G 11 of 255 = 4%
B 25 of 255 = 10%

29
11
25

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

Portions of RGB colors in percentages

R + G + B =
29 + 11 + 25 = 65 (100%)
R 29 of 65 ~ 44.62%
G 11 of 65 ~ 16.92%
B 25 of 65 ~ 38.46%

%44.62
%16.92
%38.46

CMYK color model

#1D0B19 color CMYK value is (0,62,14,89).

  • cyan value is 0.00%
  • magenta value is 62.07%
  • yellow value is 13.79%
  • key color value is 88.63%
CMYK:
(0,62,14,89)
C0M62Y14K89 
(0%,62%,14%,89%)
(0.00/0.62/0.14/0.89)	

CMYK percentages

%0
%62.07
%13.79
%88.63

Codes

Color #1D0B19 in popluar color models

1D0B19
RGB291125
HSL313°45.00%7.84%
HSB/HSV313°62.07%11.37%
CMYK0.00%62.07%13.79%
88.63%

Color #1D0B19 in popluar number systems.

HEX1D0B19
Decimal291125
Binary11101101111001
Octal351331

Shades and tints

Shades of #1D0B19

#1D0B19
(29,11,25)
#1B0A17
(27,10,23)
#190915
(25,9,21)
#170813
(23,8,19)
#150711
(21,7,17)
#13060F
(19,6,15)
#11050D
(17,5,13)
#0F040B
(15,4,11)
#0D0309
(13,3,9)
#0B0207
(11,2,7)
#090105
(9,1,5)
#000000
(0,0,0)

Tints of #1D0B19

#1D0B19
(29,11,25)
#31212D
(49,33,45)
#453741
(69,55,65)
#594D55
(89,77,85)
#6D6369
(109,99,105)
#81797D
(129,121,125)
#958F91
(149,143,145)
#A9A5A5
(169,165,165)
#BDBBB9
(189,187,185)
#D1D1CD
(209,209,205)
#E5E7E1
(229,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D0B19 color. Also use rgb(29,11,25) instead hex code.

Text Font Color

.myTextColor { color: #1D0B19; }

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

This text font color is #1D0B19.


Background Color

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

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

This div background color is #1D0B19.


Border color

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

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

This div border color is #1D0B19.


Opacity

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

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

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

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

This text has shadow with #1D0B19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D0B19 on black background.


Color preview on white background

This text has color #1D0B19 on white background.



Black color preview on #1D0B19 background

This text has black color on #1D0B19 background.


White color preview on #1D0B19 background

This text has white color on #1D0B19 background.