COLOR #231F1D

HEX: #231F1D
RGB: (35,31,29)

Color info

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

RGB color model

#231F1D color RGB value is (35,31,29).

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

RGB channels and saturation

R 35 of 255 = 14%
G 31 of 255 = 12%
B 29 of 255 = 11%

35
31
29

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

Portions of RGB colors in percentages

R + G + B =
35 + 31 + 29 = 95 (100%)
R 35 of 95 ~ 36.84%
G 31 of 95 ~ 32.63%
B 29 of 95 ~ 30.53%

%36.84
%32.63
%30.53

CMYK color model

#231F1D color CMYK value is (0,11,17,86).

  • cyan value is 0.00%
  • magenta value is 11.43%
  • yellow value is 17.14%
  • key color value is 86.27%
CMYK:
(0,11,17,86)
C0M11Y17K86 
(0%,11%,17%,86%)
(0.00/0.11/0.17/0.86)	

CMYK percentages

%0
%11.43
%17.14
%86.27

Codes

Color #231F1D in popluar color models

231F1D
RGB353129
HSL20°9.38%12.55%
HSB/HSV20°17.14%13.73%
CMYK0.00%11.43%17.14%
86.27%

Color #231F1D in popluar number systems.

HEX231F1D
Decimal353129
Binary1000111111111101
Octal433735

Shades and tints

Shades of #231F1D

#231F1D
(35,31,29)
#201D1B
(32,29,27)
#1D1B19
(29,27,25)
#1A1917
(26,25,23)
#171715
(23,23,21)
#141513
(20,21,19)
#111311
(17,19,17)
#0E110F
(14,17,15)
#0B0F0D
(11,15,13)
#080D0B
(8,13,11)
#050B09
(5,11,9)
#000000
(0,0,0)

Tints of #231F1D

#231F1D
(35,31,29)
#373331
(55,51,49)
#4B4745
(75,71,69)
#5F5B59
(95,91,89)
#736F6D
(115,111,109)
#878381
(135,131,129)
#9B9795
(155,151,149)
#AFABA9
(175,171,169)
#C3BFBD
(195,191,189)
#D7D3D1
(215,211,209)
#EBE7E5
(235,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #231F1D color. Also use rgb(35,31,29) instead hex code.

Text Font Color

.myTextColor { color: #231F1D; }

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

This text font color is #231F1D.


Background Color

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

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

This div background color is #231F1D.


Border color

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

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

This div border color is #231F1D.


Opacity

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

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

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

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

This text has shadow with #231F1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #231F1D on black background.


Color preview on white background

This text has color #231F1D on white background.



Black color preview on #231F1D background

This text has black color on #231F1D background.


White color preview on #231F1D background

This text has white color on #231F1D background.