COLOR #241431

HEX: #241431
RGB: (36,20,49)

Color info

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

RGB color model

#241431 color RGB value is (36,20,49).

  • red value is 36;
  • green value is 20;
  • blue value is 49.
RGB:
(36,20,49)
(14%,8%,19%)

RGB channels and saturation

R 36 of 255 = 14%
G 20 of 255 = 8%
B 49 of 255 = 19%

36
20
49

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

Portions of RGB colors in percentages

R + G + B =
36 + 20 + 49 = 105 (100%)
R 36 of 105 ~ 34.29%
G 20 of 105 ~ 19.05%
B 49 of 105 ~ 46.67%

%34.29
%19.05
%46.67

CMYK color model

#241431 color CMYK value is (27,59,0,81).

  • cyan value is 26.53%
  • magenta value is 59.18%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(27,59,0,81)
C27M59Y0K81 
(27%,59%,0%,81%)
(0.27/0.59/0.00/0.81)	

CMYK percentages

%26.53
%59.18
%0
%80.78

Codes

Color #241431 in popluar color models

241431
RGB362049
HSL273°42.03%13.53%
HSB/HSV273°59.18%19.22%
CMYK26.53%59.18%0.00%
80.78%

Color #241431 in popluar number systems.

HEX241431
Decimal362049
Binary10010010100110001
Octal442461

Shades and tints

Shades of #241431

#241431
(36,20,49)
#21132D
(33,19,45)
#1E1229
(30,18,41)
#1B1125
(27,17,37)
#181021
(24,16,33)
#150F1D
(21,15,29)
#120E19
(18,14,25)
#0F0D15
(15,13,21)
#0C0C11
(12,12,17)
#090B0D
(9,11,13)
#060A09
(6,10,9)
#000000
(0,0,0)

Tints of #241431

#241431
(36,20,49)
#372943
(55,41,67)
#4A3E55
(74,62,85)
#5D5367
(93,83,103)
#706879
(112,104,121)
#837D8B
(131,125,139)
#96929D
(150,146,157)
#A9A7AF
(169,167,175)
#BCBCC1
(188,188,193)
#CFD1D3
(207,209,211)
#E2E6E5
(226,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #241431 color. Also use rgb(36,20,49) instead hex code.

Text Font Color

.myTextColor { color: #241431; }

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

This text font color is #241431.


Background Color

.myBgColor { background-color: #241431; }

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

This div background color is #241431.


Border color

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

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

This div border color is #241431.


Opacity

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

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

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

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

This text has shadow with #241431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241431 on black background.


Color preview on white background

This text has color #241431 on white background.



Black color preview on #241431 background

This text has black color on #241431 background.


White color preview on #241431 background

This text has white color on #241431 background.