COLOR #231B1C

HEX: #231B1C
RGB: (35,27,28)

Color info

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

RGB color model

#231B1C color RGB value is (35,27,28).

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

RGB channels and saturation

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

35
27
28

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

Portions of RGB colors in percentages

R + G + B =
35 + 27 + 28 = 90 (100%)
R 35 of 90 ~ 38.89%
G 27 of 90 ~ 30%
B 28 of 90 ~ 31.11%

%38.89
%30
%31.11

CMYK color model

#231B1C color CMYK value is (0,23,20,86).

  • cyan value is 0.00%
  • magenta value is 22.86%
  • yellow value is 20.00%
  • key color value is 86.27%
CMYK:
(0,23,20,86)
C0M23Y20K86 
(0%,23%,20%,86%)
(0.00/0.23/0.20/0.86)	

CMYK percentages

%0
%22.86
%20
%86.27

Codes

Color #231B1C in popluar color models

231B1C
RGB352728
HSL353°12.90%12.16%
HSB/HSV353°22.86%13.73%
CMYK0.00%22.86%20.00%
86.27%

Color #231B1C in popluar number systems.

HEX231B1C
Decimal352728
Binary1000111101111100
Octal433334

Shades and tints

Shades of #231B1C

#231B1C
(35,27,28)
#20191A
(32,25,26)
#1D1718
(29,23,24)
#1A1516
(26,21,22)
#171314
(23,19,20)
#141112
(20,17,18)
#110F10
(17,15,16)
#0E0D0E
(14,13,14)
#0B0B0C
(11,11,12)
#08090A
(8,9,10)
#050708
(5,7,8)
#000000
(0,0,0)

Tints of #231B1C

#231B1C
(35,27,28)
#372F30
(55,47,48)
#4B4344
(75,67,68)
#5F5758
(95,87,88)
#736B6C
(115,107,108)
#877F80
(135,127,128)
#9B9394
(155,147,148)
#AFA7A8
(175,167,168)
#C3BBBC
(195,187,188)
#D7CFD0
(215,207,208)
#EBE3E4
(235,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #231B1C; }

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

This text font color is #231B1C.


Background Color

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

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

This div background color is #231B1C.


Border color

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

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

This div border color is #231B1C.


Opacity

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

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

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

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

This text has shadow with #231B1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #231B1C on black background.


Color preview on white background

This text has color #231B1C on white background.



Black color preview on #231B1C background

This text has black color on #231B1C background.


White color preview on #231B1C background

This text has white color on #231B1C background.