COLOR #240313

HEX: #240313
RGB: (36,3,19)

Color info

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

RGB color model

#240313 color RGB value is (36,3,19).

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

RGB channels and saturation

R 36 of 255 = 14%
G 3 of 255 = 1%
B 19 of 255 = 7%

36
3
19

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

Portions of RGB colors in percentages

R + G + B =
36 + 3 + 19 = 58 (100%)
R 36 of 58 ~ 62.07%
G 3 of 58 ~ 5.17%
B 19 of 58 ~ 32.76%

%62.07
%32.76

CMYK color model

#240313 color CMYK value is (0,92,47,86).

  • cyan value is 0.00%
  • magenta value is 91.67%
  • yellow value is 47.22%
  • key color value is 85.88%
CMYK:
(0,92,47,86)
C0M92Y47K86 
(0%,92%,47%,86%)
(0.00/0.92/0.47/0.86)	

CMYK percentages

%0
%91.67
%47.22
%85.88

Codes

Color #240313 in popluar color models

240313
RGB36319
HSL331°84.62%7.65%
HSB/HSV331°91.67%14.12%
CMYK0.00%91.67%47.22%
85.88%

Color #240313 in popluar number systems.

HEX240313
Decimal36319
Binary1001001110011
Octal44323

Shades and tints

Shades of #240313

#240313
(36,3,19)
#210312
(33,3,18)
#1E0311
(30,3,17)
#1B0310
(27,3,16)
#18030F
(24,3,15)
#15030E
(21,3,14)
#12030D
(18,3,13)
#0F030C
(15,3,12)
#0C030B
(12,3,11)
#09030A
(9,3,10)
#060309
(6,3,9)
#000000
(0,0,0)

Tints of #240313

#240313
(36,3,19)
#371928
(55,25,40)
#4A2F3D
(74,47,61)
#5D4552
(93,69,82)
#705B67
(112,91,103)
#83717C
(131,113,124)
#968791
(150,135,145)
#A99DA6
(169,157,166)
#BCB3BB
(188,179,187)
#CFC9D0
(207,201,208)
#E2DFE5
(226,223,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #240313; }

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

This text font color is #240313.


Background Color

.myBgColor { background-color: #240313; }

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

This div background color is #240313.


Border color

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

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

This div border color is #240313.


Opacity

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

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

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

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

This text has shadow with #240313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240313 on black background.


Color preview on white background

This text has color #240313 on white background.



Black color preview on #240313 background

This text has black color on #240313 background.


White color preview on #240313 background

This text has white color on #240313 background.