COLOR #231D19

HEX: #231D19 RGB: (35,29,25)

Color info

#231D19 contains red, green and blue colors in about the same proportion. Web safe color of #231D19 is #333300 (or #330).

RGB color model

#231D19 color RGB value is (35,29,25).

RGB: (35,29,25) (14%, 11%, 10%)

RGB channels and saturation

R 35 of 255 = 14%
G 29 of 255 = 11%
B 25 of 255 = 10%

35
29
25

R + G + B ~ 12%. #231D19 is dark color.

Portions of RGB colors in percentages

R + G + B = 35 + 29 + 25 = 89 (100%)
R 35 of 89 ~ 39.33%
G 29 of 89 ~ 32.58%
B 25 of 89 ~ 28.09'%

%39.33
%32.58
%28.09

CMYK color model

#231D19 color CMYK value is (0,17,29,86).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 28.57%
  • key color value is 86.27%
CMYK: (0,17,29,86) C0M17Y29K86 (0%,17%,29%,86%) (0.00/0.17/0.29/0.86) 

CMYK percentages

%0
%17.14
%28.57
%86.27

Codes

Color #231D19 in popluar color models

23 1D 19
RGB 35 29 25
HSL 24° 16.67% 11.76%
HSB/HSV 24° 28.57% 13.73%
CMYK 0.00% 17.14% 28.57%
86.27%

Color #231D19 in popluar number systems.

HEX 23 1D 19
Decimal 35 29 25
Binary 100011 11101 11001
Octal 43 35 31

Shades and tints

Shades of #231D19

#231D19
(35,29,25)
#201B17
(32,27,23)
#1D1915
(29,25,21)
#1A1713
(26,23,19)
#171511
(23,21,17)
#14130F
(20,19,15)
#11110D
(17,17,13)
#0E0F0B
(14,15,11)
#0B0D09
(11,13,9)
#080B07
(8,11,7)
#050905
(5,9,5)
#000000
(0,0,0)

Tints of #231D19

#231D19
(35,29,25)
#37312D
(55,49,45)
#4B4541
(75,69,65)
#5F5955
(95,89,85)
#736D69
(115,109,105)
#87817D
(135,129,125)
#9B9591
(155,149,145)
#AFA9A5
(175,169,165)
#C3BDB9
(195,189,185)
#D7D1CD
(215,209,205)
#EBE5E1
(235,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #231D19; }

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

This text font color is #231D19.

Background Color

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

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

This div background color is #231D19.

Border color

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

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

This div border color is #231D19.

Opacity

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

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

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

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

This text has shadow with #231D19 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #231D19.

Preview

Color preview on black background

This text has color #231D19 on black background.


Color preview on white background

This text has color #231D19 on white background.


Black color preview on #231D19 background

This text has black color on #231D19 background.


White color preview on #231D19 background

This text has white color on #231D19 background.


Related colors

Complementary color

Complementary color for #hex is #DCE2E6.


I love getcolorcode.com

Triadic colors

1 #19231D and #1D1923 with #231D19 are triadic colors.

2 #191D23 and #1D2319 with #231D19 are triadic colors.