COLOR #240909

HEX: #240909
RGB: (36,9,9)

Color info

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

RGB color model

#240909 color RGB value is (36,9,9).

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

RGB channels and saturation

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

36
9
9

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

Portions of RGB colors in percentages

R + G + B =
36 + 9 + 9 = 54 (100%)
R 36 of 54 ~ 66.67%
G 9 of 54 ~ 16.67%
B 9 of 54 ~ 16.67%

%66.67
%16.67
%16.67

CMYK color model

#240909 color CMYK value is (0,75,75,86).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 75.00%
  • key color value is 85.88%
CMYK:
(0,75,75,86)
C0M75Y75K86 
(0%,75%,75%,86%)
(0.00/0.75/0.75/0.86)	

CMYK percentages

%0
%75
%75
%85.88

Codes

Color #240909 in popluar color models

240909
RGB3699
HSL60.00%8.82%
HSB/HSV75.00%14.12%
CMYK0.00%75.00%75.00%
85.88%

Color #240909 in popluar number systems.

HEX240909
Decimal3699
Binary10010010011001
Octal441111

Shades and tints

Shades of #240909

#240909
(36,9,9)
#210909
(33,9,9)
#1E0909
(30,9,9)
#1B0909
(27,9,9)
#180909
(24,9,9)
#150909
(21,9,9)
#120909
(18,9,9)
#0F0909
(15,9,9)
#0C0909
(12,9,9)
#090909
(9,9,9)
#060909
(6,9,9)
#000000
(0,0,0)

Tints of #240909

#240909
(36,9,9)
#371F1F
(55,31,31)
#4A3535
(74,53,53)
#5D4B4B
(93,75,75)
#706161
(112,97,97)
#837777
(131,119,119)
#968D8D
(150,141,141)
#A9A3A3
(169,163,163)
#BCB9B9
(188,185,185)
#CFCFCF
(207,207,207)
#E2E5E5
(226,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #240909; }

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

This text font color is #240909.


Background Color

.myBgColor { background-color: #240909; }

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

This div background color is #240909.


Border color

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

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

This div border color is #240909.


Opacity

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

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

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

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

This text has shadow with #240909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240909 on black background.


Color preview on white background

This text has color #240909 on white background.



Black color preview on #240909 background

This text has black color on #240909 background.


White color preview on #240909 background

This text has white color on #240909 background.