COLOR #240530

HEX: #240530
RGB: (36,5,48)

Color info

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

RGB color model

#240530 color RGB value is (36,5,48).

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

RGB channels and saturation

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

36
5
48

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

Portions of RGB colors in percentages

R + G + B =
36 + 5 + 48 = 89 (100%)
R 36 of 89 ~ 40.45%
G 5 of 89 ~ 5.62%
B 48 of 89 ~ 53.93%

%40.45
%53.93

CMYK color model

#240530 color CMYK value is (25,90,0,81).

  • cyan value is 25.00%
  • magenta value is 89.58%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(25,90,0,81)
C25M90Y0K81 
(25%,90%,0%,81%)
(0.25/0.90/0.00/0.81)	

CMYK percentages

%25
%89.58
%0
%81.18

Codes

Color #240530 in popluar color models

240530
RGB36548
HSL283°81.13%10.39%
HSB/HSV283°89.58%18.82%
CMYK25.00%89.58%0.00%
81.18%

Color #240530 in popluar number systems.

HEX240530
Decimal36548
Binary100100101110000
Octal44560

Shades and tints

Shades of #240530

#240530
(36,5,48)
#21052C
(33,5,44)
#1E0528
(30,5,40)
#1B0524
(27,5,36)
#180520
(24,5,32)
#15051C
(21,5,28)
#120518
(18,5,24)
#0F0514
(15,5,20)
#0C0510
(12,5,16)
#09050C
(9,5,12)
#060508
(6,5,8)
#000000
(0,0,0)

Tints of #240530

#240530
(36,5,48)
#371B42
(55,27,66)
#4A3154
(74,49,84)
#5D4766
(93,71,102)
#705D78
(112,93,120)
#83738A
(131,115,138)
#96899C
(150,137,156)
#A99FAE
(169,159,174)
#BCB5C0
(188,181,192)
#CFCBD2
(207,203,210)
#E2E1E4
(226,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #240530; }

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

This text font color is #240530.


Background Color

.myBgColor { background-color: #240530; }

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

This div background color is #240530.


Border color

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

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

This div border color is #240530.


Opacity

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

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

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

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

This text has shadow with #240530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240530 on black background.


Color preview on white background

This text has color #240530 on white background.



Black color preview on #240530 background

This text has black color on #240530 background.


White color preview on #240530 background

This text has white color on #240530 background.