COLOR #240404

HEX: #240404
RGB: (36,4,4)

Color info

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

RGB color model

#240404 color RGB value is (36,4,4).

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

RGB channels and saturation

R 36 of 255 = 14%
G 4 of 255 = 2%
B 4 of 255 = 2%

36
4
4

R + G + B ~ 6%. #240404 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 4 + 4 = 44 (100%)
R 36 of 44 ~ 81.82%
G 4 of 44 ~ 9.09%
B 4 of 44 ~ 9.09%

%81.82

CMYK color model

#240404 color CMYK value is (0,89,89,86).

  • cyan value is 0.00%
  • magenta value is 88.89%
  • yellow value is 88.89%
  • key color value is 85.88%
CMYK:
(0,89,89,86)
C0M89Y89K86 
(0%,89%,89%,86%)
(0.00/0.89/0.89/0.86)	

CMYK percentages

%0
%88.89
%88.89
%85.88

Codes

Color #240404 in popluar color models

240404
RGB3644
HSL80.00%7.84%
HSB/HSV88.89%14.12%
CMYK0.00%88.89%88.89%
85.88%

Color #240404 in popluar number systems.

HEX240404
Decimal3644
Binary100100100100
Octal4444

Shades and tints

Shades of #240404

#240404
(36,4,4)
#210404
(33,4,4)
#1E0404
(30,4,4)
#1B0404
(27,4,4)
#180404
(24,4,4)
#150404
(21,4,4)
#120404
(18,4,4)
#0F0404
(15,4,4)
#0C0404
(12,4,4)
#090404
(9,4,4)
#060404
(6,4,4)
#000000
(0,0,0)

Tints of #240404

#240404
(36,4,4)
#371A1A
(55,26,26)
#4A3030
(74,48,48)
#5D4646
(93,70,70)
#705C5C
(112,92,92)
#837272
(131,114,114)
#968888
(150,136,136)
#A99E9E
(169,158,158)
#BCB4B4
(188,180,180)
#CFCACA
(207,202,202)
#E2E0E0
(226,224,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #240404; }

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

This text font color is #240404.


Background Color

.myBgColor { background-color: #240404; }

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

This div background color is #240404.


Border color

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

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

This div border color is #240404.


Opacity

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

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

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

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

This text has shadow with #240404 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240404 on black background.


Color preview on white background

This text has color #240404 on white background.



Black color preview on #240404 background

This text has black color on #240404 background.


White color preview on #240404 background

This text has white color on #240404 background.