COLOR #240529

HEX: #240529
RGB: (36,5,41)

Color info

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

RGB color model

#240529 color RGB value is (36,5,41).

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

RGB channels and saturation

R 36 of 255 = 14%
G 5 of 255 = 2%
B 41 of 255 = 16%

36
5
41

R + G + B ~ 11%. #240529 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 5 + 41 = 82 (100%)
R 36 of 82 ~ 43.9%
G 5 of 82 ~ 6.1%
B 41 of 82 ~ 50%

%43.9
%50

CMYK color model

#240529 color CMYK value is (12,88,0,84).

  • cyan value is 12.20%
  • magenta value is 87.80%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(12,88,0,84)
C12M88Y0K84 
(12%,88%,0%,84%)
(0.12/0.88/0.00/0.84)	

CMYK percentages

%12.2
%87.8
%0
%83.92

Codes

Color #240529 in popluar color models

240529
RGB36541
HSL292°78.26%9.02%
HSB/HSV292°87.80%16.08%
CMYK12.20%87.80%0.00%
83.92%

Color #240529 in popluar number systems.

HEX240529
Decimal36541
Binary100100101101001
Octal44551

Shades and tints

Shades of #240529

#240529
(36,5,41)
#210526
(33,5,38)
#1E0523
(30,5,35)
#1B0520
(27,5,32)
#18051D
(24,5,29)
#15051A
(21,5,26)
#120517
(18,5,23)
#0F0514
(15,5,20)
#0C0511
(12,5,17)
#09050E
(9,5,14)
#06050B
(6,5,11)
#000000
(0,0,0)

Tints of #240529

#240529
(36,5,41)
#371B3C
(55,27,60)
#4A314F
(74,49,79)
#5D4762
(93,71,98)
#705D75
(112,93,117)
#837388
(131,115,136)
#96899B
(150,137,155)
#A99FAE
(169,159,174)
#BCB5C1
(188,181,193)
#CFCBD4
(207,203,212)
#E2E1E7
(226,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #240529; }

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

This text font color is #240529.


Background Color

.myBgColor { background-color: #240529; }

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

This div background color is #240529.


Border color

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

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

This div border color is #240529.


Opacity

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

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

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

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

This text has shadow with #240529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240529 on black background.


Color preview on white background

This text has color #240529 on white background.



Black color preview on #240529 background

This text has black color on #240529 background.


White color preview on #240529 background

This text has white color on #240529 background.