COLOR #231429

HEX: #231429
RGB: (35,20,41)

Color info

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

RGB color model

#231429 color RGB value is (35,20,41).

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

RGB channels and saturation

R 35 of 255 = 14%
G 20 of 255 = 8%
B 41 of 255 = 16%

35
20
41

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

Portions of RGB colors in percentages

R + G + B =
35 + 20 + 41 = 96 (100%)
R 35 of 96 ~ 36.46%
G 20 of 96 ~ 20.83%
B 41 of 96 ~ 42.71%

%36.46
%20.83
%42.71

CMYK color model

#231429 color CMYK value is (15,51,0,84).

  • cyan value is 14.63%
  • magenta value is 51.22%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(15,51,0,84)
C15M51Y0K84 
(15%,51%,0%,84%)
(0.15/0.51/0.00/0.84)	

CMYK percentages

%14.63
%51.22
%0
%83.92

Codes

Color #231429 in popluar color models

231429
RGB352041
HSL283°34.43%11.96%
HSB/HSV283°51.22%16.08%
CMYK14.63%51.22%0.00%
83.92%

Color #231429 in popluar number systems.

HEX231429
Decimal352041
Binary10001110100101001
Octal432451

Shades and tints

Shades of #231429

#231429
(35,20,41)
#201326
(32,19,38)
#1D1223
(29,18,35)
#1A1120
(26,17,32)
#17101D
(23,16,29)
#140F1A
(20,15,26)
#110E17
(17,14,23)
#0E0D14
(14,13,20)
#0B0C11
(11,12,17)
#080B0E
(8,11,14)
#050A0B
(5,10,11)
#000000
(0,0,0)

Tints of #231429

#231429
(35,20,41)
#37293C
(55,41,60)
#4B3E4F
(75,62,79)
#5F5362
(95,83,98)
#736875
(115,104,117)
#877D88
(135,125,136)
#9B929B
(155,146,155)
#AFA7AE
(175,167,174)
#C3BCC1
(195,188,193)
#D7D1D4
(215,209,212)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #231429; }

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

This text font color is #231429.


Background Color

.myBgColor { background-color: #231429; }

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

This div background color is #231429.


Border color

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

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

This div border color is #231429.


Opacity

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

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

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

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

This text has shadow with #231429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #231429 on black background.


Color preview on white background

This text has color #231429 on white background.



Black color preview on #231429 background

This text has black color on #231429 background.


White color preview on #231429 background

This text has white color on #231429 background.