COLOR #240510

HEX: #240510
RGB: (36,5,16)

Color info

#240510 contains red, green and blue colors in about the same proportion. Web safe color of #240510 is #330000 (or #300).

RGB color model

#240510 color RGB value is (36,5,16).

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

RGB channels and saturation

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

36
5
16

R + G + B ~ 7%. #240510 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 5 + 16 = 57 (100%)
R 36 of 57 ~ 63.16%
G 5 of 57 ~ 8.77%
B 16 of 57 ~ 28.07%

%63.16
%28.07

CMYK color model

#240510 color CMYK value is (0,86,56,86).

  • cyan value is 0.00%
  • magenta value is 86.11%
  • yellow value is 55.56%
  • key color value is 85.88%
CMYK:
(0,86,56,86)
C0M86Y56K86 
(0%,86%,56%,86%)
(0.00/0.86/0.56/0.86)	

CMYK percentages

%0
%86.11
%55.56
%85.88

Codes

Color #240510 in popluar color models

240510
RGB36516
HSL339°75.61%8.04%
HSB/HSV339°86.11%14.12%
CMYK0.00%86.11%55.56%
85.88%

Color #240510 in popluar number systems.

HEX240510
Decimal36516
Binary10010010110000
Octal44520

Shades and tints

Shades of #240510

#240510
(36,5,16)
#21050F
(33,5,15)
#1E050E
(30,5,14)
#1B050D
(27,5,13)
#18050C
(24,5,12)
#15050B
(21,5,11)
#12050A
(18,5,10)
#0F0509
(15,5,9)
#0C0508
(12,5,8)
#090507
(9,5,7)
#060506
(6,5,6)
#000000
(0,0,0)

Tints of #240510

#240510
(36,5,16)
#371B25
(55,27,37)
#4A313A
(74,49,58)
#5D474F
(93,71,79)
#705D64
(112,93,100)
#837379
(131,115,121)
#96898E
(150,137,142)
#A99FA3
(169,159,163)
#BCB5B8
(188,181,184)
#CFCBCD
(207,203,205)
#E2E1E2
(226,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #240510; }

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

This text font color is #240510.


Background Color

.myBgColor { background-color: #240510; }

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

This div background color is #240510.


Border color

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

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

This div border color is #240510.


Opacity

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

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

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

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

This text has shadow with #240510 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240510 on black background.


Color preview on white background

This text has color #240510 on white background.



Black color preview on #240510 background

This text has black color on #240510 background.


White color preview on #240510 background

This text has white color on #240510 background.