COLOR #231F29

HEX: #231F29
RGB: (35,31,41)

Color info

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

RGB color model

#231F29 color RGB value is (35,31,41).

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

RGB channels and saturation

R 35 of 255 = 14%
G 31 of 255 = 12%
B 41 of 255 = 16%

35
31
41

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

Portions of RGB colors in percentages

R + G + B =
35 + 31 + 41 = 107 (100%)
R 35 of 107 ~ 32.71%
G 31 of 107 ~ 28.97%
B 41 of 107 ~ 38.32%

%32.71
%28.97
%38.32

CMYK color model

#231F29 color CMYK value is (15,24,0,84).

  • cyan value is 14.63%
  • magenta value is 24.39%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(15,24,0,84)
C15M24Y0K84 
(15%,24%,0%,84%)
(0.15/0.24/0.00/0.84)	

CMYK percentages

%14.63
%24.39
%0
%83.92

Codes

Color #231F29 in popluar color models

231F29
RGB353141
HSL264°13.89%14.12%
HSB/HSV264°24.39%16.08%
CMYK14.63%24.39%0.00%
83.92%

Color #231F29 in popluar number systems.

HEX231F29
Decimal353141
Binary10001111111101001
Octal433751

Shades and tints

Shades of #231F29

#231F29
(35,31,41)
#201D26
(32,29,38)
#1D1B23
(29,27,35)
#1A1920
(26,25,32)
#17171D
(23,23,29)
#14151A
(20,21,26)
#111317
(17,19,23)
#0E1114
(14,17,20)
#0B0F11
(11,15,17)
#080D0E
(8,13,14)
#050B0B
(5,11,11)
#000000
(0,0,0)

Tints of #231F29

#231F29
(35,31,41)
#37333C
(55,51,60)
#4B474F
(75,71,79)
#5F5B62
(95,91,98)
#736F75
(115,111,117)
#878388
(135,131,136)
#9B979B
(155,151,155)
#AFABAE
(175,171,174)
#C3BFC1
(195,191,193)
#D7D3D4
(215,211,212)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #231F29; }

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

This text font color is #231F29.


Background Color

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

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

This div background color is #231F29.


Border color

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

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

This div border color is #231F29.


Opacity

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

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

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

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

This text has shadow with #231F29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #231F29 on black background.


Color preview on white background

This text has color #231F29 on white background.



Black color preview on #231F29 background

This text has black color on #231F29 background.


White color preview on #231F29 background

This text has white color on #231F29 background.