COLOR #231C28

HEX: #231C28
RGB: (35,28,40)

Color info

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

RGB color model

#231C28 color RGB value is (35,28,40).

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

RGB channels and saturation

R 35 of 255 = 14%
G 28 of 255 = 11%
B 40 of 255 = 16%

35
28
40

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

Portions of RGB colors in percentages

R + G + B =
35 + 28 + 40 = 103 (100%)
R 35 of 103 ~ 33.98%
G 28 of 103 ~ 27.18%
B 40 of 103 ~ 38.83%

%33.98
%27.18
%38.83

CMYK color model

#231C28 color CMYK value is (13,30,0,84).

  • cyan value is 12.50%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(13,30,0,84)
C13M30Y0K84 
(13%,30%,0%,84%)
(0.13/0.30/0.00/0.84)	

CMYK percentages

%12.5
%30
%0
%84.31

Codes

Color #231C28 in popluar color models

231C28
RGB352840
HSL275°17.65%13.33%
HSB/HSV275°30.00%15.69%
CMYK12.50%30.00%0.00%
84.31%

Color #231C28 in popluar number systems.

HEX231C28
Decimal352840
Binary10001111100101000
Octal433450

Shades and tints

Shades of #231C28

#231C28
(35,28,40)
#201A25
(32,26,37)
#1D1822
(29,24,34)
#1A161F
(26,22,31)
#17141C
(23,20,28)
#141219
(20,18,25)
#111016
(17,16,22)
#0E0E13
(14,14,19)
#0B0C10
(11,12,16)
#080A0D
(8,10,13)
#05080A
(5,8,10)
#000000
(0,0,0)

Tints of #231C28

#231C28
(35,28,40)
#37303B
(55,48,59)
#4B444E
(75,68,78)
#5F5861
(95,88,97)
#736C74
(115,108,116)
#878087
(135,128,135)
#9B949A
(155,148,154)
#AFA8AD
(175,168,173)
#C3BCC0
(195,188,192)
#D7D0D3
(215,208,211)
#EBE4E6
(235,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #231C28; }

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

This text font color is #231C28.


Background Color

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

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

This div background color is #231C28.


Border color

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

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

This div border color is #231C28.


Opacity

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

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

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

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

This text has shadow with #231C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #231C28 on black background.


Color preview on white background

This text has color #231C28 on white background.



Black color preview on #231C28 background

This text has black color on #231C28 background.


White color preview on #231C28 background

This text has white color on #231C28 background.