COLOR #231829

HEX: #231829
RGB: (35,24,41)

Color info

#231829 contains red, green and blue colors in about the same proportion. Web safe color of #231829 is #330033 (or #303).

RGB color model

#231829 color RGB value is (35,24,41).

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

RGB channels and saturation

R 35 of 255 = 14%
G 24 of 255 = 9%
B 41 of 255 = 16%

35
24
41

R + G + B ~ 13%. #231829 is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 24 + 41 = 100 (100%)
R 35 of 100 ~ 35%
G 24 of 100 ~ 24%
B 41 of 100 ~ 41%

%35
%24
%41

CMYK color model

#231829 color CMYK value is (15,41,0,84).

  • cyan value is 14.63%
  • magenta value is 41.46%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(15,41,0,84)
C15M41Y0K84 
(15%,41%,0%,84%)
(0.15/0.41/0.00/0.84)	

CMYK percentages

%14.63
%41.46
%0
%83.92

Codes

Color #231829 in popluar color models

231829
RGB352441
HSL279°26.15%12.75%
HSB/HSV279°41.46%16.08%
CMYK14.63%41.46%0.00%
83.92%

Color #231829 in popluar number systems.

HEX231829
Decimal352441
Binary10001111000101001
Octal433051

Shades and tints

Shades of #231829

#231829
(35,24,41)
#201626
(32,22,38)
#1D1423
(29,20,35)
#1A1220
(26,18,32)
#17101D
(23,16,29)
#140E1A
(20,14,26)
#110C17
(17,12,23)
#0E0A14
(14,10,20)
#0B0811
(11,8,17)
#08060E
(8,6,14)
#05040B
(5,4,11)
#000000
(0,0,0)

Tints of #231829

#231829
(35,24,41)
#372D3C
(55,45,60)
#4B424F
(75,66,79)
#5F5762
(95,87,98)
#736C75
(115,108,117)
#878188
(135,129,136)
#9B969B
(155,150,155)
#AFABAE
(175,171,174)
#C3C0C1
(195,192,193)
#D7D5D4
(215,213,212)
#EBEAE7
(235,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #231829; }

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

This text font color is #231829.


Background Color

.myBgColor { background-color: #231829; }

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

This div background color is #231829.


Border color

.myBorderColor { border: 1px solid #231829; }

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

This div border color is #231829.


Opacity

.myOpacity80 { color: #231829; opacity: 0.8; }

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

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

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

This text has shadow with #231829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #231829 on black background.


Color preview on white background

This text has color #231829 on white background.



Black color preview on #231829 background

This text has black color on #231829 background.


White color preview on #231829 background

This text has white color on #231829 background.