COLOR #240519

HEX: #240519
RGB: (36,5,25)

Color info

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

RGB color model

#240519 color RGB value is (36,5,25).

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

RGB channels and saturation

R 36 of 255 = 14%
G 5 of 255 = 2%
B 25 of 255 = 10%

36
5
25

R + G + B ~ 9%. #240519 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 5 + 25 = 66 (100%)
R 36 of 66 ~ 54.55%
G 5 of 66 ~ 7.58%
B 25 of 66 ~ 37.88%

%54.55
%37.88

CMYK color model

#240519 color CMYK value is (0,86,31,86).

  • cyan value is 0.00%
  • magenta value is 86.11%
  • yellow value is 30.56%
  • key color value is 85.88%
CMYK:
(0,86,31,86)
C0M86Y31K86 
(0%,86%,31%,86%)
(0.00/0.86/0.31/0.86)	

CMYK percentages

%0
%86.11
%30.56
%85.88

Codes

Color #240519 in popluar color models

240519
RGB36525
HSL321°75.61%8.04%
HSB/HSV321°86.11%14.12%
CMYK0.00%86.11%30.56%
85.88%

Color #240519 in popluar number systems.

HEX240519
Decimal36525
Binary10010010111001
Octal44531

Shades and tints

Shades of #240519

#240519
(36,5,25)
#210517
(33,5,23)
#1E0515
(30,5,21)
#1B0513
(27,5,19)
#180511
(24,5,17)
#15050F
(21,5,15)
#12050D
(18,5,13)
#0F050B
(15,5,11)
#0C0509
(12,5,9)
#090507
(9,5,7)
#060505
(6,5,5)
#000000
(0,0,0)

Tints of #240519

#240519
(36,5,25)
#371B2D
(55,27,45)
#4A3141
(74,49,65)
#5D4755
(93,71,85)
#705D69
(112,93,105)
#83737D
(131,115,125)
#968991
(150,137,145)
#A99FA5
(169,159,165)
#BCB5B9
(188,181,185)
#CFCBCD
(207,203,205)
#E2E1E1
(226,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #240519; }

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

This text font color is #240519.


Background Color

.myBgColor { background-color: #240519; }

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

This div background color is #240519.


Border color

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

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

This div border color is #240519.


Opacity

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

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

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

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

This text has shadow with #240519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240519 on black background.


Color preview on white background

This text has color #240519 on white background.



Black color preview on #240519 background

This text has black color on #240519 background.


White color preview on #240519 background

This text has white color on #240519 background.