COLOR #240531

HEX: #240531
RGB: (36,5,49)

Color info

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

RGB color model

#240531 color RGB value is (36,5,49).

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

RGB channels and saturation

R 36 of 255 = 14%
G 5 of 255 = 2%
B 49 of 255 = 19%

36
5
49

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

Portions of RGB colors in percentages

R + G + B =
36 + 5 + 49 = 90 (100%)
R 36 of 90 ~ 40%
G 5 of 90 ~ 5.56%
B 49 of 90 ~ 54.44%

%40
%54.44

CMYK color model

#240531 color CMYK value is (27,90,0,81).

  • cyan value is 26.53%
  • magenta value is 89.80%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(27,90,0,81)
C27M90Y0K81 
(27%,90%,0%,81%)
(0.27/0.90/0.00/0.81)	

CMYK percentages

%26.53
%89.8
%0
%80.78

Codes

Color #240531 in popluar color models

240531
RGB36549
HSL282°81.48%10.59%
HSB/HSV282°89.80%19.22%
CMYK26.53%89.80%0.00%
80.78%

Color #240531 in popluar number systems.

HEX240531
Decimal36549
Binary100100101110001
Octal44561

Shades and tints

Shades of #240531

#240531
(36,5,49)
#21052D
(33,5,45)
#1E0529
(30,5,41)
#1B0525
(27,5,37)
#180521
(24,5,33)
#15051D
(21,5,29)
#120519
(18,5,25)
#0F0515
(15,5,21)
#0C0511
(12,5,17)
#09050D
(9,5,13)
#060509
(6,5,9)
#000000
(0,0,0)

Tints of #240531

#240531
(36,5,49)
#371B43
(55,27,67)
#4A3155
(74,49,85)
#5D4767
(93,71,103)
#705D79
(112,93,121)
#83738B
(131,115,139)
#96899D
(150,137,157)
#A99FAF
(169,159,175)
#BCB5C1
(188,181,193)
#CFCBD3
(207,203,211)
#E2E1E5
(226,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #240531; }

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

This text font color is #240531.


Background Color

.myBgColor { background-color: #240531; }

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

This div background color is #240531.


Border color

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

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

This div border color is #240531.


Opacity

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

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

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

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

This text has shadow with #240531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240531 on black background.


Color preview on white background

This text has color #240531 on white background.



Black color preview on #240531 background

This text has black color on #240531 background.


White color preview on #240531 background

This text has white color on #240531 background.