COLOR #231C1E

HEX: #231C1E
RGB: (35,28,30)

Color info

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

RGB color model

#231C1E color RGB value is (35,28,30).

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

RGB channels and saturation

R 35 of 255 = 14%
G 28 of 255 = 11%
B 30 of 255 = 12%

35
28
30

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

Portions of RGB colors in percentages

R + G + B =
35 + 28 + 30 = 93 (100%)
R 35 of 93 ~ 37.63%
G 28 of 93 ~ 30.11%
B 30 of 93 ~ 32.26%

%37.63
%30.11
%32.26

CMYK color model

#231C1E color CMYK value is (0,20,14,86).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 14.29%
  • key color value is 86.27%
CMYK:
(0,20,14,86)
C0M20Y14K86 
(0%,20%,14%,86%)
(0.00/0.20/0.14/0.86)	

CMYK percentages

%0
%20
%14.29
%86.27

Codes

Color #231C1E in popluar color models

231C1E
RGB352830
HSL343°11.11%12.35%
HSB/HSV343°20.00%13.73%
CMYK0.00%20.00%14.29%
86.27%

Color #231C1E in popluar number systems.

HEX231C1E
Decimal352830
Binary1000111110011110
Octal433436

Shades and tints

Shades of #231C1E

#231C1E
(35,28,30)
#201A1C
(32,26,28)
#1D181A
(29,24,26)
#1A1618
(26,22,24)
#171416
(23,20,22)
#141214
(20,18,20)
#111012
(17,16,18)
#0E0E10
(14,14,16)
#0B0C0E
(11,12,14)
#080A0C
(8,10,12)
#05080A
(5,8,10)
#000000
(0,0,0)

Tints of #231C1E

#231C1E
(35,28,30)
#373032
(55,48,50)
#4B4446
(75,68,70)
#5F585A
(95,88,90)
#736C6E
(115,108,110)
#878082
(135,128,130)
#9B9496
(155,148,150)
#AFA8AA
(175,168,170)
#C3BCBE
(195,188,190)
#D7D0D2
(215,208,210)
#EBE4E6
(235,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #231C1E; }

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

This text font color is #231C1E.


Background Color

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

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

This div background color is #231C1E.


Border color

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

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

This div border color is #231C1E.


Opacity

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

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

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

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

This text has shadow with #231C1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #231C1E on black background.


Color preview on white background

This text has color #231C1E on white background.



Black color preview on #231C1E background

This text has black color on #231C1E background.


White color preview on #231C1E background

This text has white color on #231C1E background.