COLOR #231C1D

HEX: #231C1D
RGB: (35,28,29)

Color info

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

RGB color model

#231C1D color RGB value is (35,28,29).

  • red value is 35;
  • green value is 28;
  • blue value is 29.
RGB:
(35,28,29)
(14%,11%,11%)

RGB channels and saturation

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

35
28
29

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

Portions of RGB colors in percentages

R + G + B =
35 + 28 + 29 = 92 (100%)
R 35 of 92 ~ 38.04%
G 28 of 92 ~ 30.43%
B 29 of 92 ~ 31.52%

%38.04
%30.43
%31.52

CMYK color model

#231C1D color CMYK value is (0,20,17,86).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 17.14%
  • key color value is 86.27%
CMYK:
(0,20,17,86)
C0M20Y17K86 
(0%,20%,17%,86%)
(0.00/0.20/0.17/0.86)	

CMYK percentages

%0
%20
%17.14
%86.27

Codes

Color #231C1D in popluar color models

231C1D
RGB352829
HSL351°11.11%12.35%
HSB/HSV351°20.00%13.73%
CMYK0.00%20.00%17.14%
86.27%

Color #231C1D in popluar number systems.

HEX231C1D
Decimal352829
Binary1000111110011101
Octal433435

Shades and tints

Shades of #231C1D

#231C1D
(35,28,29)
#201A1B
(32,26,27)
#1D1819
(29,24,25)
#1A1617
(26,22,23)
#171415
(23,20,21)
#141213
(20,18,19)
#111011
(17,16,17)
#0E0E0F
(14,14,15)
#0B0C0D
(11,12,13)
#080A0B
(8,10,11)
#050809
(5,8,9)
#000000
(0,0,0)

Tints of #231C1D

#231C1D
(35,28,29)
#373031
(55,48,49)
#4B4445
(75,68,69)
#5F5859
(95,88,89)
#736C6D
(115,108,109)
#878081
(135,128,129)
#9B9495
(155,148,149)
#AFA8A9
(175,168,169)
#C3BCBD
(195,188,189)
#D7D0D1
(215,208,209)
#EBE4E5
(235,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #231C1D; }

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

This text font color is #231C1D.


Background Color

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

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

This div background color is #231C1D.


Border color

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

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

This div border color is #231C1D.


Opacity

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

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

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

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

This text has shadow with #231C1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #231C1D on black background.


Color preview on white background

This text has color #231C1D on white background.



Black color preview on #231C1D background

This text has black color on #231C1D background.


White color preview on #231C1D background

This text has white color on #231C1D background.