COLOR #1D121B

HEX: #1D121B
RGB: (29,18,27)

Color info

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

RGB color model

#1D121B color RGB value is (29,18,27).

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

RGB channels and saturation

R 29 of 255 = 11%
G 18 of 255 = 7%
B 27 of 255 = 11%

29
18
27

R + G + B ~ 10%. #1D121B is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 18 + 27 = 74 (100%)
R 29 of 74 ~ 39.19%
G 18 of 74 ~ 24.32%
B 27 of 74 ~ 36.49%

%39.19
%24.32
%36.49

CMYK color model

#1D121B color CMYK value is (0,38,7,89).

  • cyan value is 0.00%
  • magenta value is 37.93%
  • yellow value is 6.90%
  • key color value is 88.63%
CMYK:
(0,38,7,89)
C0M38Y7K89 
(0%,38%,7%,89%)
(0.00/0.38/0.07/0.89)	

CMYK percentages

%0
%37.93
%6.9
%88.63

Codes

Color #1D121B in popluar color models

1D121B
RGB291827
HSL311°23.40%9.22%
HSB/HSV311°37.93%11.37%
CMYK0.00%37.93%6.90%
88.63%

Color #1D121B in popluar number systems.

HEX1D121B
Decimal291827
Binary111011001011011
Octal352233

Shades and tints

Shades of #1D121B

#1D121B
(29,18,27)
#1B1119
(27,17,25)
#191017
(25,16,23)
#170F15
(23,15,21)
#150E13
(21,14,19)
#130D11
(19,13,17)
#110C0F
(17,12,15)
#0F0B0D
(15,11,13)
#0D0A0B
(13,10,11)
#0B0909
(11,9,9)
#090807
(9,8,7)
#000000
(0,0,0)

Tints of #1D121B

#1D121B
(29,18,27)
#31272F
(49,39,47)
#453C43
(69,60,67)
#595157
(89,81,87)
#6D666B
(109,102,107)
#817B7F
(129,123,127)
#959093
(149,144,147)
#A9A5A7
(169,165,167)
#BDBABB
(189,186,187)
#D1CFCF
(209,207,207)
#E5E4E3
(229,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D121B; }

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

This text font color is #1D121B.


Background Color

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

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

This div background color is #1D121B.


Border color

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

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

This div border color is #1D121B.


Opacity

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

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

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

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

This text has shadow with #1D121B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D121B on black background.


Color preview on white background

This text has color #1D121B on white background.



Black color preview on #1D121B background

This text has black color on #1D121B background.


White color preview on #1D121B background

This text has white color on #1D121B background.