COLOR #231B14

HEX: #231B14
RGB: (35,27,20)

Color info

#231B14 contains red, green and blue colors in about the same proportion. Web safe color of #231B14 is #333300 (or #330).

RGB color model

#231B14 color RGB value is (35,27,20).

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

RGB channels and saturation

R 35 of 255 = 14%
G 27 of 255 = 11%
B 20 of 255 = 8%

35
27
20

R + G + B ~ 11%. #231B14 is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 27 + 20 = 82 (100%)
R 35 of 82 ~ 42.68%
G 27 of 82 ~ 32.93%
B 20 of 82 ~ 24.39%

%42.68
%32.93
%24.39

CMYK color model

#231B14 color CMYK value is (0,23,43,86).

  • cyan value is 0.00%
  • magenta value is 22.86%
  • yellow value is 42.86%
  • key color value is 86.27%
CMYK:
(0,23,43,86)
C0M23Y43K86 
(0%,23%,43%,86%)
(0.00/0.23/0.43/0.86)	

CMYK percentages

%0
%22.86
%42.86
%86.27

Codes

Color #231B14 in popluar color models

231B14
RGB352720
HSL28°27.27%10.78%
HSB/HSV28°42.86%13.73%
CMYK0.00%22.86%42.86%
86.27%

Color #231B14 in popluar number systems.

HEX231B14
Decimal352720
Binary1000111101110100
Octal433324

Shades and tints

Shades of #231B14

#231B14
(35,27,20)
#201913
(32,25,19)
#1D1712
(29,23,18)
#1A1511
(26,21,17)
#171310
(23,19,16)
#14110F
(20,17,15)
#110F0E
(17,15,14)
#0E0D0D
(14,13,13)
#0B0B0C
(11,11,12)
#08090B
(8,9,11)
#05070A
(5,7,10)
#000000
(0,0,0)

Tints of #231B14

#231B14
(35,27,20)
#372F29
(55,47,41)
#4B433E
(75,67,62)
#5F5753
(95,87,83)
#736B68
(115,107,104)
#877F7D
(135,127,125)
#9B9392
(155,147,146)
#AFA7A7
(175,167,167)
#C3BBBC
(195,187,188)
#D7CFD1
(215,207,209)
#EBE3E6
(235,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #231B14; }

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

This text font color is #231B14.


Background Color

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

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

This div background color is #231B14.


Border color

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

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

This div border color is #231B14.


Opacity

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

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

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

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

This text has shadow with #231B14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #231B14 on black background.


Color preview on white background

This text has color #231B14 on white background.



Black color preview on #231B14 background

This text has black color on #231B14 background.


White color preview on #231B14 background

This text has white color on #231B14 background.