COLOR #231B2B

HEX: #231B2B
RGB: (35,27,43)

Color info

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

RGB color model

#231B2B color RGB value is (35,27,43).

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

RGB channels and saturation

R 35 of 255 = 14%
G 27 of 255 = 11%
B 43 of 255 = 17%

35
27
43

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

Portions of RGB colors in percentages

R + G + B =
35 + 27 + 43 = 105 (100%)
R 35 of 105 ~ 33.33%
G 27 of 105 ~ 25.71%
B 43 of 105 ~ 40.95%

%33.33
%25.71
%40.95

CMYK color model

#231B2B color CMYK value is (19,37,0,83).

  • cyan value is 18.60%
  • magenta value is 37.21%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(19,37,0,83)
C19M37Y0K83 
(19%,37%,0%,83%)
(0.19/0.37/0.00/0.83)	

CMYK percentages

%18.6
%37.21
%0
%83.14

Codes

Color #231B2B in popluar color models

231B2B
RGB352743
HSL270°22.86%13.73%
HSB/HSV270°37.21%16.86%
CMYK18.60%37.21%0.00%
83.14%

Color #231B2B in popluar number systems.

HEX231B2B
Decimal352743
Binary10001111011101011
Octal433353

Shades and tints

Shades of #231B2B

#231B2B
(35,27,43)
#201928
(32,25,40)
#1D1725
(29,23,37)
#1A1522
(26,21,34)
#17131F
(23,19,31)
#14111C
(20,17,28)
#110F19
(17,15,25)
#0E0D16
(14,13,22)
#0B0B13
(11,11,19)
#080910
(8,9,16)
#05070D
(5,7,13)
#000000
(0,0,0)

Tints of #231B2B

#231B2B
(35,27,43)
#372F3E
(55,47,62)
#4B4351
(75,67,81)
#5F5764
(95,87,100)
#736B77
(115,107,119)
#877F8A
(135,127,138)
#9B939D
(155,147,157)
#AFA7B0
(175,167,176)
#C3BBC3
(195,187,195)
#D7CFD6
(215,207,214)
#EBE3E9
(235,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #231B2B; }

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

This text font color is #231B2B.


Background Color

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

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

This div background color is #231B2B.


Border color

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

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

This div border color is #231B2B.


Opacity

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

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

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

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

This text has shadow with #231B2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #231B2B on black background.


Color preview on white background

This text has color #231B2B on white background.



Black color preview on #231B2B background

This text has black color on #231B2B background.


White color preview on #231B2B background

This text has white color on #231B2B background.