COLOR #231B1D

HEX: #231B1D RGB: (35,27,29)

Color info

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

RGB color model

#231B1D color RGB value is (35,27,29).

RGB: (35,27,29) (14%, 11%, 11%)

RGB channels and saturation

R 35 of 255 = 14%
G 27 of 255 = 11%
B 29 of 255 = 11%

35
27
29

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

Portions of RGB colors in percentages

R + G + B = 35 + 27 + 29 = 91 (100%)
R 35 of 91 ~ 38.46%
G 27 of 91 ~ 29.67%
B 29 of 91 ~ 31.87'%

%38.46
%29.67
%31.87

CMYK color model

#231B1D color CMYK value is (0,23,17,86).

  • cyan value is 0.00%
  • magenta value is 22.86%
  • yellow value is 17.14%
  • key color value is 86.27%

CMYK: (0,23,17,86)
C0M23Y17K86 (0%, 23%, 17%, 86%)
(0.00 / 0.23 / 0.17 / 0.86)

CMYK percentages

%0
%22.86
%17.14
%86.27

Codes

Color #231B1D in popluar color models

23 1B 1D
RGB 35 27 29
HSL 345° 12.90% 12.16%
HSB/HSV 345° 22.86% 13.73%
CMYK 0.00% 22.86% 17.14%
86.27%

Color #231B1D in popluar number systems.

HEX 23 1B 1D
Decimal 35 27 29
Binary 100011 11011 11101
Octal 43 33 35

Shades and tints

Shades of #231B1D

#231B1D
(35,27,29)
#20191B
(32,25,27)
#1D1719
(29,23,25)
#1A1517
(26,21,23)
#171315
(23,19,21)
#141113
(20,17,19)
#110F11
(17,15,17)
#0E0D0F
(14,13,15)
#0B0B0D
(11,11,13)
#08090B
(8,9,11)
#050709
(5,7,9)
#000000
(0,0,0)

Tints of #231B1D

#231B1D
(35,27,29)
#372F31
(55,47,49)
#4B4345
(75,67,69)
#5F5759
(95,87,89)
#736B6D
(115,107,109)
#877F81
(135,127,129)
#9B9395
(155,147,149)
#AFA7A9
(175,167,169)
#C3BBBD
(195,187,189)
#D7CFD1
(215,207,209)
#EBE3E5
(235,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #231B1D; }

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

This text font color is #231B1D.

Background Color

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

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

This div background color is #231B1D.

Border color

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

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

This div border color is #231B1D.

Opacity

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

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

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

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

This text has shadow with #231B1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #231B1D.

Preview

Color preview on black background

This text has color #231B1D on black background.


Color preview on white background

This text has color #231B1D on white background.


Black color preview on #231B1D background

This text has black color on #231B1D background.


White color preview on #231B1D background

This text has white color on #231B1D background.


Related colors

Complementary color

Complementary color for #hex is #DCE4E2.


I love getcolorcode.com

Triadic colors

1 #1D231B and #1B1D23 with #231B1D are triadic colors.

2 #1D1B23 and #1B231D with #231B1D are triadic colors.