COLOR #240309

HEX: #240309
RGB: (36,3,9)

Color info

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

RGB color model

#240309 color RGB value is (36,3,9).

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

RGB channels and saturation

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

36
3
9

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

Portions of RGB colors in percentages

R + G + B =
36 + 3 + 9 = 48 (100%)
R 36 of 48 ~ 75%
G 3 of 48 ~ 6.25%
B 9 of 48 ~ 18.75%

%75
%18.75

CMYK color model

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

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

CMYK percentages

%0
%91.67
%75
%85.88

Codes

Color #240309 in popluar color models

240309
RGB3639
HSL349°84.62%7.65%
HSB/HSV349°91.67%14.12%
CMYK0.00%91.67%75.00%
85.88%

Color #240309 in popluar number systems.

HEX240309
Decimal3639
Binary100100111001
Octal44311

Shades and tints

Shades of #240309

#240309
(36,3,9)
#210309
(33,3,9)
#1E0309
(30,3,9)
#1B0309
(27,3,9)
#180309
(24,3,9)
#150309
(21,3,9)
#120309
(18,3,9)
#0F0309
(15,3,9)
#0C0309
(12,3,9)
#090309
(9,3,9)
#060309
(6,3,9)
#000000
(0,0,0)

Tints of #240309

#240309
(36,3,9)
#37191F
(55,25,31)
#4A2F35
(74,47,53)
#5D454B
(93,69,75)
#705B61
(112,91,97)
#837177
(131,113,119)
#96878D
(150,135,141)
#A99DA3
(169,157,163)
#BCB3B9
(188,179,185)
#CFC9CF
(207,201,207)
#E2DFE5
(226,223,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #240309; }

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

This text font color is #240309.


Background Color

.myBgColor { background-color: #240309; }

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

This div background color is #240309.


Border color

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

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

This div border color is #240309.


Opacity

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

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

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

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

This text has shadow with #240309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240309 on black background.


Color preview on white background

This text has color #240309 on white background.



Black color preview on #240309 background

This text has black color on #240309 background.


White color preview on #240309 background

This text has white color on #240309 background.