COLOR #231D29

HEX: #231D29 RGB: (35,29,41)

Color info

#231D29 contains red, green and blue colors in about the same proportion. Web safe color of #231D29 is #333333 (or #333).

RGB color model

#231D29 color RGB value is (35,29,41).

RGB: (35,29,41) (14%, 11%, 16%)

RGB channels and saturation

R 35 of 255 = 14%
G 29 of 255 = 11%
B 41 of 255 = 16%

35
29
41

R + G + B ~ 14%. #231D29 is dark color.

Portions of RGB colors in percentages

R + G + B = 35 + 29 + 41 = 105 (100%)
R 35 of 105 ~ 33.33%
G 29 of 105 ~ 27.62%
B 41 of 105 ~ 39.05'%

%33.33
%27.62
%39.05

CMYK color model

#231D29 color CMYK value is (15,29,0,84).

  • cyan value is 14.63%
  • magenta value is 29.27%
  • yellow value is 0.00%
  • key color value is 83.92%

CMYK: (15,29,0,84)
C15M29Y0K84 (15%, 29%, 0%, 84%)
(0.15 / 0.29 / 0.00 / 0.84)

CMYK percentages

%14.63
%29.27
%0
%83.92

Codes

Color #231D29 in popluar color models

23 1D 29
RGB 35 29 41
HSL 270° 17.14% 13.73%
HSB/HSV 270° 29.27% 16.08%
CMYK 14.63% 29.27% 0.00%
83.92%

Color #231D29 in popluar number systems.

HEX 23 1D 29
Decimal 35 29 41
Binary 100011 11101 101001
Octal 43 35 51

Shades and tints

Shades of #231D29

#231D29
(35,29,41)
#201B26
(32,27,38)
#1D1923
(29,25,35)
#1A1720
(26,23,32)
#17151D
(23,21,29)
#14131A
(20,19,26)
#111117
(17,17,23)
#0E0F14
(14,15,20)
#0B0D11
(11,13,17)
#080B0E
(8,11,14)
#05090B
(5,9,11)
#000000
(0,0,0)

Tints of #231D29

#231D29
(35,29,41)
#37313C
(55,49,60)
#4B454F
(75,69,79)
#5F5962
(95,89,98)
#736D75
(115,109,117)
#878188
(135,129,136)
#9B959B
(155,149,155)
#AFA9AE
(175,169,174)
#C3BDC1
(195,189,193)
#D7D1D4
(215,209,212)
#EBE5E7
(235,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #231D29 color. Also use rgb(35,29,41) instead hex code.

Text Font Color

.myTextColor { color: #231D29; }

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

This text font color is #231D29.

Background Color

.myBgColor { background-color: #231D29; }

<div style="background-color:#231D29">Inner text</div>

This div background color is #231D29.

Border color

.myBorderColor { border: 1px solid #231D29; }

<div style="border:3px solid #231D29">Div</div>

This div border color is #231D29.

Opacity

.myOpacity80 { color: #231D29; opacity: 0.8; }

<p style="color:#231D29;opacity:0.8;">80%</p>

Text with #231D29 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 #231D29;}

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

This text has shadow with #231D29 color.


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

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

This text has shadow with #231D29 primary color and red secondary color.


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

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

This text has shadow with #231D29 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #231D29.

Preview

Color preview on black background

This text has color #231D29 on black background.


Color preview on white background

This text has color #231D29 on white background.


Black color preview on #231D29 background

This text has black color on #231D29 background.


White color preview on #231D29 background

This text has white color on #231D29 background.


Related colors

Complementary color

Complementary color for #hex is #DCE2D6.


I love getcolorcode.com

Triadic colors

1 #29231D and #1D2923 with #231D29 are triadic colors.

2 #291D23 and #1D2329 with #231D29 are triadic colors.